From 6b8d3290f2182fbc0fd2bb13d19e58d8ba230d76 Mon Sep 17 00:00:00 2001 From: Alexander Yurchenko Date: Fri, 25 Apr 2003 21:54:44 +0000 Subject: Add lm(4) and viaenv(4). Commented out and i386-only for now. --- sys/arch/i386/conf/GENERIC | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 5eb63404036..90c268a0637 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.332 2003/03/28 00:49:13 miod Exp $ +# $OpenBSD: GENERIC,v 1.333 2003/04/25 21:54:43 grange Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -60,6 +60,13 @@ pcib* at pci? dev ? function ? # PCI-ISA bridge #amdpm* at pci? dev ? function ? # AMD768MPX elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller +# National Semiconductor LM7[89] and compatible hardware monitors +#lm0 at isa? port 0x290 +#lm1 at isa? port 0x280 +#lm2 at isa? port 0x310 + +#viaenv* at pci? dev ? function ? # VIA VT82C686A hardware monitor + # ISA PCMCIA controllers #option PCMCIAVERBOSE pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000 -- cgit v1.2.3