add firmload attribute to rum, thanks to Paul Goyette on current-users
This commit is contained in:
parent
cb2ae6ad54
commit
b38463376a
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: files.usb,v 1.74 2007/03/13 13:51:53 drochner Exp $
|
||||
# $NetBSD: files.usb,v 1.75 2007/05/06 22:54:20 jnemeth Exp $
|
||||
#
|
||||
# Config file and device description for machine-independent USB code.
|
||||
# Included by ports that need it. Ports that use it must provide
|
||||
|
@ -261,7 +261,7 @@ file dev/usb/if_atu.c atu
|
|||
attach ral at usbdevif with ural
|
||||
file dev/usb/if_ural.c ural
|
||||
|
||||
device rum: ether, ifnet, arp, wlan
|
||||
device rum: ether, ifnet, arp, wlan, firmload
|
||||
attach rum at usbdevif
|
||||
file dev/usb/if_rum.c rum
|
||||
|
||||
|
|
Loading…
Reference in New Issue