diff options
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 6 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 038bd29cf73..dfc67ab23a5 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.260 2009/03/24 18:56:17 damien Exp $ +# $OpenBSD: GENERIC,v 1.261 2009/04/19 21:33:49 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -80,8 +80,8 @@ it* at isa? port 0x4e # IT8726F and SiS SiS950 monitors and 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 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 |