diff options
author | imp <imp@FreeBSD.org> | 2005-04-01 17:40:39 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2005-04-01 17:40:39 +0000 |
commit | 19c20cfcc20b47b1860d152ef705c4511ed405f9 (patch) | |
tree | 8c6669b8143b38c83b62615a4dfa1ef77c8e41cd | |
parent | 5f091f4a37dbaf121ca0924090a7a29b2b2e5e68 (diff) | |
download | FreeBSD-src-19c20cfcc20b47b1860d152ef705c4511ed405f9.zip FreeBSD-src-19c20cfcc20b47b1860d152ef705c4511ed405f9.tar.gz |
Don't build arcmsr on pc98. The card either won't fit/work in the
pc98 machines because (a) it is PCIe or PCI-X (b) there's a BIOS that
must run at boot which assumes IBM-AT compatible boot environment.
Noticed by: scottl
-rw-r--r-- | sys/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile index c48763d..42793ee 100644 --- a/sys/modules/Makefile +++ b/sys/modules/Makefile @@ -307,7 +307,6 @@ _amd= amd _aout= aout _apm= apm _ar= ar -_arcmsr= arcmsr _arcnet= arcnet _ath_hal= ath_hal _awi= awi @@ -361,6 +360,7 @@ _aac= aac _acpi= acpi _ahb= ahb _arl= arl +_arcmsr= arcmsr _asr= asr _bios= bios _cardbus= cardbus |