diff options
author | Michael Knudsen <mk@cvs.openbsd.org> | 2009-01-23 20:32:23 +0000 |
---|---|---|
committer | Michael Knudsen <mk@cvs.openbsd.org> | 2009-01-23 20:32:23 +0000 |
commit | ae81bb0fd5d1986ac1ba851c49f86e7aa323b4bc (patch) | |
tree | b1e322ca532cf8bf3b163745d9721e284290fbf2 /sys/arch/amd64/conf/GENERIC | |
parent | 6d54d03573c96c5e760fb506855c9a967178e0b6 (diff) |
Add schsio(4), a driver for SMSC SCH311x LPC Super I/O ICs providing
environment sensors. These are found at least on VIA Epia SN18000G
boards.
Not enabled at 0x162e and 0x164e because probing these may not be
safe according to kettenis (guess where my schsio is).
Much help from kettenis. Input from const and fgs.
ok kettenis
Diffstat (limited to 'sys/arch/amd64/conf/GENERIC')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 0678609356b..eb63ca9a462 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.255 2009/01/18 04:41:26 kevlo Exp $ +# $OpenBSD: GENERIC,v 1.256 2009/01/23 20:32:22 mk Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -78,6 +78,11 @@ it* at isa? port 0x2e # ITE IT8705F, IT8712F, IT8716F, IT8718F, it* at isa? port 0x4e # IT8726F and SiS SiS950 monitors and # watchdog timer +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 + 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 |