diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-19 21:33:50 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-04-19 21:33:50 +0000 |
commit | b361c78c1f214fea5c2ea715774769e56ed732de (patch) | |
tree | 800eae93e1c4f3648fe1a5ef2f635d8e7897e5af /sys/arch/i386 | |
parent | 3eb0ea3b1292678d76b2c3556a07c74bc88eb4b5 (diff) |
Enable schsio(4) everywhere to get it tested.
``please commit'' deraadt
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 84251097d91..c9194f98495 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.653 2009/03/24 18:56:17 damien Exp $ +# $OpenBSD: GENERIC,v 1.654 2009/04/19 21:33:49 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -133,8 +133,8 @@ it* at isa? port 0x4e # IT8718F, IT8726F and SiS SiS950 schsio* at isa? port 0x2e # SMSC SCH311x Super I/O schsio* at isa? port 0x4e -#schsio* at isa? port 0x162e -#schsio* at isa? port 0x164e +schsio* at isa? port 0x162e +schsio* at isa? port 0x164e viaenv* at pci? # VIA VT82C686A hardware monitor viasio* at isa? port 0x2e flags 0x0000 # VIA VT1211 LPC Super I/O |