diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-29 14:10:53 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2006-03-29 14:10:53 +0000 |
commit | 42bb20655906893b9b89242a5b1df1b37fd48676 (patch) | |
tree | a0de561a6261faf23a0bd5af3f9e1b0418bdf598 /sys/arch/amd64/conf | |
parent | b090c6fbe0b0f4c9481bce6c6a61b17abbc26e9e (diff) |
Recognise it(4) at port 0xd00 as well. This is where ASUS seem
to be putting it on all their recent boards.
"put this in" grange@
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index a3203b55862..4960fd42d80 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.120 2006/03/29 01:49:52 jsg Exp $ +# $OpenBSD: GENERIC,v 1.121 2006/03/29 14:10:51 jsg Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -70,7 +70,9 @@ lm0 at isa? port 0x290 #lm2 at isa? port 0x310 it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware - # monitors +it1 at isa? port 0xc00 # monitors +it2 at isa? port 0xd00 + viaenv* at pci? # VIA VT82C686A hardware monitor #viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O #viasio* at isa? port 0x4e flags 0x0000 |