diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-14 17:39:47 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-10-14 17:39:47 +0000 |
commit | 2a564da9f3edf8632aec17c61a0dafb3ae285277 (patch) | |
tree | 3c63b3453ed7af9b086844d4b91f7ea728f26cf0 /sys/arch | |
parent | 83a1308578390cf461675e7655465fc36b35de3e (diff) |
enable wbng
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index deccaf823b8..2e178329731 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.200 2007/10/08 12:56:37 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.201 2007/10/14 17:39:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -108,6 +108,7 @@ lmn* at iic? # National Semiconductor LM93 maxds* at iic? # Maxim DS1631 maxtmp* at iic? # Maxim MAX6642/MAX6690 spdmem* at iic? # SPD memory eeproms +wbng* at iic? # Winbond W83793G #option PCMCIAVERBOSE diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 705966abc76..037c233291a 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.582 2007/10/08 13:08:13 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.583 2007/10/14 17:39:46 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -152,6 +152,7 @@ wbenv* at iic? # Winbond W83L784R/W83L785R/W83L785TS-L glenv* at iic? # Genesys Logic GL518SM thmc* at iic? # TI TMHC50 / Analog ADM1022 spdmem* at iic? # SPD memory eeproms +wbng* at iic? # Winbond W83793G #isagpio0 at isa? port 0x78 # ISA I/O mapped as GPIO #isagpio1 at isa? port 0x80 |