]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
* Define a new static method DEVICE_IDENTIFY which is called to add device
authordfr <dfr@FreeBSD.org>
Fri, 14 May 1999 11:22:47 +0000 (11:22 +0000)
committerdfr <dfr@FreeBSD.org>
Fri, 14 May 1999 11:22:47 +0000 (11:22 +0000)
commit8a8a702dc2ad6a84232f0efd1ecb484effb273a1
tree22d0abf17160893d226dcecdfe26c0bd265601db
parent29cc5794964b10b5c333e8d03f21ca3506b79cad
* 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.
sys/alpha/isa/isa.c
sys/amd64/isa/isa.c
sys/conf/files
sys/i386/isa/isa.c
sys/isa/isahint.c [new file with mode: 0644]
sys/isa/isavar.h
sys/kern/bus_if.m
sys/kern/device_if.m
sys/kern/subr_bus.c
sys/sys/bus.h