From ae4477b7459bc815ac50a13f5116111583162e76 Mon Sep 17 00:00:00 2001 From: Oleg Safiullin Date: Tue, 18 Dec 2007 21:17:55 +0000 Subject: New it(4) driver. Supports ITE IT8705/8712/8716/8718/8726 and SiS SiS950 hardware monitors and ITE IT8712F/8716F/8718F/8726F watchdog timer. --- sys/arch/i386/conf/GENERIC | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/i386') diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ac05736d1f1..2e55e239316 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.595 2007/12/05 19:17:13 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.596 2007/12/18 21:17:54 form Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -120,9 +120,9 @@ iic* at nviic? amdpm* at pci? # AMD-7xx/8111 and NForce SMBus controller iic* at amdpm? -it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware -it1 at isa? port 0xc00 # monitors -it2 at isa? port 0xd00 +it0 at isa? # ITE IT8705F, IT8712F, IT8716F, + # IT8718F, IT8726F and SiS SiS950 + # 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 -- cgit v1.2.3