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/usbdevs | |
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/usbdevs')
-rw-r--r-- | sys/dev/usb/usbdevs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/usbdevs b/sys/dev/usb/usbdevs index 29143c44520..4f22194bbf7 100644 --- a/sys/dev/usb/usbdevs +++ b/sys/dev/usb/usbdevs @@ -1,4 +1,4 @@ -$OpenBSD: usbdevs,v 1.324 2007/12/07 18:11:11 deraadt Exp $ +$OpenBSD: usbdevs,v 1.325 2007/12/16 09:05:53 mglocker Exp $ /* $NetBSD: usbdevs,v 1.322 2003/05/10 17:47:14 hamajima Exp $ */ /* @@ -2209,6 +2209,7 @@ product SMC2 2020HUB 0x2020 Hub product SMC2 2504HUB 0x2504 Hub product SMC3 2662WV1 0xa001 EZ Connect 11Mbps product SMC3 2662WV2 0xa002 EZ Connect 11Mbps v2 +product SMC 2862WG 0xee13 EZ Connect 54Mbps /* SOHOware products */ product SOHOWARE NUB100 0x9100 NUB100 Ethernet |