summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2014-12-03Turn ahci port start into a callback so sxiahci can do some magic toJonathan Gray
2014-12-02regenBrad Smith
2014-12-02Add Samsung SSD controller.Brad Smith
2014-12-01rxr ioctl handling.Brad Smith
2014-11-30Don't overwrite fields in the message when setting up the REMOTE_NDIS_SET_MSGMark Kettenis
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-27Garbage collect some bits that were never used.Brad 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-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-24No point in setting the Interrupt-on Short Packet bit on OUT endpoint.Martin Pieuchot
2014-11-24In debug mode, print more information when a transfer is aborted and useMartin Pieuchot
2014-11-24rxr ioctl handling.Brad Smith
2014-11-24Count how many lids are open, rather than accumulating the values ACPITheo de Raadt
2014-11-24- Check IFF_RUNNING in xl_intr().Brad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-24regenBrad Smith
2014-11-24use the correct capitalization for Realtek.Brad Smith
2014-11-23regensasano
2014-11-23SILABS CP210X_4(0x10c4:0xea80) is no longer CP210x family.sasano
2014-11-23USB_VENDOR_SILABS:USB_PRODUCT_SILABS_CP210X_4(0x10c4:0xea80) issasano
2014-11-23If a machine has no _LIDs, then none can be open. This diff fixes a problemMike Larkin
2014-11-23Revert the logic to skip ports which status hasn't changed, it introducesMartin Pieuchot
2014-11-23Be less verbose when opening a pipe and print the endpoint & slotMartin Pieuchot
2014-11-23Move link state handling into re_miibus_statchg().Brad Smith
2014-11-22Split the MP trampoline into two pages, one for code and one for data/stackMike Larkin
2014-11-20Fix previous.Landry Breuil
2014-11-20Force a status check of all the ports of a newly attached hub. In theMartin Pieuchot
2014-11-20oops, mangled the prototypeTheo de Raadt
2014-11-20- Remove some unused #if 0'd code which does not pertain to OpenBSDBrad Smith
2014-11-20Rename slow_ovbcopy() to slow_bcopy(), since ovbcopy means nothing toTheo de Raadt
2014-11-19Copy over some recent commits from ix(4)..Brad Smith
2014-11-19Add support for stopping the operation of the chipset within re_stop()Brad Smith
2014-11-18Nuke yet more obvious #include duplications.Kenneth R Westerback
2014-11-18dc_init() calls dc_stop() and dc_reset() so remove some redundant callsBrad Smith
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-16Two fixes to make Qemu and VMware xHCI implementations work:Martin Pieuchot
2014-11-16Replace a plethora of historical protection options with justTheo de Raadt