diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-13 14:43:43 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-09-13 14:43:43 +0000 |
commit | 1bc8a5dab71aacdf5bde856eea17a812b6558f8e (patch) | |
tree | e9163f50e74dff998b1f1aa634685ead81135056 | |
parent | 9302bbc1850f046a0f8c54b654a30388f5a71b18 (diff) |
remove delta
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/armv7/conf/RAMDISK | 4 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 612ed01ff1a..ac63e32aef6 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.154 2015/09/03 18:00:11 kettenis Exp $ +# $OpenBSD: RAMDISK_CD,v 1.155 2015/09/13 14:43:42 deraadt Exp $ machine amd64 maxusers 4 @@ -96,7 +96,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U -zyd* at uhub? # Zydas ZD1211/ZD1211B +zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # Realtek 8187 urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU diff --git a/sys/arch/armv7/conf/RAMDISK b/sys/arch/armv7/conf/RAMDISK index 7b5f7ecfb38..8c0c22ba574 100644 --- a/sys/arch/armv7/conf/RAMDISK +++ b/sys/arch/armv7/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.6 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.7 2015/09/13 14:43:42 deraadt Exp $ machine armv7 arm @@ -159,7 +159,7 @@ ugl* at uhub? # Genesys Logic GL620USB-A host-to-host ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U -zyd* at uhub? # Zydas ZD1211/ZD1211B +zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # Realtek 8187 urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 9d4843e506d..f72d282e954 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.226 2015/07/17 22:52:28 tedu Exp $ +# $OpenBSD: RAMDISK_CD,v 1.227 2015/09/13 14:43:42 deraadt Exp $ machine i386 maxusers 4 @@ -102,7 +102,7 @@ wi* at uhub? # WaveLAN IEEE 802.11DS ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB run* at uhub? # Ralink RT2700U/RT2800U/RT3000U -zyd* at uhub? # Zydas ZD1211/ZD1211B +zyd* at uhub? # Zydas ZD1211 upgt* at uhub? # Conexant/Intersil PrismGT SoftMAC USB urtw* at uhub? # Realtek 8187 urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index ba638c47239..ff55159366a 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.113 2015/08/30 09:49:41 mpi Exp $ +# $OpenBSD: RAMDISK,v 1.114 2015/09/13 14:43:42 deraadt Exp $ machine macppc powerpc maxusers 4 @@ -180,7 +180,7 @@ ath* at cardbus? # Atheros AR5k (802.11a/b/g) wi* at pcmcia? # WaveLAN IEEE 802.11DS dc* at cardbus? # 21143, "tulip" clone ethernet fxp* at cardbus? # Intel PRO/100 ethernet -xl* at cardbus? # 3C575/3C656 ethernet +xl* at cardbus? # 3C575 ethernet rl* at cardbus? # Realtek 81[23]9 ethernet re* at cardbus? # Realtek 8169/8169S/8110S wdc* at pcmcia? |