summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-04-26Rename PERC 5/i to PERC SAS so that we can differentiate between models.Marco Peereboom
2006-04-25Match PCI ids for Intel ICH7 SATA in AHCI mode.Jonathan Gray
2006-04-24regenJonathan Gray
2006-04-24Add id for 82801GBM SATA in AHCI mode.Jonathan Gray
2006-04-24add a missing return here.Brad Smith
2006-04-23some more ANSI, KNF and other tidying up.Brad Smith
2006-04-23regenBrad Smith
2006-04-23add the D-Link DRP32TXD CardBus id.Brad Smith
2006-04-23Allow Intel SATA to map compatibility interrupts.Jonathan Gray
2006-04-22Add support for the Adaptec RAID-On-Chip architecture. This in turnBrad Smith
2006-04-21repair intr establish error printfMichael Shalayeff
2006-04-21recognize the BCM5752 A2Brad Smith
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-04-20Make these compile again.Miod Vallat
2006-04-20ANSI function declarationsMartin Reindl
2006-04-19move the 82573E_KCS PCI id so it is grouped with the other 82573 ids.Brad Smith
2006-04-18- establish interrupt after all dma resouces are successfully allocatedMartin Reindl
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
2006-04-18regenBrad Smith
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
2006-04-17If there is a timeout while writing to the PHY inBrad Smith
2006-04-17regenBrad Smith
2006-04-17Add the Turtle Beach vendor id, Turtle Beach Santa Cruz id and theBrad Smith
2006-04-17Coviery CID 1108: Avoid NULL pointer deref.Brad Smith
2006-04-17Match ICH7R SATA which while untested should work.Jonathan Gray
2006-04-17regenJonathan Gray
2006-04-17Correct id for ICH7R SATA.Jonathan Gray
2006-04-16remove splnet usage from em_intr().Brad Smith
2006-04-15syncMartin Reindl
2006-04-15VT8363 PCI-PCI bridge found in this dusty Sony Vaio FX201Martin Reindl
2006-04-15Add support for non-RAID part of the ITExpress IT8212F.Jonathan Gray
2006-04-14- Add BUS_DMA_STREAMING to data transfer map loads.Martin Reindl
2006-04-13typoBrad Smith
2006-04-13Coverity ID 2311: in auixp_allocate_dma_chain() free dma variable ifBrad Smith
2006-04-12regenMark Kettenis
2006-04-12Add Atheros AR5424 PCI Express mini WLAN.Mark Kettenis
2006-04-12when the interrupt handler has run out of work to do it shouldnt return 0David Gwynne
2006-04-10recognize the Intrepid 2 GMACBrad Smith
2006-04-10regenBrad Smith
2006-04-10add PCI ids for the Apple Intrepid 2 Controller found on the latestBrad Smith
2006-04-09regenBrad Smith
2006-04-09add another ServerWorks SATA PCI id.Brad Smith
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
2006-04-07Use new shiny debug code.Marco Peereboom
2006-04-07Add work around for mbuf leak in the tx path until weJonathan Gray
2006-04-07Don't check for a BAR address past PCI_MAPREG_END; some devicesBrad Smith
2006-04-07implement a check whether a BAR is present at all at a givenBrad Smith
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-04-06Add skeleton driver for MegaRAID SAS.Marco Peereboom
2006-04-06Sync.Marco Peereboom