diff options
author | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-12-16 09:05:54 +0000 |
---|---|---|
committer | Marcus Glocker <mglocker@cvs.openbsd.org> | 2007-12-16 09:05:54 +0000 |
commit | 9605c5d469d1183642707d7c1a5b26c9a46d4ba5 (patch) | |
tree | 2a38e795c2da129338a49ae12307531957c172ab /sys/dev/usb/files.usb | |
parent | 7953511a19ed4b49680282685824609caa029b7a (diff) |
Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices
based on the GW3887 chipset (b/g).
We are able to communicate more or less reliable with DS1 (1Mbps) yet.
Tested on i386 and macppc.
Short term TODOs:
- Find out how to set TX rates.
- Fix device hangup while high RX load.
- Improve device reset (reload firmware on init, watchdog, etc.).
- Fill man page with supported devices (need reports).
- Add AMRR rate control.
- Add HostAP mode.
- Add IBSS mode.
- Add LED support.
- ...
Long term TODOs:
- Support the USB 1.0 devices (NET2280, ISL3880, ISL3886 chipsets).
OK deraadt@, OK laurent@
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 |