diff options
author | 2004-05-23 18:16:29 +0000 | |
---|---|---|
committer | 2004-05-23 18:16:29 +0000 | |
commit | f2290b31f715d012cbf231ea6c641f18e943fcc0 (patch) | |
tree | c785c53313e3b155ec819535ec0482a6cf59581d | |
parent | lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver. (diff) | |
download | wireguard-openbsd-f2290b31f715d012cbf231ea6c641f18e943fcc0.tar.xz wireguard-openbsd-f2290b31f715d012cbf231ea6c641f18e943fcc0.zip |
Enable lmtemp(4).
It's found on the second ACCESS.bus port at address 0x48 of the
PC Engines WRAP.1C board.
ok deraadt@
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 0a644f1d9c8..81cb2853f1f 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.362 2004/05/23 17:41:08 grange Exp $ +# $OpenBSD: GENERIC,v 1.363 2004/05/23 18:16:29 grange Exp $ # # GENERIC -- everything that's currently supported # @@ -73,6 +73,7 @@ nsclpcsio* at isa? # NS PC87366 hardware monitor gscsio* at isa? # NS Geode SC1100 Super I/O iic0 at gscsio? # ACCESS.bus 1 iic1 at gscsio? # ACCESS.bus 2 +lmtemp0 at iic1 addr 0x48 # NS LM75/LM77 temperature sensor it0 at isa? port 0x290 # IT8705F, IT8712F and SiS970 hardware # monitors |