summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-08-10A few more simple cases of shutdown hooks which only call xxstop, whenTheo de Raadt
2009-08-10xge_shutdown is not needed now that interface is stopped, sinceTheo de Raadt
2009-08-10delete xxshutdown handlers that are never even hooked upTheo de Raadt
2009-08-10i prefer (m == NULL) over (!m)Damien Bergamini
2009-08-09MCLGETI() will now allocate a mbuf header if it is not provided, thusTheo de Raadt
2009-08-09spelling errorTheo de Raadt
2009-08-09Get node and port WWN's from the Open Firmware tree on sparc64 if they areMark Kettenis
2009-08-09Rewrite bits of the multicast handling code as it should be.Kevin Lo
2009-08-08bring comments in line with reality; from BradChristian Weisgerber
2009-08-08alc(4) is a driver for the Atheros AR8131/AR8132 ethernet chip.Kevin Lo
2009-08-08In ixgbe_acquire_swfw_sync don't return -IXGBE_ERR_SWFW_SYNC as thisJonathan Gray
2009-08-06Add device id for BCM5716S, tidy whitespace. From Brad.Stuart Henderson
2009-08-06Backout r1.274, william@ has tracked down watchdog timeouts withStuart Henderson
2009-08-05don't read/write 1000baseT specific MII registers on 10/100M ony device.Kevin Lo
2009-08-04syncDavid Hill
2009-08-04Rhino Equipment donated some T1/E1/J1 cards. Add their vendor andDavid Hill
2009-08-02Never return nonzero in a device activate method invoked with DVACT_ACTIVATE,Miod Vallat
2009-08-02Minor KNF from Brad. No binary change.Stuart Henderson
2009-08-02syncStuart Henderson
2009-08-02Add PCIE/KT devices for Intel Q45. From Brad; in datasheet/pciids,Stuart Henderson
2009-07-29regenDamien Bergamini
2009-07-29PCI ids for Ralink RT3090/RT3390 devicesDamien Bergamini
2009-07-29regenDamien Bergamini
2009-07-29fix two Intel WiFi Link 6000 PCI ids.Damien Bergamini
2009-07-29regenDamien Bergamini
2009-07-29PCI ids for Atheros AR9287 (PCI and PCIe).Damien Bergamini
2009-07-28Garbage-collect softc member stge_if_flags, unused since if_stge.c r1.46.Stuart Henderson
2009-07-28- Don't access VPD even if hardware advertised the capability.Kevin Lo
2009-07-28Replace "XXX ? from linux" with a descriptive comment. From Brad.Stuart Henderson
2009-07-28The firmware is an array of u_int32_t and differs between architectures.Claudio Jeker
2009-07-28print the chipset name in the dmesg so it is possible to tellKevin Lo
2009-07-28Add flow control supportKevin Lo
2009-07-27Split comment from lint keyword. OK dms@Claudio Jeker
2009-07-26Make sure all platforms understand the flags argument of bus_space_map() andMiod Vallat
2009-07-26Add PCIOCGETROM, and ioctl(2) to read PCI ROMs.Mark Kettenis
2009-07-26Fix flow control support:Mark Kettenis
2009-07-25Better parameter validation in pciioctl(): check for ioctl number andMiod Vallat
2009-07-25Stop using rbus to set up the socket BAR if it has been left unitializedMark Kettenis
2009-07-24silent VIA VT6202 workaround; from bradTheo de Raadt
2009-07-23another lava puc that might show upTheo de Raadt
2009-07-23VIA VT6202 defaults to a bus-hoggingly aggressive sleep time, so retune itTheo de Raadt
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Use pci_mapreg_map() to map ROM.Mark Kettenis
2009-07-23Avoid twiddling the lower bits of a BAR such that the code becomes usableMark Kettenis
2009-07-22Add big-endian platform support to sis(4). Tested to not break anything onMiod Vallat
2009-07-21Use the symbolic constants for the window registers in pci configurationMiod Vallat
2009-07-21Rewrite ioctl parts and rx filter handling. From Brad, tested byStuart Henderson
2009-07-21Add a family flag for the original 5700 series chipsets. Idea from FreeBSD.Christian Weisgerber
2009-07-20Pass a pci_chipset_tag_t to pci_intr_line(), to eventually allow theMiod Vallat