summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Collapse)Author
2005-03-16move ral vendor/product Ids into usbdevsDamien Bergamini
2005-03-16Driver for Ralink Technology RT2500USB wireless adapters.Damien Bergamini
ok deraadt@
2005-03-16Use biowait() instead of rolling our own.Miod Vallat
tested krw@ moritz@, ok deraadt@
2005-03-16don't account packet's twice; from joel@; ok deraadt@, henning@Markus Friedl
2005-03-15Only print warning messages in pci_{io,mem}_find() if option DEBUG; instead,Miod Vallat
do not return 1 on failure but a real errno the caller can check for proper action. tweaks and ok mickey@
2005-03-15Take care of updating the PROMs view of the cursor position in the common fbMiod Vallat
code, rather than doing this in only a subset of the fb drivers.
2005-03-15use IFQ_ rather than IF_ macro here too, maybe helps altq; ok henningPeter Valchev
2005-03-15use IFQ_* macros instead of hand-rolling or using IF_*, makes ALTQ work onHenning Brauer
re, from Armin Wolfermann <aw@osn.de>, ok dlg markus pval
2005-03-15Make attach errors appear on new lines and makeJonathan Gray
dmesg output less ugly while here.
2005-03-14regenPedro Martelletto
2005-03-14Add GeForce4 MX 4000, okay deraadt@Pedro Martelletto
2005-03-14don't display an error message when re-associating.Damien Bergamini
this prevents annoying 'unknown association state 9' from happening.
2005-03-14syncTheo de Raadt
2005-03-14support jvc mp-prx1; iedowseTheo de Raadt
2005-03-14more Yukon models and Yukon EC revs.Brad Smith
2005-03-13Add missed WSDISPLAYIO_[GS]VIDEO ioctl handling.Miod Vallat
2005-03-13the wep mac may be NULL if it's a broadcast keyReyk Floeter
ok krw@
2005-03-13revert rev 1.8Brad Smith
2005-03-13in the event wi_attach fails dont panic trying to clean up a nonexistantDavid Gwynne
interrupt handler. ok uwe@
2005-03-13Merge support for USB1 devices located beyond USB2 hubs, mostly from netbsd.Christopher Pascoe
Supports bulk, control and interrupt pipes, letting USB1 keyboards and most network interfaces work when connected to a USB2 hub. ok dlg@
2005-03-13Order the top-level interrupt heads in the periodic framelist such thatChristopher Pascoe
downstream interupt heads have an even temporal distribution. ok dlg@
2005-03-13Be even more liberal in what we accept as a completed transaction, asChristopher Pascoe
XActErr is not the only qH warning bit that "sticks" during a transaction. ok dlg@
2005-03-12Typos.Thierry Deval
2005-03-12add a bunch of PCI ids from the SysKonnect sk98lin driver.Brad Smith
2005-03-12use TAILQ_FOREACHMartin Reindl
ok krw@
2005-03-12initialise min arg to uvm_km_suballoc; not currently enabled code pathMichael Shalayeff
2005-03-12prevent fragmentation from happening.Damien Bergamini
2005-03-12s/__attribute__((__packed__))/__packed/Damien Bergamini
2005-03-12IBSS is not yet supported, remove it from the capabilities flags.Damien Bergamini
2005-03-12retrieve scan results from net80211 instead of reading NIC internal memory.Damien Bergamini
this fixes a bug with multiple AP's.
2005-03-12Fix RTW_DEBUG compilation and add a few more sanity checks in addition toJonathan Gray
rtw.c -r 1.45 from dyoung@NetBSD: Log Message: Misc. changes to improve ad hoc mode and to enable hostap mode: Fix the work-around for the NIC bug where it skips to rx descriptor 0. The driver used to skip to rx descriptor 1. Hopefully this stops the out-of-order packet reception that Charles Hannum saw. When debugging is enabled, print rx-descriptor status flags before printing the rx bit rate. Add a debug message for when a beacon tx buffer reclamation. Reset IFF_OACTIVE when we reset the transmitter. Pass the consolidated LED state, a struct rtw_led_state, to rtw_led_attach. Choose the bit-rate for management frames (1Mb/s) at the same place we choose for all other frames. Do not use the NIC's short preamble or RTS options for management frames. Label beacons for the NIC. Following a Linux driver, take care not to zero arbitrary bits in the TPPOLL register. Use the new idiom for IBSS merges: disable transmitter, kick the state machine. Add a second descriptor to the beacon ring. The NIC seems to like this much better.
2005-03-11make use of the new ral_get_rts(), ral_txtime() and ral_setup_tx_desc()Damien Bergamini
functions. this makes RTS protection mode and 802.11g work.
2005-03-11don't forget to release nodes when they are no longer needed.Damien Bergamini
2005-03-11introduce new ral_setup_tx_desc() function so we can factor out fillingDamien Bergamini
of tx descriptors.
2005-03-11fix IBSS mode. clean ral_newstate() while i'm here.Damien Bergamini
2005-03-11new ral_get_rts() function for building RTS frames.Damien Bergamini
2005-03-11distinguish null data frames from management frames.Damien Bergamini
2005-03-11simplify led management code.Damien Bergamini
2005-03-11do not disable RF tune in monitor mode.Damien Bergamini
2005-03-11fix ral_enable_tsf_sync() for future IBSS and HostAP support.Damien Bergamini
2005-03-11add various functions to compute duration and plcp length in 802.11a/g.Damien Bergamini
2005-03-11implement fast channel switching for monitor mode (used by kismet).Damien Bergamini
2005-03-11fix tx rate of beacons and mgmt frames in 802.11a.Damien Bergamini
2005-03-11enter RUN state in monitor mode instead of staying in INIT state.Damien Bergamini
make sure we are not enabling TSF synchronization and rate adaptation in monitor mode.
2005-03-11fix basic rates for 802.11g.Damien Bergamini
initialize power mode in ral_init().
2005-03-11don't initialiaze BBP registers with values stored in E2PROM.Damien Bergamini
it seems to override critical default values (like sensitivity).
2005-03-11some cosmetic tweaksDamien Bergamini
fix debug messages level simplify e2prom code
2005-03-11fix channel initialisation. thanks to simon slater.Reyk Floeter
2005-03-10regenBrad Smith
2005-03-10more SysKonnect PCI ids from the SysKonnect sk98lin driver.Brad Smith