diff options
author | 2019-07-09 05:43:03 +0000 | |
---|---|---|
committer | 2019-07-09 05:43:03 +0000 | |
commit | 23c1d8877d87a1325d4da4601f64634751cc55f8 (patch) | |
tree | 9a49206ea518140080d77646bf86442be9aa6135 /sys/dev/usb/files.usb | |
parent | cap the number of permiopen/permitlisten directives we're willing to (diff) | |
download | wireguard-openbsd-23c1d8877d87a1325d4da4601f64634751cc55f8.tar.xz wireguard-openbsd-23c1d8877d87a1325d4da4601f64634751cc55f8.zip |
ure(4) and url(4) need ifmedia attribute.
ok deraadt@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 2f2c47fd19f..2a68642a9a9 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.139 2019/06/07 16:06:59 jcs Exp $ +# $OpenBSD: files.usb,v 1.140 2019/07/09 05:43:03 kevlo 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. @@ -276,12 +276,12 @@ attach ugl at uhub file dev/usb/if_ugl.c ugl # Realtek RTL8150L(M) -device url: ether, ifnet, mii +device url: ether, ifnet, mii, ifmedia attach url at uhub file dev/usb/if_url.c url # Realtek RTL8152 -device ure: ether, ifnet, mii +device ure: ether, ifnet, mii, ifmedia attach ure at uhub file dev/usb/if_ure.c ure |