diff options
author | 2011-01-06 19:32:09 +0000 | |
---|---|---|
committer | 2011-01-06 19:32:09 +0000 | |
commit | c90c73c85a57ce98d29aa3984d7e6ab31099ec7f (patch) | |
tree | 8ea7d82e076236c62942845395ce3b4ee6ee85a5 /sys/dev | |
parent | cleanup athn_usb_rx_frame(). (diff) | |
download | wireguard-openbsd-c90c73c85a57ce98d29aa3984d7e6ab31099ec7f.tar.xz wireguard-openbsd-c90c73c85a57ce98d29aa3984d7e6ab31099ec7f.zip |
only athn at uhub (not pci or cardbus) needs firmload
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/usb/files.usb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 4f2a151199f..9fff2e9a8ab 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.96 2011/01/06 07:27:15 damien Exp $ +# $OpenBSD: files.usb,v 1.97 2011/01/06 19:32:09 damien Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -376,7 +376,7 @@ attach uath at uhub file dev/usb/if_uath.c uath # Atheros AR9002U -attach athn at uhub with athn_usb +attach athn at uhub with athn_usb: firmload file dev/usb/if_athn_usb.c athn_usb needs-flag # Maxim/Dallas DS2490 1-Wire adapter |