diff options
| author | drochner <drochner@NetBSD.org> | 2005-07-01 20:11:20 +0000 |
|---|---|---|
| committer | drochner <drochner@NetBSD.org> | 2005-07-01 20:11:20 +0000 |
| commit | 8728cee4482801a643192a3db5bce4eaff71cc82 (patch) | |
| tree | 38144ee5c8ce8f0142daca75b302194a4fd9da3d /sys/dev/usb | |
| parent | c1834d85c28c23f26597e7b475f20cf8757b4711 (diff) | |
add autoconf glue for the ralink wireless drivers, basically from
PR kern/30449, but changed so that pci/cardbus and usb devices
are all called "ral" to the user, so that code can be shared eventually
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 37a390aa0cc..3c6cbb840f7 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $NetBSD: files.usb,v 1.61 2005/06/13 16:41:44 cube Exp $ +# $NetBSD: files.usb,v 1.62 2005/07/01 20:11:20 drochner Exp $ # # Config file and device description for machine-independent USB code. # Included by ports that need it. Ports that use it must provide @@ -248,3 +248,7 @@ file dev/usb/usscanner.c usscanner device atu: ether, ifnet, arp, wlan attach atu at uhub file dev/usb/if_atu.c atu + +# Ralink Technology RT2500USB +attach ral at uhub with ural +file dev/usb/if_ural.c ural |
