diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-23 17:41:10 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-05-23 17:41:10 +0000 |
commit | c3af576a7b133b4c2046eef9ddf14925c38ba25c (patch) | |
tree | 0cb54c1fdc2a67598086c8c20ba6195912df6a4b /sys/arch | |
parent | 71a75fdbc0855c8da85afd759f3d28e3e6a3c160 (diff) |
gscsio(4) -- National Semiconductor Geode SC1100 Super I/O driver.
For now it only supports I2C-compatible ACCESS.bus interface,
so we use it as an i2c master controller.
ACCESS.bus interface is enabled and used on the PC Engines WRAP.1C
board.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fefeaa95437..0a644f1d9c8 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.361 2004/05/23 03:23:00 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.362 2004/05/23 17:41:08 grange Exp $ # # GENERIC -- everything that's currently supported # @@ -70,6 +70,9 @@ lm0 at isa? port 0x290 #lm1 at isa? port 0x280 #lm2 at isa? port 0x310 nsclpcsio* at isa? # NS PC87366 hardware monitor +gscsio* at isa? # NS Geode SC1100 Super I/O +iic0 at gscsio? # ACCESS.bus 1 +iic1 at gscsio? # ACCESS.bus 2 it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware # monitors |