summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2006-10-22Check that ni->ni_rates.rs_nrates is not greater than sizeof rs.rates inDamien Bergamini
2006-10-21does not compileTheo de Raadt
2006-10-21- Ensure that at least 16 TX descriptors are kept unused in the ring.Brad Smith
2006-10-21syncDamien Bergamini
2006-10-21Intel PRO/Wireless 3965ABGDamien Bergamini
2006-10-20remove some NetBSD code.Brad Smith
2006-10-20ansiBrad Smith
2006-10-19make the exit label naming scheme match the current function names, removesBrad Smith
2006-10-19Overhaul the transmit path:Brad Smith
2006-10-19s/Mhz/MHz/ in comments and printf() stringsTom Cosgrove
2006-10-19Match the IDE controller in the AMD Geode companion device CS5536.Tom Cosgrove
2006-10-18Simplify the logic of the for loops in the sis_ring_init() function.Brad Smith
2006-10-17disable the firmware fastboot feature on 5752/5755 and 5787 ASICs,Brad Smith
2006-10-16syncReyk Floeter
2006-10-16add via VPX-64 chipsetReyk Floeter
2006-10-16Fix some "is is"s. ok otto@.Tom Cosgrove
2006-10-15Fix last commit.Mark Kettenis
2006-10-15Fix indentation.Mark Kettenis
2006-10-15Get MAC address from VPD, just like we already do for hme(4).Mark Kettenis
2006-10-15regenJonathan Gray
2006-10-15Add some Intel 965 devices.Jonathan Gray
2006-10-15recognize the BCM5787 A2 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15use the correct PCI id for the Broadcom BCM5756 chipset.Brad Smith
2006-10-15regenBrad Smith
2006-10-15add a few Intel 82Q963 (Q963) chipset ids.Brad Smith
2006-10-14- Simplify the arguments to bnx_tx_encap.Brad Smith
2006-10-12Add a symbolic name parameter to cardbus_intr_establish().Alexander Yurchenko
2006-10-12regenBrad Smith
2006-10-12add another ServerWorks HT-2100 PCIe bridge.Brad Smith
2006-10-11regenerate. ok bradChris Kuethe
2006-10-11add my Radeon X800Chris Kuethe
2006-10-11regenBrad Smith
2006-10-11add the NetXen vendor id.Brad Smith
2006-10-11call xge_stop() at the top of xge_init().Brad Smith
2006-10-10- Only use the MAC address workaround for the Xframe chipset.Brad Smith
2006-10-10revert the firmware synchronization change in rev 1.178, this is the causeBrad Smith
2006-10-10regenBrad Smith
2006-10-10add two Pericom PCI bridges.Brad Smith
2006-10-09The mickey (/brad) jumbo allocation avoidance patch triggers the sameTheo de Raadt
2006-10-08Also attach to boards with the PCI Express Fibre Channel FC949E chipset.Brad Smith
2006-10-07add a no Ethernet@Wirespeed flag.Brad Smith
2006-10-07add and set PHY workaround flags depending on the ASIC revisionBrad Smith
2006-10-06regenBrad Smith
2006-10-06move Hitachi to the right position (numerical order).Brad Smith
2006-10-06regenMichael Shalayeff
2006-10-06a few hitachi productsMichael Shalayeff
2006-10-04Do not assume that the pci(4) unit number matches the actual PCI bus number.Mark Kettenis
2006-10-04Use loadfirmware(9) to get /etc/firmware/bnx instead of hard-coding aTheo de Raadt
2006-10-03don't use IF_PREPEND() on altq's.Damien Bergamini