freebsd_amp_hwpstate/sys/i386
Bruce Evans 9bf308efab Eliminate T_KDBTRAP, which will soon go away. It was only used for an
unreachable case label in kdb_trap().

Use the correct case labels in kdb_trap() so that normal ddb entry doesn't
print a message.

Change all printf's to db_printf's.  Now you can put a breakpoint at printf,
and ddb entry messages don't spam the syslog output.

Cosmetic:

Use ISPL() instead of magic numbers.

Don't compile the unused function kdb_kbd_trap().

Improve some asms.

Print the arg to Debugger().
1995-01-14 10:24:48 +00:00
..
apm Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
bios Don't push/pop the return-val register. (DUH!) 1994-12-16 07:31:47 +00:00
boot Really provide support for 3COM cards now. 1994-12-31 17:16:50 +00:00
conf Put UCONSOLE back - I was wrong, it's still used in one last place. 1995-01-14 02:39:22 +00:00
eisa Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies 1995-01-13 02:23:27 +00:00
i386 Eliminate T_KDBTRAP, which will soon go away. It was only used for an 1995-01-14 10:24:48 +00:00
ibcs2
include First round in syscons update. Several new features has been added: 1995-01-12 11:47:05 +00:00
isa Oops, forgot one change when DDB is defined. 1995-01-13 17:13:13 +00:00
pci Add in aic7770.c (EISA/VL Adaptors) and aic7870.c (PCI adaptor) dependancies 1995-01-13 02:23:27 +00:00
scsi Point include to i386/scsi 1995-01-13 02:27:08 +00:00
Makefile