summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2005-11-29Put this back in...Brad Smith
2005-11-29from the diffs so old they're growing mold dept:Ted Unangst
2005-11-29Fix bus_dma code to eliminate my busted logic, align usage with manKenneth R Westerback
2005-11-29potential memory leak in hifn7751.c:hifn_newsession; 3873, fixed by jasonTheo de Raadt
2005-11-28Added ipmi watchdog code, based on esm watchdog code by dlg@Jordan Hargrave
2005-11-28Correct parameter in bus_dmamem_alloc().Kenneth R Westerback
2005-11-28syncTheo de Raadt
2005-11-28tapwave zodiac is a uvisor interfaceTheo de Raadt
2005-11-28back out the last 2 commits to bge(4) for now.Brad Smith
2005-11-28attempt to cope with the other versions of the chipsTheo de Raadt
2005-11-28back out last change, caused me panics on jumbo packets, ok deraadt@Peter Stromberg
2005-11-28Correctly report channel. PR 4728.Jonathan Gray
2005-11-27regenBrad Smith
2005-11-27- add Creative PCI ids for AWE64D, SoundBlaster Audigy 1/2/4, and another PCIBrad Smith
2005-11-27Don't use dmamap->dm_nsegs after calling bus_dmamap_unload() onKenneth R Westerback
2005-11-27Prevent scsi pass-through busses from attaching when a board is markedMarco Peereboom
2005-11-27Since reception of Jumbo frames is enabled by default; ensure properBrad Smith
2005-11-27Fix ami_freemem() by initializing segp before using it.Kenneth R Westerback
2005-11-27Use pci_get_capability() to check if were on a PCI Express card or not.Brad Smith
2005-11-27add initial support for ASF.Brad Smith
2005-11-26fix interrupt moderation timer frequencies for Yukon and Yukon-II basedBrad Smith
2005-11-26set Ethernet flow control parameters in em_hardware_init()Brad Smith
2005-11-26Add some missing 'break;'s in auich and auixp that lint spotted. WhileKenneth R Westerback
2005-11-26Move bus_dma from pa to dva. I wrote the initial diff with an ok from dlg@Marco Peereboom
2005-11-25FALLTHROUH -> FALLTHROUGH for lint.Kenneth R Westerback
2005-11-25fix BCM5714 PCI id name and add 5714S, 5715 and 5715S.Brad Smith
2005-11-25regenBrad Smith
2005-11-25- add BCM5714S, BCM5715 and BCM5715SBrad Smith
2005-11-25Use BGE_IS_5705_OR_BEYOND macro to check for the existence or non-existenceBrad Smith
2005-11-25remove prototype for a non-existent function bge_free_jumbo_mem.Brad Smith
2005-11-25Use BGE_IS_JUMBO_CAPABLE in one more spot.Brad Smith
2005-11-25load the 5750 DSP code on the 5705 PHY too.Brad Smith
2005-11-25use 5780 here instead of 5714.Brad Smith
2005-11-25don't bother setting error in bge_attach() when its not actuallyBrad Smith
2005-11-25Use BGE_IS_575X_PLUS macro when checking whether to use the PCI Express test ...Brad Smith
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