diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-02-17 15:04:09 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2008-02-17 15:04:09 +0000 |
commit | 97352354de18b262caf002a548867077cbf1c881 (patch) | |
tree | 2847742ff5794821850b8a73d35322c8b89ccd23 /sys/arch/i386/conf | |
parent | 57083155d9b00469a9c8d5bf4426b6c3fa020391 (diff) |
Enter wbsio(4), a driver for the Winbond LPC Super I/O chips.
ok henning@
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a173dc48816..f2ea23441ca 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.599 2007/12/31 19:29:46 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.600 2008/02/17 15:04:08 kettenis Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -127,6 +127,11 @@ it2 at isa? port 0xd00 # monitors and watchdog timer 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 + +wbsio* at isa? port 0x2e # Winbond LPC Super I/O +wbsio* at isa? port 0x4e +lm* at wbsio? + aps0 at isa? port 0x1600 # ThinkPad Active Protection System adc* at iic? # Analog Devices AD7416/AD7417/7418 |