freebsd-skq/sys/dev/ppbus
peter 6ac7d76dbc Some newbus-inspired tidy-ups. Use device_identify() rather than scanning
the resource table to locate children.  The 'at ppbus?' can go again.
Remove a few #if Nxxx > 0' type things, config arranges this for us.
Move the newbus method glue next to the DRIVER_MODULE() stuff so we
don't need extra prototypes.
Don't set device descriptions until after the possibility of the probe
returning an error.
Remove all cdevsw_add() calls, all the drivers that did this also use
make_dev() correctly, so it's not required.
A couple of other minor nits.
2000-01-23 14:41:04 +00:00
..
if_plip.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
immio.c Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
lpbb.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
lpt.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
lpt.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
lptio.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pcfclock.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
ppb_1284.c ppi needs to use a bus method to get this rather than peering inside the 2000-01-14 08:03:15 +00:00
ppb_1284.h ppi needs to use a bus method to get this rather than peering inside the 2000-01-14 08:03:15 +00:00
ppb_base.c Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppb_msq.c Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppb_msq.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppbconf.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
ppbconf.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppbio.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppbus_if.m Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
ppi.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
ppi.h Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" 1999-12-29 04:46:21 +00:00
pps.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
vpo.c Some newbus-inspired tidy-ups. Use device_identify() rather than scanning 2000-01-23 14:41:04 +00:00
vpoio.c Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00
vpoio.h Port of ppbus standalone framework to the newbus system. 2000-01-14 00:18:06 +00:00