freebsd-dev/sys/isa
Paul Saab 26b6ea69c3 Add option ALT_BREAK_TO_DEBUGGER.
Implement the Solaris way to break into DDB over a serial console
instead of sending a break.  Sending the character sequence
CR ~ ^b will break the kernel into DDB (if DDB is enabled).

Reviewed by:	peter
2000-06-14 06:41:33 +00:00
..
ic
atkbd_isa.c - Properly keep track of I/O port resources. 2000-03-19 03:25:13 +00:00
atkbdc_isa.c Fixed the type of some ivar access functions. Ivars have type uintptr_t, 2000-04-30 10:01:56 +00:00
atrtc.c Add SWI_TQ_MASK to all interrupt masks except SWI_CLOCK_MASK. Use a 2000-05-31 13:32:28 +00:00
fd.c Step down a level and issue format requests with a struct bio instead 2000-05-06 07:01:47 +00:00
fdc.h Complete the bio/buf divorce for all code below devfs::strategy 2000-04-15 05:54:02 +00:00
fdreg.h
isa_common.c
isa_common.h Back out the previous change to the queue(3) interface. 2000-05-26 02:09:24 +00:00
isa_if.m * Factor out the object system from new-bus so that it can be used by 2000-04-08 14:17:18 +00:00
isahint.c
isareg.h Port ppc driver to alpha. 2000-05-14 13:47:57 +00:00
isavar.h
joy.c
pnp.c
pnpparse.c Remove unneeded #include <sys/kernel.h> 2000-04-29 15:36:14 +00:00
pnpreg.h Supported PC-98. 2000-05-11 11:09:50 +00:00
pnpvar.h
ppc.c Port ppc driver to alpha. 2000-05-14 13:47:57 +00:00
ppcreg.h Port ppc driver to alpha. 2000-05-14 13:47:57 +00:00
psm.c Remove ~25 unneeded #include <sys/conf.h> 2000-04-19 14:58:28 +00:00
rtc.h
sio.c Add option ALT_BREAK_TO_DEBUGGER. 2000-06-14 06:41:33 +00:00
sioreg.h
syscons_isa.c - Fix SC_ALT_MOUSE_IMAGE; don't blink the mouse cursor. 2000-03-31 16:05:46 +00:00
vga_isa.c