diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-21 18:32:32 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-10-21 18:32:32 +0000 |
commit | bfee872fa860909f5b794bd1e253305c36cf0be5 (patch) | |
tree | fa97ffd5d9e3725d5d8878f587714b9967c7abb4 | |
parent | ec5ef50a1fd29327b0ceac47c6acfa493ba2c782 (diff) |
enable zyd
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 4f96aa2fb08..6bceb3740df 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.161 2006/10/15 04:17:31 marco Exp $ +# $OpenBSD: GENERIC,v 1.162 2006/10/21 18:32:31 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -196,6 +196,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB +zyd* at uhub? # Zydas ZD1211 udcf* at uhub? # Gude Expert mouseCLOCK uow* at uhub? # Maxim/Dallas DS2490 1-Wire adapter onewire* at uow? diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index ac1cd1898e9..033240bb0ba 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.527 2006/10/06 22:17:13 mglocker Exp $ +# $OpenBSD: GENERIC,v 1.528 2006/10/21 18:32:31 deraadt Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -243,7 +243,7 @@ ugen* at uhub? # USB Generic driver uath* at uhub? # Atheros AR5005UG/AR5005UX ural* at uhub? # Ralink RT2500USB rum* at uhub? # Ralink RT2501USB/RT2601USB -#zyd* at uhub? # Zydas ZD1211 +zyd* at uhub? # Zydas ZD1211 #option NATM #ueagle* at uhub? # Analog Devices Eagle ADSL udcf* at uhub? # Gude Expert mouseCLOCK |