summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2008-04-09On sparc64, a zero base address doesn't mean the BAR is invalid. We probablyMark Kettenis
2008-04-09from freebsd; tested in snaps for weeksTheo de Raadt
2008-04-09device_lookup() increments the reference count for the device, and weOwain Ainsworth
2008-04-09dma sync the tx ring and post new packets to the chip once per call toDavid Gwynne
2008-04-08- Count excess and late collisions as output errors.Brad Smith
2008-04-08pci_chipset_tag_t already_t is_t a_t pointer_tMark Kettenis
2008-04-08Make ahci detachable. Not tested as the ppb on my shitty nvidiaJonathan Gray
2008-04-07regenDavid Gwynne
2008-04-07neptuneDavid Gwynne
2008-04-06regenBrad Smith
2008-04-06- Add the Intel ICH8/9 Thermal sensors.Brad Smith
2008-04-04tht is cool cos it generates interrupts when the link state change.David Gwynne
2008-04-03Clean up the DMA read/write control register setup code and add someBrad Smith
2008-04-03Add missing half duplex flags for the media status.Brad Smith
2008-04-03Ensure that we wrap around to the start of the TXD buffer when incrementingJoel Sing
2008-04-02Add support for the National Semiconductor Saturn (which really is a SunMark Kettenis
2008-04-02syncTheo de Raadt
2008-04-02intel host bridgeTheo de Raadt
2008-04-02Correct error message printing and add a missing errorBrad Smith
2008-03-30Add code to configure the vendor specific opcodes of the SPI Flash.Joel Sing
2008-03-30Enable setting of interrupt timers.Joel Sing
2008-03-30Pad the RXD buffer so that packets are aligned on a 128-byte boundary. ThisJoel Sing
2008-03-30todd@ has 82c686 based auvia(4) devices that do full-duplexJacob Meuser
2008-03-27add detach support. this has to be the easiest diff for hotplug ever, goDavid Gwynne
2008-03-27update the revision cpuid table, removing three duplicate ids from "JH-F"Constantine A. Murenin
2008-03-27welcome kate(4), a new driver supporting AMD K8 temperature sensorsConstantine A. Murenin
2008-03-24auvia(4) doesn't record properly, so don't claim full-duplexJacob Meuser
2008-03-248-bit has been emulated for some time now. quit lying.Jacob Meuser
2008-03-23Sometimes the registers claiming the aperture size on 9XX chipsets lie.Owain Ainsworth
2008-03-23regenMiod Vallat
2008-03-23More 3DLabs devices.Miod Vallat
2008-03-23Add AGP support for the Intel G33 chipset.Damien Bergamini
2008-03-22remove unused fields from envy_softc structure, no functional changeAlexandre Ratchov
2008-03-21Pass the MIIF_HAVEFIBER flag along to mii_attach() for MII based fiberBrad Smith
2008-03-21outputs.master.mute, inputs.dac.mute, record.volume.mute and record.sourceAlexandre Ratchov
2008-03-21Some additional changes to deal with the ICH8 and ICH9 chipsets.Brad Smith
2008-03-20regenBrad Smith
2008-03-20Add some NVIDIA MCP7B PCI IDs.Brad Smith
2008-03-20add the Silan vendor ID and some product IDs.Brad Smith
2008-03-20Add the PLX 8524 24 lane PCIe switch.Brad Smith
2008-03-20Rearrange some VIA entries so they're in numerical order by PCI id.Brad Smith
2008-03-16Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimesOwain Ainsworth
2008-03-10the Dell SoundBlaster Live! 5.1 cards differ enough from "regular"Jacob Meuser
2008-03-08allows SMALL_KERNEL compilesMarc Espie
2008-03-04Add a workaround against a NULL pointer dereference on alpha whenMiod Vallat
2008-03-02Change some spaces to tabs in the transmit functions.Brad Smith
2008-03-02Clear interrupts on detach. Fixes interrupt storm on digital-onlyDeanna Phillips
2008-03-02Correct the comment describing the BGE_PCISTATE_PCI_BUSSPEED bit.Brad Smith
2008-03-02If bus_dmamap_load_mbuf() fails in ixgb_get_buf() use m_freem() intead ofBrad Smith
2008-03-02At the moment em_flowstatus() does not deal with fiber interfaces andBrad Smith