freebsd-src/sys/dev/pccard
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
..
card_if.m Add resource activation routines to pcic driver. Minor cleanup of 1999-11-28 21:11:13 +00:00
devlist2h.awk Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
files.pccard Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
if_xe.c Disable old PCCARD_MODULE code. 1999-10-29 17:28:09 +00:00
if_xereg.h Restore vendor $Id$ now that it won't be clobbered. 1999-09-23 05:26:10 +00:00
Makefile.pccarddevs Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
pccard.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
pccard_cis.c Flesh out the pccard bus_ methods with either the generic one (where 1999-11-29 06:42:55 +00:00
pccard_cis_quirks.c Update pccard code to latest NetBSD code. This is the last merge 1999-11-28 05:49:27 +00:00
pccardchip.h Flesh out the pccard bus_ methods with either the generic one (where 1999-11-29 06:42:55 +00:00
pccarddevs Merge NetBSD 1.60 by jun: 1999-11-29 20:53:36 +00:00
pccarddevs.h Sync generated files 1999-11-29 20:54:14 +00:00
pccarddevs_data.h Sync generated files 1999-11-29 20:54:14 +00:00
pccardreg.h Moderately hacked pccard code from newconfig. It is somewhat in 1999-10-26 06:52:31 +00:00
pccardvar.h Flesh out the pccard bus_ methods with either the generic one (where 1999-11-29 06:42:55 +00:00
power_if.m Add resource activation routines to pcic driver. Minor cleanup of 1999-11-28 21:11:13 +00:00