diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-08-03 17:52:47 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2014-08-03 17:52:47 +0000 |
commit | 5af86bde581b5c5629d195fa3cdbe01dc592c4bd (patch) | |
tree | 69a901c93dd16302f8c9a0c6f0535e193d772ee1 /sys/arch | |
parent | 7d70404ac9a91e838551ea01b78bba7f242816a7 (diff) |
Add ral(4) at pci and cardbus to RAMDISK on macppc; ok deraadt
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index 6b7d89b4fc7..425bbbe7bb5 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.104 2014/07/12 21:56:56 tedu Exp $ +# $OpenBSD: RAMDISK,v 1.105 2014/08/03 17:52:46 stsp Exp $ # # PPC GENERIC config file # @@ -89,6 +89,7 @@ wi* at pci? # WaveLAN IEEE 802.11DS vr* at pci? # VIA Rhine ethernet pcn* at pci? # AMD PCnet-PCI Ethernet xge* at pci? # Neterion Xframe-I/II 10Gb ethernet +ral* at pci? # Ralink RT2500/RT2501/RT2600 # how many of these are needed? amphy* at mii? # AMD 79C873 PHYs @@ -220,6 +221,7 @@ xl* at cardbus? # 3C575/3C656 ethernet rl* at cardbus? # RealTek 81[23]9 ethernet re* at cardbus? # Realtek 8169/8169S/8110S wdc* at pcmcia? +ral* at cardbus? # Ralink RT2500/RT2501/RT2600 wsdisplay* at vgafb? wskbd* at ukbd? mux 1 |