Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-01-19 | Make the device work again on big endian archs (after firmware upgrade). | Marcus Glocker | |
Tested on macppc. | |||
2008-01-18 | Add LED support. | Marcus Glocker | |
2008-01-17 | Fix RX queue stalling by regulary reading the device statistics (with a | Marcus Glocker | |
firmware command). Doh! We can now reliable communicate in 11g. Took me about 3 weeks to find out (just had to say that). | |||
2008-01-17 | Replace firmware version 2.5.8.0 with 2.13.1.0. Firmware API slightly | Marcus Glocker | |
changes. You need to update the firmware package to upgt-firmware-1.1.tgz. | |||
2008-01-05 | sync | Theo de Raadt | |
2008-01-05 | SPARKLAN RT2573, found in HP s3200n, owned by laa@laa.zp.ua | Theo de Raadt | |
rum vs ural determination done by jsg | |||
2008-01-04 | Fix wrong sizeof(). Makes driver work on amd64, too. | Marcus Glocker | |
2008-01-04 | Fix TX padding. | Marcus Glocker | |
2008-01-03 | Fix page fault trap which occured when device was detached after a failed | Marcus Glocker | |
attach attempt. | |||
2008-01-02 | Make network scanning work correctly. | Marcus Glocker | |
2008-01-01 | Add devices 11b rateset. Add/Adjust comments. | Marcus Glocker | |
2008-01-01 | No watchdog operations if device is not running. | Marcus Glocker | |
2008-01-01 | More constant naming for some defines. | Marcus Glocker | |
2008-01-01 | Tune TX descriptor so we can successfully set some TX rates. Could | Marcus Glocker | |
do transfers between 1.3MB/s - 2MB/s. Though still unreliable because we have random TX watchdog timeouts. | |||
2007-12-31 | sync | Theo de Raadt | |
2007-12-31 | new product | Theo de Raadt | |
2007-12-31 | re-order product list slightly | Theo de Raadt | |
2007-12-31 | new umsm product | Theo de Raadt | |
2007-12-22 | Reset the MAC filter if we stop the device, so no frames are accepted | Marcus Glocker | |
anymore. | |||
2007-12-20 | More minor TX fixing (still sucks). Add more debug info and leave debug | Marcus Glocker | |
mode on for now. | |||
2007-12-20 | attach another variant of the MC8755, this one is found in x61s laptops from ↵ | Felix Kronlage | |
lenovo. tested by oga@ | |||
2007-12-20 | regen | Felix Kronlage | |
2007-12-20 | add another variant of the Sierra Wireless MC8755 3G/UMTS/HSDPA modems found ↵ | Felix Kronlage | |
in x61 laptops from lenovo | |||
2007-12-19 | Move watchdog timeout message from DPRINTF to printf. | Marcus Glocker | |
2007-12-19 | Fix page fault trap in TX path. Though TX path is still not working | Marcus Glocker | |
sane, resulting in watchdog timeout. | |||
2007-12-17 | Add new devices to match list. | Marcus Glocker | |
2007-12-17 | regen | Marcus Glocker | |
2007-12-17 | Differ between identical device strings until we find the correct model | Marcus Glocker | |
number. | |||
2007-12-17 | regen | Marcus Glocker | |
2007-12-17 | Add upgt USB 2.0 device IDs as seen on prism54.org. | Marcus Glocker | |
2007-12-17 | Make ether_crc32_le() work for our needs and therefore remove the large | Marcus Glocker | |
CRC-32 table. Suggested by deraadt@ | |||
2007-12-16 | Add comment. | Marcus Glocker | |
2007-12-16 | the upgt file is.. optional | Theo de Raadt | |
2007-12-16 | regen | Marcus Glocker | |
2007-12-16 | Inital driver for the Conexant/Intersil PrismGT SoftMAC USB 2.0 devices | Marcus Glocker | |
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@ | |||
2007-12-07 | sync | Theo de Raadt | |
2007-12-07 | shorted names | Theo de Raadt | |
2007-12-07 | sync | Damien Bergamini | |
2007-12-07 | add a bunch of ralink rt2870 ids (3 new vendors / 38 new products) | Damien Bergamini | |
from ralink linux driver. | |||
2007-12-07 | sync | Theo de Raadt | |
2007-12-07 | more zydas versions, collected from various places | Theo de Raadt | |
2007-12-05 | sync | Stuart Henderson | |
2007-12-05 | add Gude Expert mouseCLOCK USB II MSF, fix typo for HBG | Stuart Henderson | |
"yes, but only if you know how to do this properly" mbalmer | |||
2007-12-04 | sync | Theo de Raadt | |
2007-12-04 | new device; graeme@omni.net.au | Theo de Raadt | |
2007-12-02 | spelling fix in debug printf | Robert Nagy | |
2007-11-28 | add the device and interface class codes for USB Video Class (UVC) | Robert Nagy | |
devices ok deraadt@ | |||
2007-11-27 | properly update hardware multicast filter. | Damien Bergamini | |
hints from zd1211rw. | |||
2007-11-27 | typos; ok jmc@ | Martynas Venckus | |
sys/dev/pci/pciide.c from naddy@ | |||
2007-11-25 | syc | Theo de Raadt | |