diff options
author | 2004-06-04 08:10:31 +0000 | |
---|---|---|
committer | 2004-06-04 08:10:31 +0000 | |
commit | 690642cd5b551e2057cab1fc0a2368fb01519696 (patch) | |
tree | 26ed12f5cf4d1147493fcb0570d327e615234316 | |
parent | rootvp is already externed in systm.h, no need for a local extern (diff) | |
download | wireguard-openbsd-690642cd5b551e2057cab1fc0a2368fb01519696.tar.xz wireguard-openbsd-690642cd5b551e2057cab1fc0a2368fb01519696.zip |
nsclpcsio can't be find on any amd64 board.
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 556a7b84957..1c4dbb2d804 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.21 2004/06/04 06:50:57 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.22 2004/06/04 08:10:31 grange Exp $ # # GENERIC -- everything that's currently supported # @@ -53,7 +53,6 @@ pci* at pchb? bus ? lm0 at isa? port 0x290 #lm1 at isa? port 0x280 #lm2 at isa? port 0x310 -#nsclpcsio* at isa? # NS PC87366 hardware monitor it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware # monitors |