freebsd-dev/sys/dev/mlx
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
..
mlx_disk.c Correctly compute the block count. In reality, it seems that the 1999-11-02 03:25:24 +00:00
mlx_pci.c Move some hardware-related items to the hardware-related header. 1999-10-26 23:20:43 +00:00
mlx.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
mlxio.h This is a driver for the Mylex DAC960 family of integrated RAID 1999-10-07 02:20:32 +00:00
mlxreg.h Move some hardware-related items to the hardware-related header. 1999-10-26 23:20:43 +00:00
mlxvar.h Move some hardware-related items to the hardware-related header. 1999-10-26 23:20:43 +00:00