diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-10 17:30:39 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-04-10 17:30:39 +0000 |
commit | 55ff238feaa7908fd57b89a2e32634fbdffa004c (patch) | |
tree | 815cbff5f219ae8b19f1b7d633ece9124a7443ec /sys/arch/i386 | |
parent | 2cfc1367ed932af969e489d149c14f07007e218b (diff) |
sch5017 is an adt7460 clone of some type. also, we are seeing some
ways to determine the actual voltage multipliers, so move to a table
driven model, which we can tweak as we see more varients. checked
by kettenis jolan and roman
Diffstat (limited to 'sys/arch/i386')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 3bf047bc949..f5ac878926b 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.481 2006/04/10 00:55:00 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.482 2006/04/10 17:30:38 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -140,7 +140,6 @@ maxtmp* at iic? # Maxim MAX6642/MAX6690 asbtm* at iic? # Asus ASB100 wbenv* at iic? # Winbond W83L784R/W83L785R/W83L785TS-L glenv* at iic? # Genesys Logic GL518SM -schenv* at iic? # SMSC SCH5017 #isagpio0 at isa? port 0x78 # ISA I/O mapped as GPIO #isagpio1 at isa? port 0x80 |