1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00
freebsd/sys/alpha
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
..
alpha The previous log message should have read: 1999-05-14 11:15:13 +00:00
conf Remove obsolete 'config kernel' line. 1999-05-10 13:30:51 +00:00
include
isa * Define a new static method DEVICE_IDENTIFY which is called to add device 1999-05-14 11:22:47 +00:00
linux
pci Unused variable 1999-05-10 15:46:38 +00:00
tc Serves me right for doing this by inspection and then a build afterwards 1999-05-10 16:36:42 +00:00
tlsb Adjust console stuff now that makedev is no longer a macro. 1999-05-10 14:01:35 +00:00