summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2014-12-08Remove a few foo_start() calls within ioctl handlers. Odd spot to haveBrad Smith
2014-12-08Have foo_init() call foo_reset() to reset the chip to a known stateBrad Smith
2014-12-07syncTheo de Raadt
2014-12-07support WCH2 CH351 pucTheo de Raadt
2014-12-06A few last 'easy' #include dedups.Kenneth R Westerback
2014-12-06Avoid error if a 64K transfer is done from a page-unaligned buffer.Stefan Fritsch
2014-12-06Increase low rxr watermark to a value suitable for jumbo frames.Stefan Fritsch
2014-12-06match family 16hJonathan Gray
2014-12-06Repost video on all known Intel PowerVR devices not just GMA500, forJonathan Gray
2014-12-06regenJonathan Gray
2014-12-06add some more intel powervr devices and amd 16h misc cfgJonathan Gray
2014-12-05Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>.Martin Pieuchot
2014-12-04Disable MSI with the Samsung S4LN053X01 SSD controller as found in someBrad Smith
2014-12-04Simplify the MSI bits a bit.Brad Smith
2014-12-03wb_init() calls wb_stop() and wb_reset() so remove some redundant callsBrad Smith
2014-12-02regenBrad Smith
2014-12-02Add Samsung SSD controller.Brad Smith
2014-12-01rxr ioctl handling.Brad Smith
2014-11-29rxr ioctl handling.Brad Smith
2014-11-28regenMark Kettenis
2014-11-28Add a few entries for SPARC T3/T4/T5/M5 machines. The IDT 89H64H16G3 entryMark Kettenis
2014-11-27Previous change wasn't quite right and broke "classic' PCI sparc64 machines.Mark Kettenis
2014-11-27Another spot where the VLAN tag doesn't need swapping in the currentlyBrad Smith
2014-11-27Fix a long standing bug in MAC statistics register access. OneBrad Smith
2014-11-27Use dv_xname instead of if_xname to establish our interrupt. The latter isMark Kettenis
2014-11-27rxr ioctl handling.Brad Smith
2014-11-26The onboard ix(4) interfaces on the SPARC T5 machines don't have a valid MACMark Kettenis
2014-11-26Seems Sun^H^H^HOracle is doing something naughty and (deliberately) putsMark Kettenis
2014-11-26dont swap the vlan tag twice on big endian archs for transmit.David Gwynne
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24Fix some issues with 64-bit BARs behind PCI-PCI bridges.Mark Kettenis
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-20- Remove some unused #if 0'd code which does not pertain to OpenBSDBrad Smith
2014-11-19Copy over some recent commits from ix(4)..Brad Smith
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18move arc4random prototype to systm.h. more appropriate for most codeTed Unangst
2014-11-18Use pa_device to ensure each MAC address of a multi port boardBrad Smith
2014-11-17Add quirks for the "Realtek ALC885" found on MacMini3.1, unmutes theLandry Breuil
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt
2014-11-16Allow the driver to be able to retrieve the MAC address from the ROMBrad Smith
2014-11-15regenBrad Smith
2014-11-15Add Intel QS77 LPC.Brad Smith
2014-11-14regenMartin Pieuchot
2014-11-14Some BayTrail IDs, including xhci(4), found in inframare's dmesg on bugs@.Martin Pieuchot
2014-11-12Remove SIOCSIFMTU handling and misuse of if_mtu values for MRUMike Belopuhov
2014-11-11Stop athn(4) from attaching to AR9300 devices for now. There are unresolvedStefan Sperling
2014-11-10add an additional error check into the ixgbe_handle_msfMike Belopuhov
2014-11-10remove pointless timeout_del/add dance in the interrupt handlerMike Belopuhov
2014-11-10Inadvertent ampersand has made the check to always yield truthMike Belopuhov