summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-11-25Use BGE_IS_JUMBO_CAPABLE macro to figure out whether weBrad Smith
2005-11-24add a few macros allowing selection of certain generations ofBrad Smith
2005-11-24dont need spls in attachDavid Gwynne
2005-11-24o Force the sending of an extra URB if there is less than 2 bytes leftDamien Bergamini
2005-11-24wi and ubt are network drivers so should be DV_IFNET,Alexander Yurchenko
2005-11-24ural should be DV_IFNET, not DV_DULL. noticed by ian@.Alexander Yurchenko
2005-11-24don't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay whileFederico G. Schwindt
2005-11-23make this easier for me to read by changing the locking to use the bareDavid Gwynne
2005-11-23When defragmenting a mbuf chain before transmitting it, don't allocate a mbufDamien Bergamini
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
2005-11-23fix my previous commit. don't leak an mbuf.Damien Bergamini
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
2005-11-23Fix endianness issues. iwi should now work on big endian architectures.Damien Bergamini
2005-11-23Be more robust when handling Rx interrupts. If we can't allocate and DMA mapDamien Bergamini
2005-11-23Be more robust when receiving frames. If we can't allocate a new mbuf,Damien Bergamini
2005-11-23use sizeof instead of hard-coded values.Damien Bergamini
2005-11-23Implement the Adaptive Multi Rate Retry algorithm (AMRR) for BSS mode.Damien Bergamini
2005-11-23Optimize TXTIME and PLCP LENGTH field computation.Damien Bergamini
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23hp sa p600 sas; from Srebrenko Sehic <haver@insecure.dk>Michael Shalayeff
2005-11-23slight shuffle at the top of the file. dont include biovar.h if bio is notDavid Gwynne
2005-11-23use proper bus_size_t for register offsets and not bus_addr_t; uwe@ miod@ tes...Michael Shalayeff
2005-11-23assume vtophys(vaddr_t) just what all the other archs expect; no functional c...Michael Shalayeff
2005-11-23Correct malloc flag handling.Marco Pfatschbacher
2005-11-22Some BIOS' lie about location of ports. Prevent panic by checking bus_space_...Marco Peereboom
2005-11-22sync with new names.Brad Smith
2005-11-22regenBrad Smith
2005-11-22- fix ordering of some idsBrad Smith
2005-11-22regenBrad Smith
2005-11-22add 82801E USB and SMBus ids.Brad Smith
2005-11-21Do not dare dereferencing NULL pointers if OSIOP_DEBUG.Miod Vallat
2005-11-21regenBrad Smith
2005-11-21I forgot the 82801E LPC controller id in the last commit.Brad Smith
2005-11-21contorl -> controlMiod Vallat
2005-11-21missing selinfo changeoverTheo de Raadt
2005-11-21Move contents of sys/select.h to sys/selinfo.h in preparation for aTodd C. Miller
2005-11-21some wacky indentation fixensMichael Shalayeff
2005-11-21regenBrad Smith
2005-11-21add some new Intel chipset LPC controller ids.Brad Smith
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
2005-11-20Add patch from Martin Bouyer to fix NetBSD PR #31990. Will generateKenneth R Westerback
2005-11-20Add support for GCT GRF5101 RF transceiver based hardware. Magic numbersJonathan Gray
2005-11-20fix dmesg printing so the adapter info has a proper dmesg entryBrad Smith
2005-11-20Reorder dma stuff so that it makes sense.Marco Peereboom
2005-11-20treat the BCM5715 like the 5714Brad Smith
2005-11-20regenBrad Smith
2005-11-20add BCM5715Brad Smith
2005-11-19Correct a performance bug from Bill Paul's original FreeBSD bge(4) driver:Brad Smith
2005-11-19a whole lot of spaces to tabs, KNF and some other cleaning.Brad Smith
2005-11-19ViewSonic Airsync Prism 2.5 USB wlan, id found in linux-wlan driver.Jonathan Gray