summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-09-28Provide more info in error messages so we can see what's goingAlexander Yurchenko
2006-09-27fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem().Brad Smith
2006-09-26update the comment for bge_chipinit().Brad Smith
2006-09-26regenMatthieu Herrb
2006-09-26add GeForce 7300 GT, ok deraadt@Matthieu Herrb
2006-09-26Set sk_jumbo_buf to NULL if malloc() fails in the for loop withinBrad Smith
2006-09-26do not alloc jumbo buffers (3.5m per iface) and also do not allow card to rec...Michael Shalayeff
2006-09-26Shrink the number of matches done in piixsata_chip_map,Jonathan Gray
2006-09-26Move some duplicated debug code into its own function.Jonathan Gray
2006-09-25add the new PCI ids.Brad Smith
2006-09-25regenBrad Smith
2006-09-25add PCI ids for the DLink DGE-550SX and some unknown Marvell YukonBrad Smith
2006-09-25well, this is embarrassing.David Gwynne
2006-09-25enabling interrupts isnt a bug, so dont put XXX next to it.David Gwynne
2006-09-22regenBrad Smith
2006-09-22add a few more Intel 5000 series and 6321ESB chipset PCI ids.Brad Smith
2006-09-22add the Marvell Yukon 88E8056 PCI idBrad Smith
2006-09-22regenBrad Smith
2006-09-22- add the Marvell Yukon 88E8056 PCI idBrad Smith
2006-09-22regenSteven Mestdagh
2006-09-22add new nvidia graphics cardSteven Mestdagh
2006-09-22put a few printf's in the interrupt handler under VR_DEBUG.Brad Smith
2006-09-22regenBrad Smith
2006-09-22add the Corollary CCF and the PLX 8532 PCIE switch.Brad Smith
2006-09-21missing args for printf; some from Aurelien <aurelien26 at free dot fr>.Federico G. Schwindt
2006-09-20export a structure for the firmware file header. Unfortunately this isTheo de Raadt
2006-09-20syncBrad Smith
2006-09-20regenBrad Smith
2006-09-20HPSA_6 -> HPSAE500 (Smart ARRAY E500)Brad Smith
2006-09-19syncReyk Floeter
2006-09-19add atheros AR2413 and AR5413 device idsReyk Floeter
2006-09-19add a missing space to a DMA load error printf.Brad Smith
2006-09-18don't use IF_PREPEND() on altq's.Damien Bergamini
2006-09-18regenGordon Willem Klok
2006-09-18Add some pci device types for Integrated Micro Solutions.Gordon Willem Klok
2006-09-18g/c unused SK_{SET,CLR}BIT macrosBrad Smith
2006-09-18regenBrad Smith
2006-09-18add entries for unknown Marvell SATA and ServerWorks IDE PCI ids.Brad Smith
2006-09-18regenBrad Smith
2006-09-18- fix typo in Corollary vendor nameBrad Smith
2006-09-17add a flag to indicate which boards are only capable of 10/100 modes ofBrad Smith
2006-09-17Readd the Dell PHY LED setup workaround and the Jumbo capability flag.Brad Smith
2006-09-17Try to reclaim the TX descriptors in the watchdog handler before actuallyBrad Smith
2006-09-17Overhaul RX path to recover from mbuf cluster allocation failure.Brad Smith
2006-09-17revert revision 1.131, the code in question was later found to not ensureBrad Smith
2006-09-17- correct the firmware synchronization in bge_reset(), thisBrad Smith
2006-09-17defer establishing the interrupt until later during attach, to let theBrad Smith
2006-09-16Get subvendor from the PROM instead of the PCI configuration space, since theMark Kettenis
2006-09-16Bring pgt(4) in a working state. Much work also done by claudio@.Marcus Glocker
2006-09-16Asking for HWERR interrupts and not acknowledging them leadsJonathan Gray