diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-16 20:26:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-16 20:26:47 +0000 |
commit | 83a069bfe3ba9c5cc7a405b02c73d865f61d54f1 (patch) | |
tree | 6bbb5987a7039904ec299a111a421eb00fed1641 /sys/arch | |
parent | 4323351c2394dd8865d0340b0d4bd25aae095198 (diff) |
enable wbenv. best way to test new code is to enable it
Diffstat (limited to 'sys/arch')
-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 2c3bb21d16e..8d880cf96f1 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.463 2006/01/15 14:24:16 kettenis Exp $ +# $OpenBSD: GENERIC,v 1.464 2006/01/16 20:26:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -134,6 +134,7 @@ lmtemp* at iic? # NS LM75/LM77 temperature sensor maxds* at iic? # Maxim DS1631/1624/1721 maxtmp* at iic? # Maxim MAX6642/MAX6690 asbtm* at iic? # Asus ASB100 +wbenv* at iic? # Winbond W83L784R/W83L785R/W83L785TS-L # ISA PCMCIA controllers #option PCMCIAVERBOSE |