summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-05-21backout part of rev 1.35, which breaks some 5704-based fibre interfaces onBrad Smith
2005-05-21regenBrad Smith
2005-05-21add Broadcom 5714CBrad Smith
2005-05-19i82820 and later chips has a bit different SMRAM register layout.Alexander Yurchenko
2005-05-19At this rate I'm regenerating this file faster than I am losing my hair.Miod Vallat
2005-05-19Provide the same unmarked symbold on the fr.apple layout as found on theMiod Vallat
2005-05-19no need for BKTR_NO_OPEN_RESET option now that all tuners sw has been fixed; ...Michael Shalayeff
2005-05-19RegenMiod Vallat
2005-05-19Add a layout for the french Apple black usb keyboard (fr.apple).Miod Vallat
2005-05-18Do not compile the screen burner code if SMALL_KERNEL, helps floppies.Miod Vallat
2005-05-18don't initialize bbp registers with values in eeprom. some adapters seemDamien Bergamini
2005-05-17remove spurious bpf_mtap (I think it's leftover debugging code from a year ago)Jason Wright
2005-05-17- check return from write(2) so we KNOW the data is on the diskJason Wright
2005-05-17Need to find a way to detect if fw supports disabling hold of timers beforeMarco Peereboom
2005-05-16add a newline hereBrad Smith
2005-05-16remove an extra delay in rf register initReyk Floeter
2005-05-16Use cardbus_matchbyid().Brad Smith
2005-05-15only inside DIAGNOSTICTheo de Raadt
2005-05-15Use FLUSHCACHE EXT instead of FLUSHCACHE for LBA48 operations.Alexander Yurchenko
2005-05-15syncMartin Reindl
2005-05-15Schneider & Koch FDDI adapterMartin Reindl
2005-05-15Partial sync to the NetBSD wscons code, bringing a better wsmux behaviourMiod Vallat
2005-05-15Oops. atapiscsi.h is needed because that's where NATAPISCSI isKenneth R Westerback
2005-05-14Try to ensure that UFI/ATAPI USB umass devices always get the zeroKenneth R Westerback
2005-05-14Factorize most of the high-level logic for Sun serial keyboards inMiod Vallat
2005-05-14don't copy the capinfo field from the ap. forge our own based on whatDamien Bergamini
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