summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2015-10-30this is working now, remove debugging.christos
2015-10-30more device nameschristos
2015-10-30 - Move PCI_INTRSTR_LEN from pcireg.h to pcivar.h.msaitoh
2015-10-30- On ICH8, call wm_gig_downshift_workaround_ich8lan() when link changed down.msaitoh
2015-10-30- Fix a problem that wm_gate_hw_phy_config_ich8lan() isn't called in wm_reset()msaitoh
2015-10-30 Call wm_get_wakeup(sc) before checking WM_F_HAS_AMT.msaitoh
2015-10-30 Call wm_get_hw_control() correctly. This change fixes a bug that some AMTmsaitoh
2015-10-30Fixed format string types to make it compile with BAH_DEBUG again.phx
2015-10-30 Disable LPLU (Low Power Link Up) on D0 state on 82574, 82583 and ICH* too.msaitoh
2015-10-30igphy(4),ukphy(4): Set mii_mpd_* entries.msaitoh
2015-10-29After setting HS_TIMING value for HS200 or later, send repeated SEND_STATUSjmcneill
2015-10-29 Fix a bug that the multiqueue setting is done in a multiqueue capabilemsaitoh
2015-10-29simplifychristos
2015-10-29Name virtqueue indexozaki-r
2015-10-29Add vioscsi, compile tested only (toxic)christos
2015-10-29eliminate USBHIST as a define/option. it was entangled with USB_DEBUGmrg
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