summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
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-04as promised 18 years ago, consolidate isa floppy disks in files.isaTed Unangst
2014-12-04Driver for MosChip Semiconductor 78x0 USB multiport serial adapters.Martin Pieuchot
2014-12-04regenMartin Pieuchot
2014-12-04Various MosChip Semiconductor multiport serial adapter.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-03More duplicate #include cleanout.Kenneth R Westerback
2014-12-03wb_init() calls wb_stop() and wb_reset() so remove some redundant callsBrad Smith
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