summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2021-05-18Unbreak previous; we have to look for a child node iff our node isn'tjmcneill
2021-05-18- Cleanup an rxbuf entry when bus_dmamap_load_mbuf() failed to prevent panic.msaitoh
2021-05-16close pipe before freeing frame length array.mlelstv
2021-05-16Protect ioctl and declare MPSAFE.mlelstv
2021-05-16Try to guess attributes better.mlelstv
2021-05-16No need to check cell count.mlelstv
2021-05-15Change PCI_VENDOR_MASK and PCI_PRODUCT_MASK to unsigned values, to preventjakllsch
2021-05-14Replace aprint_error with aprint_error_dev in config_interrupts callback.jmcneill
2021-05-14Keep m_len and m_pkthdr.len consistent to prevent panic on arm.msaitoh
2021-05-14Comment out flow director processing in fast path.knakahara
2021-05-13 Cast to uint32_t to avoid undefined behavior in dwc_gmac_write_hwaddr().msaitoh
2021-05-13 Use unsigned to avoid undefined behavior in hwrite[12](). Found by kUBSan.msaitoh
2021-05-12- Define a device call for PCI bus instances to fetch a direct child'sthorpej
2021-05-12Fix i386 build failure with options WM_EVENT_COUNTERS.knakahara
2021-05-11wscons: add support for the Neo 2 German keyboard layoutnia
2021-05-11Forward the bridge's devhandle to the downstream bus.thorpej
2021-05-11Call bus_dmamap_unload(9) via ixgbe_dmamap_unload(), before freeingrin
2021-05-10Associate the OpenBoot / OpenFirmware node with attached devicesthorpej
2021-05-08Use pci_compatible_match().thorpej
2021-05-07A small bit of const poisoning.thorpej
2021-05-07Track the number of cdev and bdev opens and fail dm_detach()hannken
2021-05-07Make sure the unit number of device-mapper devices matches their minor number.hannken
2021-05-07 Print the error value of ixgbe_reset_hw() for debugging.msaitoh
2021-05-05disable MSI for SiI3124 - interrupts don't seem to work on this old boardjdolecek
2021-05-03genet(4): Add support for rnd(9).rin
2021-05-03if_wm: do not return a void value from a void functionrillig
2021-05-02audio: Only score hardware formats by channel count at count<=2nia
2021-04-30 Add missing __KERNEL_RCSID().msaitoh
2021-04-30 Add NetBSD RCS IDs. No functional change.msaitoh
2021-04-30If we're enumerating the root bus, skip some well-known nodes thatthorpej
2021-04-30Allow devices to declare themselves an "ofisa_subclass", allowingthorpej
2021-04-28Avoid a double "cs0: " in the autoconfiguration messages.thorpej
2021-04-27"ofisa" carried an "ofbus" interface attribute in addition to its ownthorpej
2021-04-27If we are attaching the OFW root, print out the banner-name and modelthorpej
2021-04-26midi_attach_mi(): Be explicit about using the "midibus" interface attribute,thorpej
2021-04-26audioprint(): handle AUDIODEV_TYPE_AUX.thorpej
2021-04-26Be explicit about the "eap" interface attribute when attaching a "joy"thorpej
2021-04-26- The "eso" device does not need to carry the "midibus" interface attribute.thorpej
2021-04-26Be explicit about using the "ym" interface attribute when attachingthorpej
2021-04-26Be explicit about using the "wss" interface attribute when attachingthorpej
2021-04-26- The "ess" device does not need a "midibus" interface attribute; itthorpej
2021-04-26simplebus, cpus, and syscon do not need their own interface attribute; theythorpej
2021-04-26audio_attach_mi(): Be explicit about using the "audiobus" interface attribute,thorpej
2021-04-26if raidframe sets booted_device, log a debug message about it.mrg
2021-04-25Sample # of RX packets as entropy source.rin
2021-04-25Sample # of TX packets as entropy source.rin
2021-04-24Merge thorpej-cfargs branch:thorpej
2021-04-24add an ioctl() to get a list of fonts currently available via wsfontmacallan
2021-04-21regeneratejakllsch
2021-04-21Fix Realtek RTL8125 descriptionjakllsch