summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2007-02-24Get correct chip revision and also get chip package.Marcus Glocker
2007-02-24Glue for cas(4).Mark Kettenis
2007-02-24Start of a driver for Sun Cassini gigabit ethernet interfaces. Driver canMark Kettenis
2007-02-23hide all the things userland should not see, so that this file can beTheo de Raadt
2007-02-21syncTheo de Raadt
2007-02-21put structs after copyright notice; ok dlgTheo de Raadt
2007-02-21regen for inclusion of the structs used in pcidevs_data.hDavid Gwynne
2007-02-21put the structs defining the content of pcidevs_data.h into that headerDavid Gwynne
2007-02-20rename ccb_id to ccb_slot so its more clear what its used for. stash aDavid Gwynne
2007-02-20oops, missed one in the cmd list entryDavid Gwynne
2007-02-20fill some macros for ahci structures. fix a spello while there.David Gwynne
2007-02-20No use checking malloc return when called with M_WAITOK.Thordur I. Bjornsson
2007-02-19stick atascsi onto ahci, which in turn attaches a scsibus. while thisDavid Gwynne
2007-02-19ahci will depend on atascsi and scsiDavid Gwynne
2007-02-18reorder allocation of the ports resources so register manipulation can beDavid Gwynne
2007-02-17regenMark Kettenis
2007-02-17Add nVIDIA GeForce 7600 GT & GS. From Joerg Zinke.Mark Kettenis
2007-02-17only reset the controller if it is already enabled.David Gwynne
2007-02-16bge_newbuf_std() should return ENOBUFS on failure, as that's whatKenneth R Westerback
2007-02-14%b format string for the GHC register. less whitespace while hereDavid Gwynne
2007-02-14FALLTHRU -> FALLTHROUGH for consistency.Jonathan Gray
2007-02-14Consistently spell FALLTHROUGH to appease lint.Jonathan Gray
2007-02-13Fix typo. Spotted by brad@.Mark Kettenis
2007-02-13Fix typo in commentTom Cosgrove
2007-02-13Add missing break in attach code.Jonathan Gray
2007-02-12Avoid unnecessary resets. This should make fiber 88E8021/22 work completely.Mark Kettenis
2007-02-12Fix prototype, from brad@, no binary changePedro Martelletto
2007-02-11Add support for fiber on 88E8021/22.Mark Kettenis
2007-02-11Remove _KERNEL_OPT leftovers.Miod Vallat
2007-02-10Adjust for new/renamed DLink card & Marvell chips. Based on a diff by brad@.Mark Kettenis
2007-02-10regenMark Kettenis
2007-02-10Add DLink DGE-550T B1. Reorganize Marvell Yukon entries & add a few missingMark Kettenis
2007-02-10Add preliminary support for Marvell Yukon-II Extreme chips.Mark Kettenis
2007-02-10Remove entry for mx driver which was removed a bit over 7 years ago.Jonathan Gray
2007-02-10Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unusedKenneth R Westerback
2007-02-10Add more chipset revision ids.Kenneth R Westerback
2007-02-06add macros describing the ports interrupt status, interrupt enable, taskDavid Gwynne
2007-02-03Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrunMark Kettenis
2007-01-31macros describing a ports sata status registerDavid Gwynne
2007-01-30Simplify agp_generic_bind_memory by not trying to allocate big chunksDimitry Andric
2007-01-30update vic(4) to use the LINK_STATE_IS_UP() macroReyk Floeter
2007-01-30Allow the bnx(4) driver to make use of all of the available hardwareKenneth R Westerback
2007-01-30Rough in more support for 5787/5755 chips so far known to not work orKenneth R Westerback
2007-01-28regenMark Kettenis
2007-01-28Add nVIDIA GeForce 7800 GS. From Jim Razmus.Mark Kettenis
2007-01-28Fix a number of issues with vesabios discovered by miod@Gordon Willem Klok
2007-01-27Enable transmit TCP/UDP checksum offload.Kenneth R Westerback
2007-01-27convert to our locks to rwlocks.David Gwynne
2007-01-26Workaround for an issue with em(4) interfaces on Lenovo X60/T60 laptops whereTobias Weingartner
2007-01-26As per PCI specs, disable an adapter's transaction response whileMarc Aurele La France