Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-13 | another uftdi varient, from freebsd | Theo de Raadt | |
2005-05-13 | should support channel 165 too in 802.11a mode. | Damien Bergamini | |
2005-05-13 | fix sensitivity setting. | Damien Bergamini | |
2005-05-13 | fix dmesg output for pre-firmware modems. | Damien Bergamini | |
2005-05-13 | override default bbp register values with values stored in eeprom (except | Damien Bergamini | |
for the R17 register). | |||
2005-05-13 | before ieee80211.c rev 1.6, it was guaranted that ic_curmode was different | Damien Bergamini | |
from IEEE80211_MODE_AUTO if ic_fixed_rate != -1. it is no longer the case. this implements a temporary workaround. the whole rate selection should be rewritten. | |||
2005-05-13 | simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) in | Damien Bergamini | |
these particular cases. avoid extra calls to letoh32(). | |||
2005-05-13 | make sure all endpoint descriptors have been found during the attachment. | Damien Bergamini | |
2005-05-13 | give disassociation a chance when turning the interface down while associated. | Damien Bergamini | |
avoid usb tx timeouts too. | |||
2005-05-13 | recognize 82551's | Brad Smith | |
2005-05-13 | Do not invoke hil_process_pendinc() from the interrupt handler if the loop | Miod Vallat | |
is marked as busy. | |||
2005-05-13 | Regen | Miod Vallat | |
2005-05-13 | Separate button boxens from keyboards in the HIL device list. | Miod Vallat | |
hilkbd will still match both, but will neither do the auto-layout dance nor attach as console for button boxens. | |||
2005-05-13 | move IFQ_SET_MAXLEN to just above IFQ_SET_READY | Brad Smith | |
2005-05-12 | ANSIfy, some KNF and zap a little bit of whitespace. | Niall O'Higgins | |
No binary changes. ok mickey@ | |||
2005-05-12 | sync | Theo de Raadt | |
2005-05-12 | airprime and sealevel | Theo de Raadt | |
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Populate \t better in the output, for human readability; no change in the | Miod Vallat | |
map themselves. | |||
2005-05-12 | Add a bzero() after malloc() when allocating component info in ccdinit(). | Niall O'Higgins | |
This fixes a panic in ccd(4) mirroring where the second component could be wrongly treated as failed, which leads to uvm_fault in write operation. ok mickey@ | |||
2005-05-12 | Regen | Miod Vallat | |
2005-05-12 | Define a specific map for the Apple portuguese USB keyboards. | Miod Vallat | |
Based on input from Manuel Pata and Rodolfo Gouveia on tech@. | |||
2005-05-12 | Define a keyboard layout variant for Apple international USB keyboards, which | Miod Vallat | |
sometimes sligthly differ from the canonical layout. | |||
2005-05-11 | Reset IO completion values to 0 to disable completion holdof. This improves | Marco Peereboom | |
read performance. This will only work with firmwares that are launched post 5/13/2005. Help LSI, ok mickey@ | |||
2005-05-11 | Add get and set completions opcodes. | Marco Peereboom | |
2005-05-11 | extra checks for monitor mode | Reyk Floeter | |
2005-05-11 | Do not call mii_pollstat() immediately after mii_tick(). | Brad Smith | |
From FreeBSD | |||
2005-05-11 | Do not call mii_pollstat() from within device tick routines; the status | Brad Smith | |
information is updated by mii_tick(). From FreeBSD | |||
2005-05-11 | remove comment which is not valid anymore | Brad Smith | |
2005-05-11 | - Also match on Yukon LP's for the Lite rev A0 test. | Brad Smith | |
- Do not call mii_pollstat() from within device tick routines; the status information is updated by mii_tick(). - Take PHY out of reset for Yukon Lite rev A3. This resolves the intermittent "no PHY found!" issue. From FreeBSD - Recognize some newer Yukon chipsets ok krw@, tested by krw@ and a few others, mostly with LOM Lite A3's but also with some other ASIC revs too. | |||
2005-05-10 | ANSI protos | Brad Smith | |
2005-05-10 | use pci_matchbyid(). | Brad Smith | |
2005-05-10 | - remove commented out header | Brad Smith | |
- spaces vs tabs | |||
2005-05-10 | put this in the Attic | Brad Smith | |
2005-05-10 | Add epic(4) driver which supersedes tx(4). | Brad Smith | |
This buys us.. - bus_dma - big endian support - multicast - support for another EPIC chipset From NetBSD ok mickey@ | |||
2005-05-09 | replace sc_quirk with sc_flags, spotted and ok mickey@ | Marco Peereboom | |
2005-05-09 | regen | Brad Smith | |
2005-05-09 | add PCI id for SMC 83C175 | Brad Smith | |
2005-05-09 | Regen | Miod Vallat | |
2005-05-09 | Add a note reminding people to regen gsc and usb maps after changing this file. | Miod Vallat | |
2005-05-09 | Create the USB keyboard layout tables from the PS/2 tables. | Miod Vallat | |
Eases maintainability, and brings us half a dozen new layouts for free. | |||
2005-05-09 | PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness. | Brad Smith | |
no functional change. | |||
2005-05-09 | add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid(). | Brad Smith | |
2005-05-08 | change the dmesg output: print known chipset names, don't print the | Reyk Floeter | |
supported 802.11a/b/g modes (this could be discovered with ifconfig -m athX). inspired by Johan M:son Lindman and others asking about the several different ARxxxx chipset combos. | |||
2005-05-08 | the ar5210 is silicon version 0, not 1. | Reyk Floeter | |
2005-05-08 | fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6. | Reyk Floeter | |
2005-05-08 | When receiving an unplugged notification from the loop, do not take action | Miod Vallat | |
until the loop has reconfigured into a stable state. This can save up unnecessary detach/attach cycles for the low ids in the loop. | |||
2005-05-08 | Simplify loop reconfiguration code. | Miod Vallat | |
2005-05-07 | PS/2 style and older style HIL keyboards have different layouts in their | Miod Vallat | |
international flavours, so provide two sets of mappings. | |||
2005-05-07 | Regen | Miod Vallat | |