NetBSD/sys/dev
deraadt fbecd3e987 Once more: some changes to the ioconf.c structure. It will now handle
devices hanging off controllers, any kind of controller.
A device on isa0 is called at probe(self), then attach(self)
A controller on isa0 is called at probe(self), then all it's children with
    defined unit numbers are initialized by calling attach(subdev); next all
    subdevices with unit ? are initialized by calling attach(sundev).
Almost all device entry points is now like the vax/sun model (intr being
the weird one)
1993-04-15 07:52:08 +00:00
..
ata Once more: some changes to the ioconf.c structure. It will now handle 1993-04-15 07:52:08 +00:00
eisa NDDB made a re-appearance.... 1993-04-15 07:11:01 +00:00
ic fixed to be compliant, subservient, and to take advantage of the newly 1993-04-10 12:04:35 +00:00
isa Once more: some changes to the ioconf.c structure. It will now handle 1993-04-15 07:52:08 +00:00
scsipi fixed various bugs like cdattach() returning garbage. 1993-04-12 12:10:28 +00:00
cons.c after 0.2.2 "stable" patches applied 1993-03-21 18:04:42 +00:00