Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 a bunch more uplcom devices found in Linux driver. | Jonathan Gray | |
2006-04-15 | regen | Jonathan Gray | |
2006-04-15 | A bunch of uplcom devices found in Linux driver. | Jonathan Gray | |
2006-04-15 | check for IFF_RUNNING being set before calling gem_init(). | Brad Smith | |
2006-04-15 | regen | Brad Smith | |
2006-04-15 | add the Broadcom BCM5706C and BCM5708C PHY ids. | Brad Smith | |
From FreeBSD | |||
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 | Minimal support for the HP98705 ``Tigershark'' TurboVRX frame buffer | Miod Vallat | |
(using an overlay plane only for now). Bootblocks, text console and X11 are supported. | |||
2006-04-14 | fix +12v conversion, because of stupid C; wilfried | Theo de Raadt | |
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-13 | free mem if attach fails; netbsd coverity cid 2329 | Jolan Luff | |
ok dlg@ | |||
2006-04-13 | various changes to the table-driven code as a result of conversations | Theo de Raadt | |
with wilfried. unfortunately days have gone by without him (or others) saying that it works fine. in it goes. maybe it will crash for someone? | |||
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-11 | make this use nanotime, not microtime; ok mickey@ | Damien Miller | |
2006-04-11 | KNF. | Marco Peereboom | |
2006-04-11 | Add acpi_resume(struct acpi_softc *sc), which calls some AML methods, | Gordon Willem Klok | |
detected at attach time, currently unused. ok marco@ | |||
2006-04-11 | Discover some ACPI sleep related methods, and call them at the | Gordon Willem Klok | |
appropriate time in acpi_enter_sleep_state(). ok marco@ | |||
2006-04-10 | sch5017 is an adt7460 clone of some type. also, we are seeing some | Theo de Raadt | |
ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | |||
2006-04-10 | fix the macro so gem recognizes the Intrepid 2 GMAC. | Brad Smith | |
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-10 | under some cases some wi(4) cards freak out and then do not recover. | Theo de Raadt | |
make the driver reset in those cases. this needs testing, which is why it is being commited; from kuethe | |||
2006-04-10 | unify temperature sensor names much more | Theo de Raadt | |
2006-04-10 | make this match our code standards | Theo de Raadt | |
2006-04-10 | new sch5017 driver by roman.hunt@comcast.net | Theo de Raadt | |
2006-04-10 | files.i2c | Theo de Raadt | |
2006-04-09 | slightly nicer sensor names | Theo de Raadt | |
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 | Replace bus_space functions with generic ones that do barriers. | Marco Peereboom | |
2006-04-07 | Add memory allocator functions. | Marco Peereboom | |
2006-04-07 | Print state in debug. Change return vales to 1 instead of ENXIO. | Marco Peereboom | |
2006-04-07 | Use new shiny debug code. | Marco Peereboom | |
2006-04-07 | Make a better debug mechanism. | Marco Peereboom | |
2006-04-07 | Enable mfi_transition_fw() original code from FreeBSD. | Marco Peereboom | |
2006-04-07 | Add DEVNAME. | Marco Peereboom | |
2006-04-07 | Add register offsets. Borrowed from FreeBSD. | 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 | Add fw transition logic. | Marco Peereboom | |
2006-04-06 | Add structures and defines. | Marco Peereboom | |
Losely based on FreeBSD and Linux code. |