freebsd-dev/sys
Poul-Henning Kamp d6cfdd73bb Add a cn_unit and cn_name field to the consdev structure.
Most of the actual use of the cn_dev field is merely to get the name,
and most of the actual initializations are bogusly using makedev()
because the probe/attach has not been completed.

Instead we will migrate console drivers to fill in the name and if
the driver needs it: the unit number, thereby avoiding the bogus
calls to makedev().
2003-09-26 07:22:37 +00:00
..
alpha Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
amd64 MFi386 2003-09-26 04:12:41 +00:00
arm Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
boot
cam Detach black hole device on AC_PATH_DEREGISTERED. 2003-09-25 05:02:19 +00:00
coda
compat Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
conf indicate PFIL_HOOKS is now required by IPFILTER; it used to automagically 2003-09-25 16:06:17 +00:00
contrib o remove extraneous include of <net/pfil.h> 2003-09-24 05:08:58 +00:00
crypto
ddb
dev Consistently print attach messages. 2003-09-26 05:24:55 +00:00
fs
geom Be more careful in dumpconf: softc may be NULL for departing devices. 2003-09-23 07:53:59 +00:00
gnu
i4b
i386 - Eliminate the pte object. 2003-09-25 02:51:06 +00:00
ia64 Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
isa Per TRB vote: restore the aquire_timer0 and associated goo. This will 2003-09-24 15:33:33 +00:00
isofs/cd9660
kern Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
libkern
modules update to reflect PFIL_HOOKS api changes 2003-09-23 17:55:04 +00:00
net o update PFIL_HOOKS support to current API used by netbsd 2003-09-23 17:54:04 +00:00
net80211
netatalk
netatm
netgraph
netinet add /*CONSTCOND*/ to reduce diffs against latest KAME. 2003-09-25 13:40:06 +00:00
netinet6 o update PFIL_HOOKS support to current API used by netbsd 2003-09-23 17:54:04 +00:00
netipsec
netipx
netkey add /*CONSTCOND*/ to reduce diffs against latest KAME. 2003-09-25 13:40:06 +00:00
netnatm
netncp
netsmb
nfs
nfsclient
nfsserver
opencrypto
pc98 Implement the bus_space_map() function to allocate resources and initialize 2003-09-23 08:22:34 +00:00
pccard
pci
posix4
powerpc Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
rpc
security
sparc64 Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
sys Add a cn_unit and cn_name field to the consdev structure. 2003-09-26 07:22:37 +00:00
tools
ufs
vm Add sysentvec->sv_fixlimits() hook so that we can catch cases on 64 bit 2003-09-25 01:10:26 +00:00
Makefile