summaryrefslogtreecommitdiff
path: root/sys/dev/pci
AgeCommit message (Expand)Author
2022-09-11regenmrg
2022-09-11add several samsung nvme entriesmrg
2022-09-08Sprinkle const. Same binary before and after.skrll
2022-09-08KNF. Modify comment. No fucntional change.msaitoh
2022-09-07Fix the build, add new emuxki_boards.cmartin
2022-09-07emuxki(4): import a list of board definitionskhorben
2022-09-07emuxki(4): place struct emuxki_softc into its own filekhorben
2022-09-07emuxki(4): restrict DMA memory within the first 2GBkhorben
2022-09-07emuxki(4): allow building as a modulekhorben
2022-09-04bge(4): Use BUS_DMA_WAITOK in ring initilization now that it's safeskrll
2022-09-04bge(4): fix the MP improvements and improve some more.skrll
2022-09-04bge(4): use a local variable to make bge_ifmedia initialization pretty.skrll
2022-09-03Garbage-collect the remaining vestiges of netisr.thorpej
2022-09-02Remove unnecessary inclusion of <net/netisr.h>.thorpej
2022-09-02Whitespace - mostly align the line continutation charactersskrll
2022-08-29emuxki(4): add support for the Sound Blaster Audigy Rxkhorben
2022-08-28Empty if_watchdog functions are useless and now waste resources. Let'sskrll
2022-08-28Trailing whitespaceskrll
2022-08-27Convert bge_pending_rxintr_change to a bool (from int)skrll
2022-08-27Include headers once (and don't pretend this compiles without INET)skrll
2022-08-27Correct the abbreviation of approximately to 'approx.'skrll
2022-08-27Trailing whitespaceskrll
2022-08-26G/C unused softc membersskrll
2022-08-25Tune number of Rx descriptors for ixl(4), ok'ed by yamaguchi@n.o.knakahara
2022-08-25G/Cskrll
2022-08-24pmf(9): *_child_register never fails. Make it return void.riastradh
2022-08-22iwi_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22ipw_start(): Replace "IF_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22We come into our if_start routine via ether_output(), therefore there isthorpej
2022-08-22age_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22age_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chainthorpej
2022-08-22ale_encap(): Fix error logic in previous change for when the defrag works,thorpej
2022-08-22ale_start(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-22ale_encap(): Use m_defrag(), not m_pullup(), to compact an mbuf chainthorpej
2022-08-21jme_ifstart(): Replace "IFQ_DEQUEUE() -> IF_PREPEND() on failure" withthorpej
2022-08-21Don't allow jme_encap() to modify the head-of-mbuf-chain pointer. Instead,thorpej
2022-08-21jme_encap(): Fix up some botched formatting, and don't use (*m_head)thorpej
2022-08-19Make bge_detaching a bool. NFC.skrll
2022-08-19softc member naming consistency with wm(4). (Taylor made me do it... notskrll
2022-08-19Should be checking ifp->if_flags in bge_init and not sc->bge_if_flags.skrll
2022-08-15Remove stray debug line (already commented out)pgoyette
2022-08-15nuke pasto in gffb_init()macallan
2022-08-14virtio(4): Print numeric device type, even if unrecognized.riastradh
2022-08-14bge: Use BUS_DMA_WAITOK in attach routines.skrll
2022-08-14bge: Mirror the bus_dma RX buffer changes in the OpenBSD driverskrll
2022-08-14Make bge(4) MP safeskrll
2022-08-14Whitespaceskrll
2022-08-14bge: Fix bge_ring_map bus_dmamap_sync POST{READ,WRITE} operations.skrll
2022-08-13pciconf: Skip callbacks for reserved ranges if resource allocation fails.jmcneill
2022-08-12wm(4): Remove the non-MP-safe scaffolding.riastradh