summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Collapse)Author
2006-04-18regenBrad Smith
2006-04-18add a few more Intel Gig PCI ids.Brad Smith
Some of these are from jason@ and the rest are from the Linux PCI ids page.
2006-04-17If there is a timeout while writing to the PHY inBrad Smith
sk_marv_miibus_writereg() then print a message indicating so, as done in the XMAC case.
2006-04-17regenBrad Smith
2006-04-17Add the Turtle Beach vendor id, Turtle Beach Santa Cruz id and theBrad Smith
Cirrus Logic CS4615 id. From NetBSD
2006-04-17Coviery CID 1108: Avoid NULL pointer deref.Brad Smith
Coverity CID 1105: Avoid NULL deref. From NetBSD
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
From Hans-Guenter Weigand hgw at d1906.inka.de.
2006-04-14- Add BUS_DMA_STREAMING to data transfer map loads.Martin Reindl
- Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. - Remove PCnet ID, it makes no sense having it here. - Remove code to map PCI_MAPREG_TYPE_MEM, which is not supported by 53c974. - Update technical manual URL. - Utilize bus_dma(9) functions more efficiently. from NetBSD; ok brad@
2006-04-13typoBrad Smith
2006-04-13Coverity ID 2311: in auixp_allocate_dma_chain() free dma variable ifBrad Smith
we are unable to allocate hardware dma descriptors. From NetBSD ok dlg@
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
from the work loop. instead it should break from it so the spl can be lowered and any work that has been done can be counted. this fixes interrupt counting at least, and possibly issues related to leaving splnet raised.. ok deraadt@
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
geneartion of G4 PowerBooks.
2006-04-09regenBrad Smith
2006-04-09add another ServerWorks SATA PCI id.Brad Smith
From the Linux svw driver.
2006-04-07Add optional flush method to MIDI hardware interface.Jonathan Gray
Allow umidi(4) to send multiple events in a single USB transfer. This greatly improves the number of interrupts umidi is able to generate. From Alexandre Ratchov.
2006-04-07Use new shiny debug code.Marco Peereboom
2006-04-07Add work around for mbuf leak in the tx path until weJonathan Gray
can come up with a better guess as to how the hardware works. From Chuck Silvers. ok damien@
2006-04-07Don't check for a BAR address past PCI_MAPREG_END; some devicesBrad Smith
have BARs way out in left field. From NetBSD
2006-04-07implement a check whether a BAR is present at all at a givenBrad Smith
configuration space address, pci_mapreg_probe(). From NetBSD ok dlg@
2006-04-06Hook up mfi, remains disabled.Marco Peereboom
2006-04-06Add skeleton driver for MegaRAID SAS.Marco Peereboom
2006-04-06Sync.Marco Peereboom
2006-04-06Add MegaRAID SAS devicesMarco Peereboom
2006-04-05add a power hook for bge(4).Brad Smith
From Thordur I. Bjornsson <thib at mi dot is>
2006-04-02- add pccbb_attach_hook in pccbbattach for MD initializations.Brad Smith
- omit arithmetics to bus_space_handle_t. - remove use of IST_LEVEL; not defined on sparc64 and unused. From NetBSD
2006-04-02Prevent panic when loading pre-3.0 iwi firmware, and give a helpfulDimitry Andric
error message instead. Also return EINVAL for some other error paths. ok damien, deraadt
2006-04-02regenBrad Smith
2006-04-02add another PCI id to the ste(4) driver.Brad Smith
From the Sundance Linux driver.
2006-04-02To be able to use the maximum number of IDE/SATA disks on an ICHJonathan Gray
system we have to make some channels native as there isn't enough legacy I/O space/interrupts to go around. Intel calls this enhanced mode. An updated and expanded version of a diff from Ulrik Holmén. "looks sane" grange@
2006-04-01use proper types and not fetch iobase that is not used later; damien okMichael Shalayeff
2006-04-01Put Damien's latest changes back in, okay deraadt@.Pedro Martelletto
Please note that the driver now requires new firmware (version 3.0).
2006-03-31Backout, causes panicsPedro Martelletto
2006-03-29regenJonathan Gray
2006-03-29Add a bunch of JMicron entries and Radeon X550.Jonathan Gray
A handful of things from submitted dmesgs also.
2006-03-29check for IFF_RUNNING being set before calling bge_init().Brad Smith
2006-03-28syncTheo de Raadt
2006-03-28obviously notTheo de Raadt
2006-03-28regenBrad Smith
2006-03-28add the Acer Labs M5261 LAN.Brad Smith
2006-03-28regenBrad Smith