diff options
author | Oleg Safiullin <form@cvs.openbsd.org> | 2008-04-03 20:28:06 +0000 |
---|---|---|
committer | Oleg Safiullin <form@cvs.openbsd.org> | 2008-04-03 20:28:06 +0000 |
commit | 44253edefcdd3c9f4b3237d8a25a7cf7f04be1b0 (patch) | |
tree | 43205ce0bc2b5c2cb7bd2453a422af51da74fdbc /sys/arch/amd64/conf | |
parent | 25713af802cddeafae65918278e5be5d223498fd (diff) |
Switch it(4) back to PnP config mode. Avoid possible
conflicts with SMSC or similar chips.
Diffstat (limited to 'sys/arch/amd64/conf')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index e503bb2d8c1..7535a1ce948 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.222 2008/03/31 04:17:22 brad Exp $ +# $OpenBSD: GENERIC,v 1.223 2008/04/03 20:28:05 form Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -72,10 +72,9 @@ lm0 at isa? port 0x290 #lm1 at isa? port 0x280 #lm2 at isa? port 0x310 -it0 at isa? port 0x290 # ITE IT8705F, IT8712F, IT8716F, IT8718F, -it1 at isa? port 0xc00 # IT8726F and SiS SiS950 monitors and -it2 at isa? port 0xd00 # watchdog timer -it3 at isa? port 0x228 +it* at isa? port 0x2e # ITE IT8705F, IT8712F, IT8716F, IT8718F, +it* at isa? port 0x4e # IT8726F and SiS SiS950 monitors and + # watchdog timer viaenv* at pci? # VIA VT82C686A hardware monitor #viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O |