summaryrefslogtreecommitdiff
path: root/sys
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-30initialize phy for the third EHCI controllerjmcneill
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-30Add a missing newline in zs at sbus attach message.tsutsui
2015-10-30Fixed format string types to make it compile with BAH_DEBUG again.phx
2015-10-30Include genfb.h for NGENFB.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-29only advertise HS200 and 8-bit mode on the eMMC slotjmcneill
2015-10-29if NUSB == 0, don't look for usbhist.mrg
2015-10-29Make sure that nde->td_node is NULL for asserts.leot
2015-10-29Simplify even further and fix non-modular kernels:christos
2015-10-29provide a ttm-backed set of nouveau_uvm_ops{} in the ttm_bo_driver{}.mrg
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-29introduce a new way of handling SYSCALL_DEBUG messages -- send them tomrg
2015-10-29remove "@echo done" from 4 rules that don't need it and the random "done"mrg
2015-10-29eliminate USBHIST as a define/option. it was entangled with USB_DEBUGmrg
2015-10-28Fix inverted KASSERTmartin
2015-10-28remove bogus KASSERT, there are error paths that don't satisfy this.christos
2015-10-27use dma64 if available so we don't have do bounce around too much.christos
2015-10-27make sure MSGBUFSIZE can't expand strangely by using parens.mrg
2015-10-27update some dependancies:mrg
2015-10-27push the real attach down via config_mountroot, like radeon, as wemrg
2015-10-27modules don't define MODULAR.christos
2015-10-27simplify (and fix) logic.christos
2015-10-27fix operator precedence.christos
2015-10-27make sure we have a cookie before we try to clear it.christos
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- If we succeeded allocating a buffer that did not need bouncing before, butchristos
2015-10-27 Move the definition of CTRL_EXT_PHYPDEN and use __BIT(). No binary change.msaitoh
2015-10-27Eliminate Linux struct pci_dev::dev, struct platform_device::dev.riastradh
2015-10-27dev->dev, not &dev->pdev->dev.riastradh
2015-10-27dev->dev, not &dev->pdev->dev.riastradh
2015-10-27Use nv_device_base(dev) like other callers, not dev->pdev->dev.riastradh
2015-10-27Regennjoly
2015-10-27Fix setuid/setgid return type (void -> int) to match native.njoly
2015-10-27Regen.njoly
2015-10-27Fix wrong gid types from previous.njoly