diff options
author | 2003-04-25 21:54:43 +0000 | |
---|---|---|
committer | 2003-04-25 21:54:43 +0000 | |
commit | 7e7414ddfc59dde43d20f3a56bbddb22da7328fc (patch) | |
tree | a7777bf1fedfc5b4a1538d77c0785b515b476521 | |
parent | viaenv(4) manual page (diff) | |
download | wireguard-openbsd-7e7414ddfc59dde43d20f3a56bbddb22da7328fc.tar.xz wireguard-openbsd-7e7414ddfc59dde43d20f3a56bbddb22da7328fc.zip |
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 |