summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-08-18set of unrelated cosmetic tweaks.Damien Bergamini
2006-08-18oops, debug cruft shouldnt go into the tree.David Gwynne
2006-08-18add the sysinfo struct, and then use it to get the current state of theDavid Gwynne
2006-08-18easy bio bits first. this is is code that should enable, disable, andDavid Gwynne
2006-08-18arc, meet bio. bio, meet arc.David Gwynne
2006-08-18check hw.max_frame_size when deciding when to use m_adj().Brad Smith
2006-08-18regenBrad Smith
2006-08-18pretty print alternate PCI id entries for a few Broadcom Gig chipsets.Brad Smith
2006-08-18fix up the arc fw message macros a bit. change a comment while here.David Gwynne
2006-08-18a bit more infrastructure for firmware commands.David Gwynne
2006-08-17remove more unused code.Brad Smith
2006-08-17remove the Yukon Lite workaround which is not being used in the msk(4) driver.Brad Smith
2006-08-17cosmetic tweaks.Brad Smith
2006-08-17remove PCI ids which msk(4) will match against from sk(4).Brad Smith
2006-08-172 more PCI ids.Brad Smith
2006-08-17Remove some #ifdef'ed out (bogus) debug code.Mark Kettenis
2006-08-17remove some unused code from msk_init_yukon().Brad Smith
2006-08-17SK_DEBUG/skdebug -> MSK_DEBUG/mskdebugBrad Smith
2006-08-17refactor the promiscuous mode handling code and simplify the ioctl handler.Brad Smith
2006-08-17get rid of the last traces of ykc.Brad Smith
2006-08-17dont need debug in the treeDavid Gwynne
2006-08-17man, i wish firmware commands were as easy as scsi io's on theseDavid Gwynne
2006-08-17syncTheo de Raadt
2006-08-17i4 is a pci vendorTheo de Raadt
2006-08-16Enter msk(4), an initial stab at a driver for the Marvell Yukon-2 GigabitMark Kettenis
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