From 19c20cfcc20b47b1860d152ef705c4511ed405f9 Mon Sep 17 00:00:00 2001 From: imp Date: Fri, 1 Apr 2005 17:40:39 +0000 Subject: 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 --- sys/modules/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') 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 -- cgit v1.1