diff options
author | 2006-01-13 21:59:13 +0000 | |
---|---|---|
committer | 2006-01-13 21:59:13 +0000 | |
commit | 71886dbd8004a8970d5c9775a20ddea55768ed93 (patch) | |
tree | 1cde3c9d2d8accc4886063ad2f6d270d1f343028 | |
parent | maxds now supports DS1624 and DS1721. (diff) | |
download | wireguard-openbsd-71886dbd8004a8970d5c9775a20ddea55768ed93.tar.xz wireguard-openbsd-71886dbd8004a8970d5c9775a20ddea55768ed93.zip |
list other maxds models
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index fbbdda98e3d..e9a96319ecc 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.461 2006/01/10 07:32:21 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.462 2006/01/13 21:59:13 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -131,7 +131,7 @@ adt* at iic? # Analog Devices ADT7460 lm* at iic? # LM78/79 and clones lmenv* at iic? # National Semiconductor LM87 lmtemp* at iic? # NS LM75/LM77 temperature sensor -maxds* at iic? # Maxim DS1631 +maxds* at iic? # Maxim DS1631/1624/1721 maxtmp* at iic? # Maxim MAX6642/MAX6690 asbtm* at iic? # Asus ASB100 |