From 7321545f26a78f7f1bad1bfd65382e61e58ea290 Mon Sep 17 00:00:00 2001 From: Paul Saab Date: Fri, 22 Sep 2000 23:40:10 +0000 Subject: Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, NBUS, NINTR dynamic and set NCPU to a maximum of 16 under SMP. Reviewed by: peter --- sys/modules/agp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/agp/Makefile b/sys/modules/agp/Makefile index 1509cc190d0b..7eb2ed79ac49 100644 --- a/sys/modules/agp/Makefile +++ b/sys/modules/agp/Makefile @@ -5,7 +5,7 @@ KMOD = agp SRCS = agp.c agp_intel.c agp_via.c agp_sis.c agp_ali.c agp_amd.c SRCS += agp_i810.c agp_if.c SRCS += device_if.h bus_if.h agp_if.h pci_if.h -SRCS += opt_bdg.h opt_bus.h opt_pci.h opt_smp.h +SRCS += opt_bdg.h opt_bus.h opt_pci.h MFILES = kern/device_if.m kern/bus_if.m pci/agp_if.m pci/pci_if.m .include -- cgit v1.3