diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 21:54:44 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 21:54:44 +0000 |
commit | 6b8d3290f2182fbc0fd2bb13d19e58d8ba230d76 (patch) | |
tree | 2ba5429539eadc00629f569811f430b147203037 | |
parent | 0501f19e99c4a07e03e42d77f226102c8077a10d (diff) |
Add lm(4) and viaenv(4). Commented out and i386-only for now.
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 9 |
1 files changed, 8 insertions, 1 deletions
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 |