freebsd-dev/sys/dev/ppbus
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
..
if_plip.c Remove NBPF conditionality of bpf calls in most of our network drivers. 1999-09-25 12:06:01 +00:00
immio.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
lpbb.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
lpt.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +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
ppb_1284.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppb_1284.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppb_base.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppb_msq.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppb_msq.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppbconf.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppbconf.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ppi.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
ppi.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
pps.c Remove five now unused fields from struct cdevsw. They should never 1999-09-25 18:24:47 +00:00
vpo.c Print more verbose debugging output 1999-10-05 20:29:00 +00:00
vpoio.c $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
vpoio.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00