freebsd-skq/sys/alpha/isa
Doug Rabson 6c2e3dde8c * Define a new static method DEVICE_IDENTIFY which is called to add device
instances to a parent bus.
* Define a new method BUS_ADD_CHILD which can be called from DEVICE_IDENTIFY
  to add new instances.
* Add a generic implementation of DEVICE_PROBE which calls DEVICE_IDENTIFY
  for each driver attached to the parent's devclass.
* Move the hint-based isa probe from the isa driver to a new isahint driver
  which can be shared between i386 and alpha.
1999-05-14 11:22:47 +00:00
..
isa.c * Define a new static method DEVICE_IDENTIFY which is called to add device 1999-05-14 11:22:47 +00:00
isavar.h Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
mcclock_isa.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00