diff options
author | Martin Reindl <martin@cvs.openbsd.org> | 2005-03-19 21:37:10 +0000 |
---|---|---|
committer | Martin Reindl <martin@cvs.openbsd.org> | 2005-03-19 21:37:10 +0000 |
commit | 5680a989b7dc33f0ce93d8205fee49569e7e2aaa (patch) | |
tree | ac7fea15a7535ba23a1db42103a38d6e9016f1e6 /sys/arch/macppc | |
parent | 95aa2ef527daaf4a6ff2bc8604b1051feb51ec9c (diff) |
enable ural(4)
ok deraadt@
Diffstat (limited to 'sys/arch/macppc')
-rw-r--r-- | sys/arch/macppc/conf/GENERIC | 3 | ||||
-rw-r--r-- | sys/arch/macppc/conf/RAMDISK | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index f8ec7a853ee..8f9b1e7839b 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.76 2005/03/18 02:48:53 krw Exp $g +# $OpenBSD: GENERIC,v 1.77 2005/03/19 21:37:09 martin Exp $g # # PPC GENERIC config file # @@ -212,6 +212,7 @@ kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet cdce* at uhub? # CDC Ethernet upl* at uhub? # Prolific PL2301/PL2302 host-to-host `network' udav* at uhub? # Davicom DM9601 based Ethernet +ural* at uhub? # Ralink RT2500 url* at uhub? # Realtek RTL8150L based adapters wi* at uhub? # WaveLAN IEEE 802.11DS urio* at uhub? # Diamond Multimedia Rio 500 diff --git a/sys/arch/macppc/conf/RAMDISK b/sys/arch/macppc/conf/RAMDISK index b6e519c9b37..e22409b455b 100644 --- a/sys/arch/macppc/conf/RAMDISK +++ b/sys/arch/macppc/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.42 2005/03/18 03:27:34 brad Exp $ +# $OpenBSD: RAMDISK,v 1.43 2005/03/19 21:37:09 martin Exp $ # # PPC GENERIC config file # @@ -163,6 +163,7 @@ kue* at uhub? # Kawasaki KL5KUSB101B based Ethernet cdce* at uhub? # CDC Ethernet upl* at uhub? # Prolific PL2301/PL2302 host-to-host udav* at uhub? # Davicom DM9601 based Ethernet +ural* at uhub? # Ralink RT2500 url* at uhub? # Realtek RTL8150L based adapters wi* at uhub? # WaveLAN IEEE 802.11DS #uscanner* at uhub? # USB Scanner driver |