freebsd_amp_hwpstate/sys/dev/usb
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
..
FILES
Makefile.usbdevs
devlist2h.awk
hid.c
hid.h
ohci.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
ohci_pci.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
ohcireg.h
ohcivar.h
ugen.c Commit for r1.29 of ugen.c was wrong. All the ugenX* device 1999-11-30 01:48:12 +00:00
uhci.c In one queue all the TDs (transfer descriptor, packets) for one transfer 1999-12-02 16:43:18 +00:00
uhci_pci.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
uhcireg.h
uhcivar.h
uhid.c Correct the last parameter for clalloc 1999-11-28 21:07:11 +00:00
uhub.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
ukbd.c
ulpt.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
umass.c Update de driver for the request->xfer changes. 1999-11-28 23:55:52 +00:00
umodem.c
ums.c
usb.c Fix the 'usb0: USB revision unknown, not supported' people have been seeing 1999-12-03 01:34:42 +00:00
usb.h Add devnames, the device names the drivers attached to for usbd. 1999-11-28 20:55:22 +00:00
usb_if.m
usb_mem.h
usb_port.h Correct the last parameter for clalloc 1999-11-28 21:07:11 +00:00
usb_quirks.c Add a quirk for the Altec ASC495 speakers. They pretend to support the 1999-11-28 20:48:08 +00:00
usb_quirks.h Add a quirk for the Altec ASC495 speakers. They pretend to support the 1999-11-28 20:48:08 +00:00
usb_subr.c Remove the 'ivars' arguement to device_add_child() and 1999-12-03 08:41:24 +00:00
usbcdc.h
usbdevs
usbdevs.h
usbdevs_data.h
usbdi.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
usbdi.h Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
usbdi_util.c Synchronisation with NetBSD 1999/11/27 1999-11-28 21:01:06 +00:00
usbdi_util.h
usbdivar.h
usbhid.h