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/i386/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/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6f36cd07a77..a1d59ef392b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.609 2008/03/31 04:17:22 brad Exp $ +# $OpenBSD: GENERIC,v 1.610 2008/04/03 20:28:05 form Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -120,10 +120,9 @@ iic* at nviic? amdpm* at pci? # AMD-7xx/8111 and NForce SMBus controller iic* at amdpm? -it0 at isa? port 0x290 # ITE IT8705F, IT8712F, IT8716F, -it1 at isa? port 0xc00 # IT8718F, IT8726F and SiS SiS950 -it2 at isa? port 0xd00 # monitors and watchdog timer -it3 at isa? port 0x228 +it* at isa? port 0x2e # ITE IT8705F, IT8712F, IT8716F, +it* at isa? port 0x4e # IT8718F, 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 |