freebsd-src/sys/dev/bktr
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
..
bktr_audio.c Update to driver release 2.04 1999-10-28 13:58:17 +00:00
bktr_audio.h Update to driver release 2.04 1999-10-28 13:58:17 +00:00
bktr_card.c Update to driver 2.05 1999-11-13 14:54:00 +00:00
bktr_card.h Add auto-detection for Askey Dynalink Magic TView and 1999-09-27 08:04:55 +00:00
bktr_core.c Update to driver 2.05 1999-11-13 14:54:00 +00:00
bktr_core.h Update to driver release 2.04 1999-10-28 13:58:17 +00:00
bktr_i2c.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
bktr_i2c.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
bktr_os.c No need to use DEV_DRIVER_MODULE() since the bktr driver calls make_dev(). 1999-11-08 07:20:07 +00:00
bktr_os.h Split the Bt848 driver into seperate files for 1999-09-26 22:06:20 +00:00
bktr_reg.h Update to driver release 2.04 1999-10-28 13:58:17 +00:00
bktr_tuner.c Update to driver 2.05 1999-11-13 14:54:00 +00:00
bktr_tuner.h Split the Bt848 driver into seperate files for 1999-09-26 22:06:20 +00:00
CHANGELOG.TXT Update to driver 2.05 1999-11-13 14:54:00 +00:00
ioctl_bt848.h $Id$ -> $FreeBSD$ 1999-08-28 01:08:13 +00:00
ioctl_meteor.h Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00