diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 22:03:43 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2003-04-25 22:03:43 +0000 |
commit | 096483f6923704d89445d69d64c35b261dfa9ec5 (patch) | |
tree | b683a28c2ae35e01dfdf248ecc41e49e211a77ac | |
parent | 20654f87e44c688ba612d727b022a14071453484 (diff) |
Enable lm(4) and viaenv(4).
ok miod@ deraadt@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 90c268a0637..14d79253ca6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.333 2003/04/25 21:54:43 grange Exp $ +# $OpenBSD: GENERIC,v 1.334 2003/04/25 22:03:42 grange Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -61,11 +61,11 @@ pcib* at pci? dev ? function ? # PCI-ISA bridge elansc* at pci? dev ? function ? # AMD Elan SC520 System Controller # National Semiconductor LM7[89] and compatible hardware monitors -#lm0 at isa? port 0x290 +lm0 at isa? port 0x290 #lm1 at isa? port 0x280 #lm2 at isa? port 0x310 -#viaenv* at pci? dev ? function ? # VIA VT82C686A hardware monitor +viaenv* at pci? dev ? function ? # VIA VT82C686A hardware monitor # ISA PCMCIA controllers #option PCMCIAVERBOSE |