summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-08-16remove the sparc64 workarounds for the jumbo frame receive ring sizes nowBrad Smith
2006-08-15when there's normal sense data i think the command completed ok, there'sDavid Gwynne
2006-08-15try to deal appropriate with errors from the io command replyDavid Gwynne
2006-08-14split lineTheo de Raadt
2006-08-14And some more KNF.Marco Peereboom
2006-08-14KNFMarco Peereboom
2006-08-14More KNF; no functional change.Marco Peereboom
2006-08-14First in a series of KNF. No functional change.Marco Peereboom
2006-08-14replace a incorrect number with a proper define. this is a no-op changeBrad Smith
2006-08-14disable debugging.Brad Smith
2006-08-14Change bus_dmamap_create to use the appropriate values. This fixes theMarco Peereboom
2006-08-14start and stop bgrb during attach and detach respectively. as a bonusDavid Gwynne
2006-08-14firmware commands (as opposed to io commands) are sent to the firmware viaDavid Gwynne
2006-08-14Use if_hardmtu and simplify the MTU ioctl handler. no-op change.Brad Smith
2006-08-13Get rid of _HI & _LO macros altogether since they used a wrong idiom.Marco Peereboom
2006-08-13fix a typo, BNX_DRBUG -> BNX_DEBUGBrad Smith
2006-08-10- ANSI functionsBrad Smith
2006-08-10move the promiscuous mode handling code to sis_setpromisc() and simplifyBrad Smith
2006-08-10- xge_mcast_filter() -> xge_setmulti().Brad Smith
2006-08-10- Use BUS_DMA_NOWAIT flag with bus_dmamap_create() in xge_attach() for theBrad Smith
2006-08-10fix a use-after-free (read) of a mbuf in wpi_tx_intr().Damien Bergamini
2006-08-10unmap memory address space in bnx_release_resources().Brad Smith
2006-08-10cosmetic tweaking.Brad Smith
2006-08-10remove typedef's.Brad Smith
2006-08-10just use BYTE_ORDER directly instead of setting the drivers endian flags.Brad Smith
2006-08-10fix an obvious typo. found by Quentin Garnier.David Gwynne
2006-08-09cosmetic tweaks.Brad Smith
2006-08-09add sys/timeout.hBrad Smith
2006-08-09Change #if __LP64__ to #ifdef __LP64__ as requested by bradMarco Peereboom
2006-08-09Reorder dmamap & dmamem to match man page.Marco Peereboom
2006-08-09define the size of regions in the register space in terms of bytes, notDavid Gwynne
2006-08-09update the version I am tracking.Brad Smith
2006-08-09revert rev 1.119 as this seems to cause problems with some PHY.Brad Smith
2006-08-09Sync up to Intel's latest FreeBSD em driver (6.1.4). Adds PCI id for the PCIeBrad Smith
2006-08-09regenBrad Smith
2006-08-09add Intel 82571EB PCI Express quad port PCI id.Brad Smith
2006-08-09Use the DMA map size from the DMA map instead of the dma_size field withBrad Smith
2006-08-09regenBrad Smith
2006-08-09add another Intel 5000 PCIe bridge and another Intel 6321ESB USB port.Brad Smith
2006-08-08regenBrad Smith
2006-08-08add Conexant CX2388x Video and Audio PCI decoder ids.Brad Smith
2006-08-07whitespace fixesDavid Gwynne
2006-08-07from the drivers side of the iop331 there is only one set of interruptDavid Gwynne
2006-08-06endian fixes. this works on sparc64 now.David Gwynne
2006-08-06endianness.Damien Bergamini
2006-08-06cosmetic tweaks.Damien Bergamini
2006-08-06fill out the interrupt handler. io is now no longer polled, and as a bonusDavid Gwynne
2006-08-06we can support more than one entry in an sgl, so stop lying to bus_dmaDavid Gwynne
2006-08-06sync PCI ids.Brad Smith
2006-08-06regenBrad Smith