From 97352354de18b262caf002a548867077cbf1c881 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 17 Feb 2008 15:04:09 +0000 Subject: Enter wbsio(4), a driver for the Winbond LPC Super I/O chips. ok henning@ --- sys/arch/i386/conf/GENERIC | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf') 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 -- cgit v1.2.3