summaryrefslogtreecommitdiff
path: root/sys/dev/usb/files.usb
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2003-10-26 15:34:17 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2003-10-26 15:34:17 +0000
commit43782ab58acc9f9d055d1fc33d7069fe85857d90 (patch)
tree75ff040ecf49a4340cd89b95a47ff537576652da /sys/dev/usb/files.usb
parentb62dde670d7c7927ce0448b2c885cb9fdd70e437 (diff)
Driver for PRISM 2.5/3 based (wifi) USB adapters. This is a work in progress,
it does not yet handle bulk data copies or hostap mode. Only one model currently supported, however driver may support other PRISM based adapters. ok millert@ fgsch@
Diffstat (limited to 'sys/dev/usb/files.usb')
-rw-r--r--sys/dev/usb/files.usb6
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb
index c3bbcfa5697..7ac467f9fe3 100644
--- a/sys/dev/usb/files.usb
+++ b/sys/dev/usb/files.usb
@@ -1,4 +1,4 @@
-# $OpenBSD: files.usb,v 1.32 2003/05/17 06:07:57 nate Exp $
+# $OpenBSD: files.usb,v 1.33 2003/10/26 15:34:16 drahn 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.
@@ -187,3 +187,7 @@ file dev/usb/uscanner.c uscanner needs-flag
device usscanner: scsi
attach usscanner at uhub
file dev/usb/usscanner.c usscanner
+
+# Prism3 WI @ USB
+attach wi at uhub with wi_usb
+file dev/usb/if_wi_usb.c wi_usb needs-flag