freebsd-src/sys/isa
Mike Smith e33bfde398 We're called too early to have any idea whether APM is going to be
active or not.  The only sane thing we can do here is assume that if
APM is supported it might be active at some point, and bail.

In reality, even this isn't good enough; regardless of whether we support
APM or not, the system may well futz with the CPU's clock speed and throw
the TSC off.  We need to stop using it for timekeeping except under
controlled circumstances.  Curse the lack of a dependable high-resolution
timer.
1999-07-28 20:22:30 +00:00
..
ic
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 Allocate the port resource when attaching the keyboard controller, 1999-06-29 17:35:09 +00:00
atrtc.c We're called too early to have any idea whether APM is going to be 1999-07-28 20:22:30 +00:00
bt_isa.c Don't #include i386/isa/isa_dma.h - it's in isa/isavar.h now. This 1999-06-28 09:19:58 +00:00
fd.c Hack to work around a NULL pointer dereferencation that can be triggered 1999-07-21 12:19:44 +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 * Change include file locations. 1999-05-31 18:39:17 +00:00
isa_common.c * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isa_common.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isa_if.m * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isahint.c Do not print resource values which are not set. 1999-07-24 09:35:21 +00:00
isareg.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
isavar.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +00:00
joy.c Simplify cdevsw registration. 1999-05-31 11:29:30 +00:00
pnp.h * Add ivars for ISA pnp. 1999-05-30 11:02:17 +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 Improve Logitech MouseMan+ protocol support. 1999-07-12 15:16:14 +00:00
rtc.h
sio.c Remove cmaj and bmaj args from DEV_DRIVER_MODULE. 1999-07-04 14:58:56 +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 Declare the correct size of softc and fix sc_get_softc(). 1999-06-24 09:06:48 +00:00
vga_isa.c The second phase of syscons reorganization. 1999-06-22 14:14:06 +00:00