Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-23 | PCI suspend/resume plumbing. This code is currently not called. | Mike Larkin | |
ok kettenis@ | |||
2009-11-22 | add a bunch of devices found in linux drivers | Jonathan Gray | |
2009-11-22 | regen | Jonathan Gray | |
2009-11-22 | add a bunch of Ethernet and zyd devices found in linux drivers. | Jonathan Gray | |
2009-11-22 | Add a framework for discipline specific ioctls. | Joel Sing | |
ok marco@ | |||
2009-11-22 | Ensure that chunks are not already in use when creating a volume. | Joel Sing | |
ok marco@ | |||
2009-11-22 | Bring last drivers fully into the NO_CCB world by replacing | Kenneth R Westerback | |
TRY_AGAIN_LATER uses with equivalent NO_CCB. Eliminates confusion between the two as was always intended. buf I/O's that can't be started get pushed back onto the front of the queue and retried. Others get sent back to originator as failures. No more epi-cycle looping inside the SCSI midlayer hoping the problem goes away. Various testers, no objection from miod@ as vs(4) was tested by nick@. | |||
2009-11-22 | Probe modes for SATA disks, makes CF behind SATA work and gives | Jonathan Gray | |
more speed to things like SSDs that do UDMA 6. Tested by many. | |||
2009-11-22 | sync | Kevin Lo | |
2009-11-22 | add the Terminus Technology vendor id found on VIA VT6571 | Kevin Lo | |
2009-11-22 | fix RTS/CTS and CTS-to-self protection modes. | Damien Bergamini | |
fix 802.11a TXTIME computation (802.11a has a 16us SIFS interval but does not have the 6us signal extension that ERP-OFDM has so we can use the same code for 11a and 11g provided that we add the SIFS nterval in the athn_txtime() function itself.) | |||
2009-11-21 | tyypo | Miod Vallat | |
2009-11-21 | make the led blink during a scan. | Damien Bergamini | |
prodded by deraadt | |||
2009-11-21 | debug off | Damien Bergamini | |
reminded by deraadt | |||
2009-11-21 | attach to the AR9227 too | Damien Bergamini | |
2009-11-21 | EP80579 SATA | Jonathan Gray | |
2009-11-21 | in the detach function remove our usb task before calling any other | Theo de Raadt | |
teardown functions which could potentially sleep (and then, the usb task would get called for a half-torn down device) | |||
2009-11-21 | Do the operations in atu_detach in the right order, as done in | Theo de Raadt | |
other drivers recently. | |||
2009-11-21 | User triggerable KASSERT()s and NULL dereferences in netbt setsockopt()s, | Philip Guenthe | |
found by Clement LECIGNE, localhost DoS everywhere. Also, don't leak the mbuf when the wrong level is used. ok claudio@, "just commit" deraadt@ | |||
2009-11-19 | Add code to set up windows on PCI-PCI bridges left unconfigured by the | Mark Kettenis | |
firmware. Fixes some (laptop) machines with ethernet and/or wiireless behind a bridge. Some help from miod@. Tested by many. | |||
2009-11-19 | Add PPB_IO_SHIFT #define to mirror PPB_MEM_SHIFT. | Mark Kettenis | |
2009-11-19 | if a radio switch exists, configure the GPIO pin to which it is | Damien Bergamini | |
connected to raise an interrupt when the pin goes low (or high depending on the polarity of the radio switch.) turn the interface down when the interrupt occurs. this is the same behaviour as in wpi(4) and iwn(4). cleanup interrupts processing while i'm here. remove ATHN_INTR_MITIGATION compile option (it is set by default.) | |||
2009-11-19 | fix for some variants of AR9285. | Damien Bergamini | |
found while doing code inspection as i don't have such hardware. | |||
2009-11-18 | - regen | Jasper Lievisse Adriaanse | |
2009-11-18 | - add startech.com and the product id for their ICUSB2321X/2X/4X devices, | Jasper Lievisse Adriaanse | |
which seem to be a multiport TIUSB3410, which uticom(4) can't deal with yet. hints from sthen@ | |||
2009-11-18 | * always move the same amount of data (256 frames) in the interrupt handler | Jacob Meuser | |
* round blocksizes to multiples of 256 frames * fix display of record.source.volume and add record.mic.preamp mixer controls * add recording support ok kettenis@. ok ratchov@ on a slightly different version. | |||
2009-11-18 | panic on impossible error code | Alexander Hall | |
potential off-by-one found by parfait ok deraadt@, krw@ | |||
2009-11-18 | regen | Jonathan Gray | |
2009-11-18 | More EP80579 devices. | Jonathan Gray | |
2009-11-17 | Tidy up promisc/multicast handing. From Brad. Tested by me. | Mark Kettenis | |
2009-11-17 | fix a DPRINTF format string. | Damien Bergamini | |
2009-11-17 | nuke the temperature sensor. | Damien Bergamini | |
it is totally useless since (contrary to the one in iwn(4)) it is not in any known unit (can't be converted to degK or degC). | |||
2009-11-17 | regen | Damien Bergamini | |
2009-11-17 | another shitload of run(4) usb ids | Damien Bergamini | |
we have 159 ids now just for run(4) | |||
2009-11-17 | cleanup the printf/DPRINTF mess. | Damien Bergamini | |
use proper debug levels for diagnostic messages such that we don't spam the logs when athn_debug is low. | |||
2009-11-17 | fix previous. | Damien Bergamini | |
2009-11-17 | update hardware multicast filter. | Damien Bergamini | |
2009-11-17 | regen | Damien Bergamini | |
2009-11-17 | the D-Link DWA-160 rev A2 is an otus(4) too. | Damien Bergamini | |
2009-11-17 | add short interframe space to duration since the athn_txtime | Damien Bergamini | |
function does not take it into account. oops. | |||
2009-11-17 | Tidy up promisc/multicast handling. Tested by myself (and earlier | Stuart Henderson | |
versions by some others who didn't test with both multicast and promiscuous at the same time). From Brad. | |||
2009-11-16 | regen | Jonathan Gray | |
2009-11-16 | Some more Cavium devices. Prompted by a dmesg from Jason George. | Jonathan Gray | |
2009-11-16 | it is better if it compiles. | Damien Bergamini | |
2009-11-16 | do not panic when wep is enabled. | Damien Bergamini | |
2009-11-16 | Fix array access found by parfait and switch to nitems while here. | Jonathan Gray | |
ok deraadt@ | |||
2009-11-15 | Move ciss(4) to NO_CCB. Add some extra paranoia by always testing | Kenneth R Westerback | |
the results of attempting to get a ccb. Eliminates manual reservation of ccb's for bioctl and sensors. Tested by johan@ and okan@. Eyes from brad@, dlg@ and marco@. tech@ did its Thomas More thing. | |||
2009-11-15 | AR9287 uses GPIO pin 8 for LED, not 1. | Damien Bergamini | |
Turn link LED on while associated. | |||
2009-11-15 | Fix memory leak in error case. Found by Parfait. | Joel Sing | |
ok marco@ deraadt@ | |||
2009-11-15 | fix athn_stop_tx_dma(). | Damien Bergamini | |