summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-10-27use dma64 if available so we don't have do bounce around too much.christos
2015-10-27update some dependancies:mrg
2015-10-27Print the negotiated feature bitschristos
2015-10-27add the common flag bitschristos
2015-10-27- Print the negotiated feature bitschristos
2015-10-27- Print the negotiated feature bits.christos
2015-10-27 Move the definition of CTRL_EXT_PHYPDEN and use __BIT(). No binary change.msaitoh
2015-10-26Correct a comment. From Robert Sprowson.skrll
2015-10-26No binary change:msaitoh
2015-10-26Support MSI-X in virtioozaki-r
2015-10-25Remove references to SPLASHSCREEN_PROGRESSkhorben
2015-10-23 PHY_CTRL_GBE_DIS is not bit 4 but bit 6. This change has no any effect bymsaitoh
2015-10-23- PSCR_TP_LOOPBACK is not bit 0 but bit 4. No binary change becausemsaitoh
2015-10-23remove extra quotechristos
2015-10-23fix this differently.christos
2015-10-23fix build failure on i386.knakahara
2015-10-22fix constant namechristos
2015-10-22Regen.msaitoh
2015-10-22 Add some entries from Intel 965 Express Chipset Family Datasheet.msaitoh
2015-10-22if_wm uses pci_intr_alloc stubs now.knakahara
2015-10-22add pci_intr_alloc related stubs to reduce ifdef from device drivers.knakahara
2015-10-22add CTASSERT and KNF.knakahara
2015-10-22initial port rss_getkey() from freebsd, and use it instead of random().knakahara
2015-10-21Fix dumping code (dk_dump):christos
2015-10-21Fix typochristos
2015-10-21Fix compile error...msaitoh
2015-10-21CID 1328433: Anding with 0 and comparing != 0 will not work very will.christos
2015-10-21regennonaka
2015-10-21Add Samsung SM951 M.2 NVMe SSD.nonaka
2015-10-21 Decode SATA Capability and Multicast Extendeded Capability.msaitoh
2015-10-21needs-flag for axp20xjmcneill
2015-10-20add ifnet attributes to vioif(4) so it can be config(8)ed as root devicetnn
2015-10-19regentnn
2015-10-19fix I219_LM2 entrytnn
2015-10-19add I219 family Ethernet devicestnn
2015-10-18regennonaka
2015-10-18Add ELECOM WDC-433SU2M2.nonaka
2015-10-15Fix dcdc3 voltage settings (s/dcdc2/dcdc3/g).bouyer
2015-10-15Implement sensor reports for power supplies (voltage and intensities).bouyer
2015-10-15As proposed inbouyer
2015-10-15pull in sysmon_taskqjmcneill
2015-10-15Name the interrupt handler for intrctlozaki-r
2015-10-14- Update TODO:msaitoh
2015-10-14Remove leading whitespaces and kindozaki-r
2015-10-13sprinkle __diagusedchristos
2015-10-13Fix mapping Intel graphics device registers.riastradh
2015-10-13fix RXCSUM_CRCOFL bit of WMREG_RXCSUM register.knakahara
2015-10-13wm_linkintr_msix() should use WM_DEBUG_LINK instead of WM_DEBUG_TX.knakahara
2015-10-13recover if_wm.c:r1.348knakahara
2015-10-13fix: XEN3_DOM0(not defined __HAVE_PCI_MSI_MSIX) buildknakahara