freebsd-dev/sys/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
..
ic Enable the FIFO on enhanced floppy controllers. This reduces the 1997-09-17 20:16:17 +00:00
atkbd_isa.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
atkbdc_isa.c Remove hackish foot protection.. If you ask for an atkbd on an isa bus 1999-05-09 20:45:53 +00:00
atrtc.c For what it's worth, idelayed is declared as a volatile in the headers, 1999-05-09 23:32:29 +00:00
bt_isa.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
fd.c Fixed reset handling for motor off resets. I first fixed this together 1999-05-11 04:58:30 +00:00
fdc.h Bring the 'new-bus' to the i386. This extensively changes the way the 1999-04-16 21:22:55 +00:00
fdreg.h Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
isahint.c * Define a new static method DEVICE_IDENTIFY which is called to add device 1999-05-14 11:22:47 +00:00
isareg.h Move IO_PSMSIZE from kbdio.h to isareg.h. 1999-01-06 05:49:30 +00:00
isavar.h * Define a new static method DEVICE_IDENTIFY which is called to add device 1999-05-14 11:22:47 +00:00
joy.c The joypart() macro had a precedence bug. Add seatbelts for UNIT() too. 1999-05-06 18:39:32 +00:00
ppc.c Return the port size from the probe. 1999-04-22 13:10:43 +00:00
ppcreg.h Distinguish EPP address/data register. Add EPP address register access to ppi. 1999-01-30 15:35:39 +00:00
psm.c Unconfuse DEV_MODULE() and DEV_DRIVER_MODULE() about the difference between 1999-05-09 13:00:50 +00:00
rtc.h Improve a couple of comment. 1998-07-11 08:01:18 +00:00
sio.c Adjust console stuff now that makedev is no longer a macro. 1999-05-10 14:01:35 +00:00
sioreg.h Merge missing changes from i386/isa/sioreg.h (PC98 related) 1999-04-18 14:37:47 +00:00
syscons_isa.c Move the declaration of the interrupt type from the driver structure 1999-05-08 21:59:43 +00:00
vga_isa.c Delete the #if'ed out old isa bus probe/attach routines 1999-05-09 16:39:24 +00:00