freebsd-skq/share
Warner Losh 6715fca911 o Add cardbus support (use pci attachment for now)
<bde>
o Add comments in some places to clarify some points.
o Don't typedef sc_p.  This isn't usually done in the drivers and may
  cause problems in teh future if C goes the C++ route of requiring
  one and only one definition for each and every type.  Instead use
  the current convetion of expanding struct ${1}_softc * inline needed.
o change some comments to be more style(9)-like.
o Define and use DEV2SOFTC to encapsulate storing/getting softc from a
  dev_t.  This also takes care of the missing cast from the examples.
o Define and use DEVICE2SOFTC, similar to DEV2SOFTC for getting the
  softc from a device_t.
</bde>

We still should have this generate foo_{isa,pci,pccard,cardbus,eisa}.c
and foovar.h from templates of some sort, but I was too lazy to do
that in this commit.  I did document it in the comments, however.

Note: bde-like corrections made with the help of my my portable
plastic bde icon.  Results with the real bde may vary with use.
2000-12-18 21:08:53 +00:00
..
colldef
dict
doc Groff 1.16.1 implements .psbb request internally in troff(1) 2000-12-06 11:56:34 +00:00
examples o Add cardbus support (use pci attachment for now) 2000-12-18 21:08:53 +00:00
info
isdn Don't extract these files as mode 666 during build, use mode 644 instead. 2000-08-15 09:14:04 +00:00
man Divorce the kernel binary ABI version number from the message 2000-12-18 20:03:32 +00:00
me
misc Added BSD/OS 4.2 2000-12-17 18:44:42 +00:00
mk Do not check for existence of ${_dir}/kern/ , because for modules that set 2000-12-08 20:36:32 +00:00
mklocale
sendmail Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
skel
syscons Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
tabset
termcap Added termcap entry for multilingual sysinstall 2000-12-04 06:09:04 +00:00
timedef Fix %c 2000-10-23 14:31:27 +00:00
zoneinfo Merge from vendor branch. 2000-10-25 19:36:49 +00:00
Makefile Install the sendmail cf building tools (contrib/sendmail/cf) in 2000-10-10 18:08:19 +00:00
Makefile.inc