diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-08 13:08:14 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-08 13:08:14 +0000 |
commit | b67cf74305ced3270c3a3f16f44d2d28b5626187 (patch) | |
tree | 902b8c0df67285fa8d3774a4b6b177567473247a /sys/arch/i386/conf/GENERIC | |
parent | 4c51507af2b7b4d398e2182b36d78a367be1adae (diff) |
isa0 at amdpcib? got skipped, sigh
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fc8e64132f8..705966abc76 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.581 2007/10/08 12:56:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.582 2007/10/08 13:08:13 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -51,6 +51,7 @@ esm0 at mainbus? # Dell Embedded Server Management isa0 at mainbus0 isa0 at pcib? +isa0 at amdpcib? isa0 at ichpcib? isa0 at piixpcib? isa0 at gscpcib? |