CVS operations, where it fits slightly better.
Note to translators: I have tried to be sensitive to whitespace here, but it
has proved to be quite difficult in both this and the last revision. Apologies
in advance.
used inside of a <para>. Previously, that was done here, which was
fine until I accidentally wrapped the paragraph which messes up the
formatting since <programlistings> are sensisitve to \n. This change
separates out the <programlisting> from the <para>, as is done
elsewhere in the handbook. Thanks to Tom Hukins for spotting my error
in accidentally wrapping the <programlisting>.
- Some punctuation, tags fixes and rewording.
(This article needs more cleaning "actions", I will take care of this
soon.)
PR: docs/54082
Submitted by: Ken Smith <kensmith@cse.Buffalo.EDU>
In reality, it is pretty close to Tier-1, but there are still a few
loose ends that need to be taken care of before locking down ABIs etc.
It was actually included in 5.1-RELEASE and it now has pre-built ports
packages etc.
Note to committers: Lists of core, committers, and contributors are
split into contrib.core.sgml, contrib.committers.sgml,
and contrib.additional.sgml respectively.
Translators: Please use the split files as entities in the
localized article.sgml instead of translating all of the
original files. See ja_JP.eucJP version for example.
Not objected to by: -doc
new device entry for PC Card devices with NEWCARD.
I've not connected this to the build because I can't test it locally
on this machine. Feel free to fix any problems in this file, so long
as you don't change the semantic meaning without asking me. I write
code, not docs :-)
Thanks to the person who attended my devd talk in INTEROP+NETWORLD
2003 Tokyo BSD BOF via IRC who asked me how to do this in the Q&A
section. An excellent question that I glossed over at the BOF, but
hopefully this rectifies the problem.
Eventually, I'd like to expand this to include more information about
how to write a driver for a PC Card or CardBus device, but for now
this will have to do.
1) Use the new c99 initialization in the pci driver example. Also,
don't claim this device is a tty.
2) Add notes about caution needed during detach routine wrt interrupts
and locking.
3) Add note that vtophys is deprecated and to use busdma instead.
Since the busdma API isn't completely settled for 5.x yet,
don't document it. I'll leave that to others when the API is
done being frobbed.