summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-05-13another uftdi varient, from freebsdTheo de Raadt
2005-05-13should support channel 165 too in 802.11a mode.Damien Bergamini
2005-05-13fix sensitivity setting.Damien Bergamini
2005-05-13fix dmesg output for pre-firmware modems.Damien Bergamini
2005-05-13override default bbp register values with values stored in eeprom (exceptDamien Bergamini
2005-05-13before ieee80211.c rev 1.6, it was guaranted that ic_curmode was differentDamien Bergamini
2005-05-13simplify test conditions. ((v & f1) || (v & f2)) <=> (v & (f1 | f2)) inDamien Bergamini
2005-05-13make sure all endpoint descriptors have been found during the attachment.Damien Bergamini
2005-05-13give disassociation a chance when turning the interface down while associated.Damien Bergamini
2005-05-13recognize 82551'sBrad Smith
2005-05-13Do not invoke hil_process_pendinc() from the interrupt handler if the loopMiod Vallat
2005-05-13RegenMiod Vallat
2005-05-13Separate button boxens from keyboards in the HIL device list.Miod Vallat
2005-05-13move IFQ_SET_MAXLEN to just above IFQ_SET_READYBrad Smith
2005-05-12ANSIfy, some KNF and zap a little bit of whitespace.Niall O'Higgins
2005-05-12syncTheo de Raadt
2005-05-12airprime and sealevelTheo de Raadt
2005-05-12RegenMiod Vallat
2005-05-12Populate \t better in the output, for human readability; no change in theMiod Vallat
2005-05-12Add a bzero() after malloc() when allocating component info in ccdinit().Niall O'Higgins
2005-05-12RegenMiod Vallat
2005-05-12Define a specific map for the Apple portuguese USB keyboards.Miod Vallat
2005-05-12Define a keyboard layout variant for Apple international USB keyboards, whichMiod Vallat
2005-05-11Reset IO completion values to 0 to disable completion holdof. This improvesMarco Peereboom
2005-05-11Add get and set completions opcodes.Marco Peereboom
2005-05-11extra checks for monitor modeReyk Floeter
2005-05-11Do not call mii_pollstat() immediately after mii_tick().Brad Smith
2005-05-11Do not call mii_pollstat() from within device tick routines; the statusBrad Smith
2005-05-11remove comment which is not valid anymoreBrad Smith
2005-05-11- Also match on Yukon LP's for the Lite rev A0 test.Brad Smith
2005-05-10ANSI protosBrad Smith
2005-05-10use pci_matchbyid().Brad Smith
2005-05-10- remove commented out headerBrad Smith
2005-05-10put this in the AtticBrad Smith
2005-05-10Add epic(4) driver which supersedes tx(4).Brad Smith
2005-05-09replace sc_quirk with sc_flags, spotted and ok mickey@Marco Peereboom
2005-05-09regenBrad Smith
2005-05-09add PCI id for SMC 83C175Brad Smith
2005-05-09RegenMiod Vallat
2005-05-09Add a note reminding people to regen gsc and usb maps after changing this file.Miod Vallat
2005-05-09Create the USB keyboard layout tables from the PS/2 tables.Miod Vallat
2005-05-09PCI_{VENDOR,PRODUCT} -> CARDBUS_{VENDOR,PRODUCT} for correctness.Brad Smith
2005-05-09add cardbus_matchbyid(), mimics the PCI layers pci_matchbyid().Brad Smith
2005-05-08change the dmesg output: print known chipset names, don't print theReyk Floeter
2005-05-08the ar5210 is silicon version 0, not 1.Reyk Floeter
2005-05-08fix silicon version number reporting. ie. ath0: mac 80.6 -> ath0: mac 5.6.Reyk Floeter
2005-05-08When receiving an unplugged notification from the loop, do not take actionMiod Vallat
2005-05-08Simplify loop reconfiguration code.Miod Vallat
2005-05-07PS/2 style and older style HIL keyboards have different layouts in theirMiod Vallat
2005-05-07RegenMiod Vallat