Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-18 | regen | Brad Smith | |
2006-04-18 | add 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-17 | If there is a timeout while writing to the PHY in | Brad Smith | |
sk_marv_miibus_writereg() then print a message indicating so, as done in the XMAC case. | |||
2006-04-17 | regen | Brad Smith | |
2006-04-17 | Add the Turtle Beach vendor id, Turtle Beach Santa Cruz id and the | Brad Smith | |
Cirrus Logic CS4615 id. From NetBSD | |||
2006-04-17 | Coviery CID 1108: Avoid NULL pointer deref. | Brad Smith | |
Coverity CID 1105: Avoid NULL deref. From NetBSD | |||
2006-04-17 | Match ICH7R SATA which while untested should work. | Jonathan Gray | |
2006-04-17 | regen | Jonathan Gray | |
2006-04-17 | Correct id for ICH7R SATA. | Jonathan Gray | |
2006-04-16 | remove splnet usage from em_intr(). | Brad Smith | |
2006-04-15 | sync | Martin Reindl | |
2006-04-15 | VT8363 PCI-PCI bridge found in this dusty Sony Vaio FX201 | Martin Reindl | |
2006-04-15 | Add 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-13 | typo | Brad Smith | |
2006-04-13 | Coverity ID 2311: in auixp_allocate_dma_chain() free dma variable if | Brad Smith | |
we are unable to allocate hardware dma descriptors. From NetBSD ok dlg@ | |||
2006-04-12 | regen | Mark Kettenis | |
2006-04-12 | Add Atheros AR5424 PCI Express mini WLAN. | Mark Kettenis | |
2006-04-12 | when the interrupt handler has run out of work to do it shouldnt return 0 | David 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-10 | recognize the Intrepid 2 GMAC | Brad Smith | |
2006-04-10 | regen | Brad Smith | |
2006-04-10 | add PCI ids for the Apple Intrepid 2 Controller found on the latest | Brad Smith | |
geneartion of G4 PowerBooks. | |||
2006-04-09 | regen | Brad Smith | |
2006-04-09 | add another ServerWorks SATA PCI id. | Brad Smith | |
From the Linux svw driver. | |||
2006-04-07 | Add 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-07 | Use new shiny debug code. | Marco Peereboom | |
2006-04-07 | Add work around for mbuf leak in the tx path until we | Jonathan Gray | |
can come up with a better guess as to how the hardware works. From Chuck Silvers. ok damien@ | |||
2006-04-07 | Don't check for a BAR address past PCI_MAPREG_END; some devices | Brad Smith | |
have BARs way out in left field. From NetBSD | |||
2006-04-07 | implement a check whether a BAR is present at all at a given | Brad Smith | |
configuration space address, pci_mapreg_probe(). From NetBSD ok dlg@ | |||
2006-04-06 | Hook up mfi, remains disabled. | Marco Peereboom | |
2006-04-06 | Add skeleton driver for MegaRAID SAS. | Marco Peereboom | |
2006-04-06 | Sync. | Marco Peereboom | |
2006-04-06 | Add MegaRAID SAS devices | Marco Peereboom | |
2006-04-05 | add 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-02 | Prevent panic when loading pre-3.0 iwi firmware, and give a helpful | Dimitry Andric | |
error message instead. Also return EINVAL for some other error paths. ok damien, deraadt | |||
2006-04-02 | regen | Brad Smith | |
2006-04-02 | add another PCI id to the ste(4) driver. | Brad Smith | |
From the Sundance Linux driver. | |||
2006-04-02 | To be able to use the maximum number of IDE/SATA disks on an ICH | Jonathan 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-01 | use proper types and not fetch iobase that is not used later; damien ok | Michael Shalayeff | |
2006-04-01 | Put Damien's latest changes back in, okay deraadt@. | Pedro Martelletto | |
Please note that the driver now requires new firmware (version 3.0). | |||
2006-03-31 | Backout, causes panics | Pedro Martelletto | |
2006-03-29 | regen | Jonathan Gray | |
2006-03-29 | Add a bunch of JMicron entries and Radeon X550. | Jonathan Gray | |
A handful of things from submitted dmesgs also. | |||
2006-03-29 | check for IFF_RUNNING being set before calling bge_init(). | Brad Smith | |
2006-03-28 | sync | Theo de Raadt | |
2006-03-28 | obviously not | Theo de Raadt | |
2006-03-28 | regen | Brad Smith | |
2006-03-28 | add the Acer Labs M5261 LAN. | Brad Smith | |
2006-03-28 | regen | Brad Smith | |