freebsd-skq/sys/amd64
dfr 8a8a702dc2 * 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
..
amd64 Renamed the private copies of strlen and strcpy to gdb_strlen and 1999-05-13 07:34:25 +00:00
conf Add the `xe' Xircom PC Card driver. 1999-05-14 03:57:25 +00:00
include Unbreak VESA on SMP. 1999-05-12 21:39:07 +00:00
isa * Define a new static method DEVICE_IDENTIFY which is called to add device 1999-05-14 11:22:47 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
Makefile Update to know about current kernel directory layout. 1999-02-28 22:14:16 +00:00