freebsd-dev/sys/pc98/cbus
Matthew N. Dodd fe0d408987 Remove the 'ivars' arguement to device_add_child() and
device_add_child_ordered().  'ivars' may now be set using the
device_set_ivars() function.

This makes it easier for us to change how arbitrary data structures are
associated with a device_t.  Eventually we won't be modifying device_t
to add additional pointers for ivars, softc data etc.

Despite my best efforts I've probably forgotten something so let me know
if this breaks anything.  I've been running with this change for months
and its been quite involved actually isolating all the changes from
the rest of the local changes in my tree.

Reviewed by:	peter, dfr
1999-12-03 08:41:24 +00:00
..
30line.h The PC98-specific files. 1996-06-14 10:04:54 +00:00
cbus_dma.c Fixed the size of array. 1999-11-13 14:09:08 +00:00
cbus.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
clock.c Sync with sys/i386/isa/clock.c revision 1.146. 1999-11-03 08:36:17 +00:00
fdc.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
fdcreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
gdc.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
olpt.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
pckbd.c Gdc and pckbd driver don't support pnp mode. 1999-09-14 12:57:40 +00:00
pcrtc.c Sync with sys/i386/isa/clock.c revision 1.146. 1999-11-03 08:36:17 +00:00
ppc.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppcreg.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sc_machdep.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scgdcrndr.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
scvtb.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
sio.c Sync with sys/isa/sio.c revision 1.276. 1999-12-01 13:40:03 +00:00
syscons_cbus.c Change isa_get/set_flags() to device_get/set_flags(). 1999-09-07 11:17:09 +00:00