NetBSD/sys
thorpej 9d92f090f4 ugen and ugenif share the same /dev/ugenN.xx namespace in such a way
that the device unit number does not necessarily match the /dev/ugenN.xx
unit number (N).  If you ONLY have ugen devices, it happens to work out
and devpubd scripts can be extremely naive.  If you ONLY have ugenif
devices, it also happens to work out, but your devpubd scripts have to
slightly more informed.  If you have a mix of ugen AND ugenif devices,
though, you're pretty much out of luck.

So, this change adds a "ugen-unit" device property which devpubd scripts
can query to determine which /dev/ugenN.xx nodes a given ugen or ugenif
device is using.
2024-03-29 19:30:09 +00:00
..
altq fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
arch For some reason the drawing engine occasionally scribbles past the right 2024-03-28 12:50:31 +00:00
coda s/enqueing/enqueuing/ in debug messages (took a bait from recent Nick's commit) 2024-02-13 21:39:02 +00:00
compat Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
conf conf/std: Update comment over rnd(4) to reflect current reality. 2024-03-26 10:56:34 +00:00
crypto fix various typos in comments. 2024-02-05 21:46:04 +00:00
ddb Fix column alignment in ps/w output 2024-01-22 07:57:48 +00:00
dev ugen and ugenif share the same /dev/ugenN.xx namespace in such a way 2024-03-29 19:30:09 +00:00
dist/pf
dtb Import RISC-V starfive DTS from https://github.com/starfive-tech/linux.git" 2024-01-14 07:39:25 +00:00
external drm(4): make pr_debug equivalent to aprint_debug 2024-03-09 09:55:52 +00:00
fs fix various typos in comments and log messages. 2024-02-10 09:21:51 +00:00
gdbscripts
kern heartbeat(9): Return early if panicstr is set. 2024-03-08 23:34:03 +00:00
lib Put the standard NetBSD copyright on this file. Approved by John Brezak 2024-02-27 16:09:19 +00:00
miscfs Remove all procfs nodes for this process on process exit. 2024-01-17 10:21:01 +00:00
modules acpihed(4): New driver for PNP0C33 to notify apei(4). 2024-03-21 02:36:01 +00:00
net wg(4): Bind to CPU in wg_handle_packet. 2024-03-10 04:21:47 +00:00
net80211
netatalk
netbt Bluetooth low energy - A beginning at least. 2024-03-13 07:22:16 +00:00
netcan
netinet Add missing "e" in few words, in comments and one log message. 2024-03-17 21:48:01 +00:00
netinet6 netinet6: Avoid NPD on `ifconfig ifN inet6 ... pltime 0 vltime 0'. 2024-03-01 23:50:27 +00:00
netipsec Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
netmpls
nfs s/Enque/Enqueue/ in comment. 2024-02-13 21:40:02 +00:00
opencrypto
rump fix tripple/quadruple "r" letter typos in comments and log messages. 2024-02-04 18:52:35 +00:00
secmodel s/securlevel/securelevel/ in comment. 2024-03-01 22:01:03 +00:00
stand efiboot: Duplicate efi_bootdp before we clobber it in efi_net_probe. 2024-03-28 18:24:57 +00:00
sys Revert previous until I can diagnose a failure reported by gson. 2024-03-05 20:59:41 +00:00
ufs PR/58018: Damir Holovati: ext2fs readdir (d_type conversion error) 2024-03-10 17:36:33 +00:00
uvm Default pmap_stealdebug to false 2024-03-23 08:31:15 +00:00
Makefile