freebsd_amp_hwpstate/sys/i386
Bill Paul 09a901eb60 Hopefully I won't get flamed for this: insert a few more #if defined(I486_CPU)
and #if defined (I586_CPU) thingies into identifycpu() so that we only
compile in what's actually needed for a given CPU. So far as I can tell,
none of my 386 machines generate a cpu_vendor code, so I made the extra vendor
and feature line conditional on I486_CPU and I586_CPU. (Otherwise we
print out a blank line which looks silly.)
1995-04-14 02:06:00 +00:00
..
apm
bios
boot According to a Usenet posting forward to me by Jordan, there's 1995-04-14 01:35:59 +00:00
conf Add "BREAK_TO_DEBUGGER" option. 1995-04-12 22:02:51 +00:00
eisa Add a class field to devconf and mst drivers. 1995-04-12 20:48:13 +00:00
i386 Hopefully I won't get flamed for this: insert a few more #if defined(I486_CPU) 1995-04-14 02:06:00 +00:00
ibcs2
include
isa Forgot two things in yesterday's massive devconf update: 1995-04-13 15:03:29 +00:00
pci
scsi Disable tagged queuing by default. option AHC_TAGENABLE will turn it on. 1995-04-09 06:39:01 +00:00
Makefile