diff options
author | 2013-08-09 09:12:42 +0000 | |
---|---|---|
committer | 2013-08-09 09:12:42 +0000 | |
commit | b2424e6c672162d0bc83e6e607703711d1ced3fe (patch) | |
tree | b7fff6782a5637674b0cf0b2a214df1db21767cc | |
parent | Uncomment another kprintf attribute. (diff) | |
download | wireguard-openbsd-b2424e6c672162d0bc83e6e607703711d1ced3fe.tar.xz wireguard-openbsd-b2424e6c672162d0bc83e6e607703711d1ced3fe.zip |
Add urtwn(4) for upgrades
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index ca4bfae1973..cd545838291 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.93 2012/09/27 14:01:35 jsg Exp $ +# $OpenBSD: RAMDISK,v 1.94 2013/08/09 09:12:42 mpi Exp $ # # PPC GENERIC config file # @@ -183,6 +183,7 @@ udav* at uhub? # Davicom DM9601 based Ethernet mos* at uhub? # MOSCHIP MCS7730/7830 10/100 Ethernet ural* at uhub? # Ralink RT2500 rum* at uhub? # Ralink RT2501USB/RT2601USB +urtwn* at uhub? # Realtek RTL8188CU/RTL8192CU zyd* at uhub? # Zydas ZD1211 url* at uhub? # Realtek RTL8150L based adapters wi* at uhub? # WaveLAN IEEE 802.11DS |