diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-01-27 22:41:41 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2007-01-27 22:41:41 +0000 |
commit | c775db7678777563d02f73294bdef54fd301c830 (patch) | |
tree | de2d64af28d4077533c634826b715af6ce5368a5 /sys/arch/i386/conf | |
parent | 6c19e7dc041a39463b3c894fea6ae8ccda1d7ce9 (diff) |
Only allow a single instance of acpimadt(4).
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC.MP | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC.MP b/sys/arch/i386/conf/GENERIC.MP index fb43df17baa..a7f4dc36ab9 100644 --- a/sys/arch/i386/conf/GENERIC.MP +++ b/sys/arch/i386/conf/GENERIC.MP @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC.MP,v 1.6 2006/11/27 18:50:59 marco Exp $ +# $OpenBSD: GENERIC.MP,v 1.7 2007/01/27 22:41:40 kettenis Exp $ # # GENERIC.MP - sample multiprocessor kernel # @@ -9,4 +9,4 @@ option MULTIPROCESSOR # Multiple processor support cpu* at mainbus? ioapic* at mainbus? -acpimadt* at acpi? +acpimadt0 at acpi? |