diff options
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 7b86cbdb134..00d88666100 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.73 2007/11/16 16:25:31 deraadt Exp $ +# $OpenBSD: files.usb,v 1.74 2007/12/16 09:05:53 mglocker 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. @@ -287,6 +287,11 @@ device zyd: ether, ifnet, ifmedia, wlan, firmload attach zyd at uhub file dev/usb/if_zyd.c zyd +# PrismGT +device upgt: ether, ifnet, ifmedia, wlan, firmload +attach upgt at uhub +file dev/usb/if_upgt.c + # Analog Devices Eagle driver device ueagle: atm, ifnet, ezload, firmload attach ueagle at uhub |