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