freebsd-dev/sys/i386
Bruce Evans 4a04f6f613 Quote port names that have a digit in them. IO_TIMER1 was lexed as
{ port_name = "IO_TIMER", port_number = 1 } and only worked because
it was reassembled to "IO_TIMER1".  Trailing digits always work, but
this is too magic to depend on.

Don't quote port names that don't have a digit in them.
1998-10-22 13:49:51 +00:00
..
apm Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15. 1998-09-28 03:41:12 +00:00
bios Use defines APM_BIOS and SYSTEM_BIOS instead of hardcoding 0x53 and 0x15. 1998-09-28 03:41:12 +00:00
boot Don't pretend to support ix86's with 16-bit ints by using longs just 1998-10-10 14:30:05 +00:00
conf Quote port names that have a digit in them. IO_TIMER1 was lexed as 1998-10-22 13:49:51 +00:00
eisa Bring back support for honoring the primary channel setting for twin channel 1998-10-15 18:21:50 +00:00
i386 Get things limping along again for the 80386 and friends. The 1998-10-21 17:10:49 +00:00
ibcs2 *gulp*. Jordan specifically OK'ed this.. 1998-10-16 03:55:01 +00:00
include Add an ELF_MACHINE_OK() macro for compatability with the Alpha version. 1998-10-18 15:31:23 +00:00
isa Fixed the ifdef for `uart' driver being present. The sound-driver-specific 1998-10-22 11:41:22 +00:00
linux *gulp*. Jordan specifically OK'ed this.. 1998-10-16 03:55:01 +00:00
pci Make the class code checks in function pci_cfgcheck less strict. 1997-12-20 09:04:25 +00:00
Makefile Make this ${.OBJDIR} and ${.CURDIR} aware. 1998-05-31 22:40:49 +00:00