freebsd-dev/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 Fix code names according to KOI8-U RFC 2000-05-04 18:03:47 +00:00
dict Removed ex script left over from incomplete backout in previous commit. 1999-12-26 10:31:29 +00:00
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 Update skeleton dir file from the latest install-info(1). 2000-01-24 16:18:12 +00:00
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 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
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 Correct uk_UA.KOI8-U locale ALPHAs specification 2000-04-23 15:07:51 +00:00
sendmail Add a MAINTAINER= line so people know who to blame 2000-10-26 23:02:36 +00:00
skel o Apply asmodai's spelling commit from /etc/root to dot.cshrc in /share/skel 2000-07-15 03:24:18 +00:00
syscons Initiate deorbit burn sequence for <machine/console.h>. 2000-10-08 21:34:00 +00:00
tabset $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00
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 $Id$ -> $FreeBSD$ 1999-08-28 00:22:10 +00:00