summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
31 hourskernel: cons: Use glyph relative pos in cons attrIan Moffett
3 dayskernel: nvme: Add SMART + logpage supportIan Moffett
3 dayskernel: dmi: Ensure header base is virtualIan Moffett
3 dayskernel: cons: Introduce /ctl/console/attrIan Moffett
3 dayskernel: ansi: Remove stray newlineIan Moffett
3 dayskernel: ansi: Clear screen with "\033[2J"Ian Moffett
3 dayskernel: nvme: Add NVMe driver write hookIan Moffett
3 dayskernel: Do not defer storage driver initIan Moffett
3 dayskernel: ahci: Lower link wait time to 8 msIan Moffett
6 dayskernel: Ensure mutually exclusive console accessIan Moffett
6 dayskernel: driver: Assign names to all driversIan Moffett
7 dayskernel: console: Add 'show_curs' feat flagIan Moffett
7 dayskernel: console: Remove extra newlineIan Moffett
8 dayskernel: console: Introduce /ctl/console/featIan Moffett
8 dayskernel: console: Introduce cons_screen featuresIan Moffett
8 dayskernel: cons_ansi: Use `scr' var for console callsIan Moffett
8 daysdev: uacpi: Always include machine/intr.hIan Moffett
11 dayskernel: cons: Handle horizontal tabs ('\t')Ian Moffett
2025-06-24kernel: Add SMBIOS/DMI supportIan Moffett
2025-06-22kernel: e1000: Reset the controller before initIan Moffett
2025-06-22kernel: e1000: Read MAC address into `netif'Ian Moffett
2025-06-22kernel: e1000: Grant NIC PCI MMIO/DMA capabilitiesIan Moffett
2025-06-22kernel: e1000: Use raw register VAP offsetsIan Moffett
2025-06-22kernel: phy: Add initial E1000 sourcesIan Moffett
2025-06-16kernel: rtl: Fix up includes and remove "TODO"Ian Moffett
2025-06-16kernel: rtl: Expose NIC properly through if_var.hIan Moffett
2025-06-15kernel: rtl: Remove TODO comment (completed)Ian Moffett
2025-06-15kernel: rtl: Implement packet TXIan Moffett
2025-06-14kernel: ahci: Wait until ready before any I/OIan Moffett
2025-06-14kernel: ahci: Don't zero allocated PAs anymoreIan Moffett
2025-06-13kernel: cons: Clear entire screen on demandIan Moffett
2025-06-12kernel: pci: Add support for PCI ExpressIan Moffett
2025-06-11kernel: pci: Add 'cam_hook' structure for PCI I/OIan Moffett
2025-06-11kernel: ahci: Return length in sata_dev_rw()Ian Moffett
2025-06-10kernel: ahci: Fix issue of undetectable devicesIan Moffett
2025-06-10kernel: ahci: Improve port reset logicIan Moffett
2025-06-09kernel: cons: Add ANSI cursor pos reset sequenceIan Moffett
2025-06-09kernel: cons: Invert console cursor colorIan Moffett
2025-06-07kernel: phy: Rename rtl8139 driver to rt81xxIan Moffett
2025-06-07kernel: rtl8139: Defer RTL8139 initializationIan Moffett
2025-06-07kernel: nvme: Defer NVMe initializationIan Moffett
2025-06-06kernel: xhci: Allocate n bytes for scratchpadIan Moffett
2025-06-05kernel: cons: Add initial ANSI escape seq implIan Moffett
2025-06-05kernel: cons: Handle ASCII_NULIan Moffett
2025-06-05kernel: cons: Add color attribute helpersIan Moffett
2025-06-04kernel: xhci: Fix scratchpad page countIan Moffett
2025-06-03kernel: video: Add /ctl/fb0/attrIan Moffett
2025-06-03kernel: device: Harden cdev mmap() bounds checksIan Moffett
2025-06-02kernel: fbdev: Add /dev/fb0 char deviceIan Moffett
2025-06-01kernel: xhci: Ensure of PCI bus mastering and MMIOIan Moffett