NetBSD/sys/dev
msaitoh 588e74af68 Move RECOVERY_MODE feature test code for readability. No functional change.
ixgbe.c rev. 1.169 inserted RECOVERY_MODE feature test in between
 MSI-X allocation and legacy allocation. To improve code readability,
move it to earlier location.
2024-05-30 08:55:02 +00:00
..
acpi Revert "pci: Pass cookie through pci_find_device, pci_enumerate_bus." 2024-05-20 19:15:48 +00:00
adb Fix few more typos in comments and log message: 2024-02-11 10:36:40 +00:00
altmem
apm Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
arcbios
ata fix various typos in comments. 2024-02-05 21:46:04 +00:00
audio audio(4): Handle delta == 0 in audio_volume_(up|down). 2024-05-27 02:47:53 +00:00
bi fix tripple/quadruple "r" letter typos in comments and log messages. 2024-02-04 18:52:35 +00:00
bluetooth btuart(4): Convert to ttylock/ttyunlock. 2022-10-26 23:44:03 +00:00
bus_dma Trailing whitespace 2022-11-12 07:48:34 +00:00
cadence Skip the first PHY found to remove the shadow PHY that appears at 2022-11-12 16:54:36 +00:00
cardbus few more typos in the word "register", mainly s/resister/register/. 2023-05-06 22:17:28 +00:00
clk
dec Use proper macro for return values and remove #if 0'ed out block. 2024-02-14 12:59:44 +00:00
dkwedge Use "%zu" for type "size_t". Kernel ALL/i386 compiles again. 2024-04-06 09:51:34 +00:00
dm Avoid leaving a configured device without resources. 2024-01-14 07:56:53 +00:00
dmover
drm
dtv For device modules that provide both auto-config and /dev/xxx 2022-03-31 19:30:15 +00:00
ebus s/pedning/pending/ 2022-07-21 14:41:59 +00:00
efi efi(4): Move error macros to efi.h. 2023-05-22 16:27:48 +00:00
eisa s/of of/of/ in comment. 2024-05-13 00:01:52 +00:00
fdt port-arm/58194: Resurrect vmt(4) from bitrot 2024-05-09 12:09:58 +00:00
flash Fix typos: s/trough/through/ 2023-04-03 18:03:23 +00:00
goldfish Remove a superflouous printf(). 2024-04-24 14:41:13 +00:00
gpib s/indicies/indices/ in comments. 2024-02-10 08:24:50 +00:00
gpio fix various typos in comments and log messages. 2024-02-10 09:21:51 +00:00
hdaudio Regen. 2024-04-17 11:43:59 +00:00
hdmicec
hid Improve hid matching. 2023-10-17 02:46:57 +00:00
hil Fix "stray level 1 interrupt" panic by pressing keys during autoconf(9). 2024-05-06 13:27:49 +00:00
hpc s/hpcfb_refres_screen/hpcfb_refresh_screen/ in debug message. 2024-02-29 22:01:57 +00:00
hyperv fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
i2c Remove unnecessary include of <sys/malloc.h>. 2024-05-17 23:57:46 +00:00
i2o Make the I2O management cdevs MPSAFE. 2023-09-07 20:07:03 +00:00
ic s/borad/board/ in comments. 2024-05-24 20:06:55 +00:00
ieee1394 don't assign struct pointers to smaller then structure regions of memory. 2023-08-10 20:49:19 +00:00
ir irframetty(4): Convert to ttylock/ttyunlock. 2022-10-26 23:45:43 +00:00
isa fix various typos in comments and log messages. 2024-02-10 09:21:51 +00:00
isapnp sb(4): Fix missing mutex initialization at isapnp and ofisa. 2023-04-18 06:37:25 +00:00
iscsi s/should't/shouldn't/ and s/mistmatch/mismatch/ in comments. 2024-02-08 19:44:08 +00:00
marvell Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
mca s/of of/of/ in comment. 2024-05-13 00:01:52 +00:00
microcode s/slighly/slightly/ in comment. 2024-05-13 00:08:06 +00:00
mii s/Transmi /Transmit / in comments. 2024-02-26 20:20:01 +00:00
mscp s/indicies/indices/ in comments. 2024-02-10 08:24:50 +00:00
mvme Make sure to include opt_mvmeconf.h. 2024-01-19 03:59:47 +00:00
nand nandemulator(4): Use config_detach_children. 2023-05-10 00:11:16 +00:00
news
nor fix spelling mistakes, mainly in comments and log messages. 2024-02-09 22:08:30 +00:00
nvmm nvmm_x86_vmx: vmx_vmptrst: Sprinkle __diagused to fix clang !DIAGNOSTIC build 2023-11-06 17:02:17 +00:00
ofisa sb(4): Fix missing mutex initialization at isapnp and ofisa. 2023-04-18 06:37:25 +00:00
ofw Change the devhandle_from_*() functions to also take a "super handle", 2022-01-22 11:49:16 +00:00
onewire Don't unregister envsys when not registered. 2023-12-11 13:30:33 +00:00
pad Revert to previous. 2023-05-27 14:51:47 +00:00
pci Move RECOVERY_MODE feature test code for readability. No functional change. 2024-05-30 08:55:02 +00:00
pckbport Renamed border/boundary variables to better describe their use. 2024-04-18 17:35:53 +00:00
pcmcia Fix few more typos in comments and log message: 2024-02-11 10:36:40 +00:00
podulebus check if string is nul char, not if array is NULL. 2023-08-03 08:35:14 +00:00
ppbus s/charater/character/ in one more comment. 2023-02-13 22:44:52 +00:00
pud fix tripple/quadruple "r" letter typos in comments and log messages. 2024-02-04 18:52:35 +00:00
putter Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
pwm
qbus vax/qe(4): supply an ipf->if_init() so that if_init() doesn't crash. 2024-03-25 05:37:45 +00:00
raidframe fix various typos in comments and log messages. 2024-02-10 09:21:51 +00:00
rasops s/littel/little/ mainly in copy pasted comments. 2022-05-29 10:43:19 +00:00
rcons
sbus - make colour depth in fb mode configurable, default to 8bit 2023-07-19 10:22:15 +00:00
scsipi Don't try to discover wedges when the unit isn't online. 2024-02-24 22:06:49 +00:00
sdmmc If the ACPI flag "non-removable" is present and true for an SD/MMC 2024-05-09 01:33:12 +00:00
smbus
spi Define mode macros for CPOL and CPHA, and define SPI_MODE_* in terms 2024-02-23 23:45:54 +00:00
splash
stbi Don't put big structures on stack. 2024-01-20 13:33:03 +00:00
std fix typos and wrong ISO/IEC standard number in reference description. 2021-10-13 21:49:10 +00:00
sun Add the Sun3 obio flavor's DMA controller access registers. 2024-02-13 13:46:14 +00:00
sysmon Fix various typos in comments, log messages and documentation. 2024-02-10 18:43:51 +00:00
tc s/of of/of/ in comment. 2024-05-13 00:01:52 +00:00
tprof KNF. No functional change. 2023-04-11 10:07:12 +00:00
usb xhci(4): Narrow some more variable scopes in xhci_device_isoc_enter. 2024-05-20 11:36:20 +00:00
videomode Remove unnecessary include of <sys/malloc.h>. 2022-09-25 21:27:39 +00:00
virtio Fix a null dereference (on attach failure). 2024-03-09 11:55:59 +00:00
vme _vme_space_get(): Use VM_BESTFIT. 2024-04-24 02:27:33 +00:00
vmt port-arm/58194: Resurrect vmt(4) from bitrot 2024-05-09 12:09:58 +00:00
wscons remove check for unused bits in attr2idx() - this really wasn't helpful 2024-02-20 09:53:16 +00:00
wsfb wsfb: add support for optional "devcmap" property 2024-01-20 00:24:58 +00:00
wsfont s/ for for / for / in comment. 2023-09-21 09:31:49 +00:00
xmi Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
DEVNAMES
Makefile sys/dev/Makefile: Split INCS onto separate lines for ease of sorting. 2022-08-20 11:42:49 +00:00
bio.c
biovar.h Add comment. bv_stripe_size is used in KB. 2022-05-10 14:13:09 +00:00
ccd.c Repair handling of ccd sysctls to not use newp as an index. 2024-04-12 05:04:02 +00:00
ccdvar.h
cgd.c cgd(4): Omit technically-correct-but-broken adiantum dependency again. 2022-04-02 09:53:20 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c
clock_subr.h
clockctl.c driver(9): devsw_detach never fails. Make it return void. 2022-03-28 12:33:20 +00:00
cninit.c
cons.c heartbeat(9): Move #ifdef HEARTBEAT to sys/heartbeat.h. 2023-09-02 17:44:59 +00:00
cons.h cons(9): New function cn_set_tab. 2022-10-03 19:12:29 +00:00
dev_verbose.c
dev_verbose.h
devlist2h.awk
dksubr.c Move the rnd_add_uint32 outside the lock and get rid of dk_done1() suggested 2023-07-11 23:26:41 +00:00
dkvar.h
efi.c efi(4): Fix logic to handle buffer sizing. 2023-05-24 00:02:51 +00:00
efivar.h efi(4): Implement MI parts of EFIIOC_GET_TABLE. 2023-05-22 16:27:58 +00:00
files.audio defflag AUDIO_DEBUG 2023-09-25 08:42:05 +00:00
files.dev dk(4): Add support for discovering Atari TOS partitions as wedges 2024-04-02 22:30:03 +00:00
firmload.c sys/filedesc.h: New home for extern cwdi0. 2022-10-26 23:39:10 +00:00
firmload.h
fss.c Pass B_PHYS when reading from device. Xbd(4) at least checks 2023-03-22 21:14:46 +00:00
fssvar.h
ipmi.c Ignore non-recoverable and critical limits smaller than the warning limits. 2023-03-22 13:00:54 +00:00
ipmivar.h
keylock.c
keylock.h
kloader.c Switch to kmem(9). 2021-10-11 14:25:05 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c
ldvar.h
led.c
led.h
lockstat.c fix various typos, mainly in comments, but also log messages, docs, game text. 2022-04-08 10:17:52 +00:00
lockstat.h lockstat(4): Membar audit. 2022-02-27 14:16:12 +00:00
md.c It is not sufficient to have a comment /* Sanity check the size. */, 2023-01-13 15:46:40 +00:00
md.h
md_root.c
midi.c midi(4): No need to take lock just for callout_halt. 2022-10-23 23:03:30 +00:00
midi_if.h
midi_mod.c Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
midi_seq_mod.c Include sequencer code conditionally. Fixes build for sparc and sparc64 2022-06-04 20:12:10 +00:00
midictl.c s/singled/single/ 2022-10-31 20:35:02 +00:00
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h Add missing double p and d for stopped and overriden accordingly. 2021-09-11 20:28:03 +00:00
nullcons_subr.c
radio.c Merge thorpej-cfargs2. 2021-08-07 16:18:40 +00:00
radio_if.h
random.c sys: Use preempt_point and preempt_needed, not open-coded versions. 2021-12-28 13:22:43 +00:00
sequencer.c sequencer.c: Nix trailing whitespace. 2023-10-17 09:59:46 +00:00
sequencer_mod.c Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +00:00
sequencervar.h
smbios.c fix typos in word "successful". 2021-09-16 22:19:10 +00:00
smbios_platform.c move the creation of machdep.smbios into platform_init(). 2022-11-25 22:17:20 +00:00
smbiosvar.h
spkr.c spkr(4): Avoid some overflow issues. 2023-03-31 15:00:26 +00:00
spkr_audio.c Remove unnecessary include of <sys/malloc.h>. 2022-09-24 23:16:02 +00:00
spkrio.h
spkrvar.h
veriexec.c veriexec(4): Omit needless device crud in veriexec.c. 2022-02-12 02:40:48 +00:00
veriexec.config
video.c video(9): Make softc argument mandatory for video_attach_mi. 2022-03-03 06:23:25 +00:00
video_if.h fix various typos in comments. 2022-07-05 20:15:40 +00:00
vnd.c Neither limit the number of requests for the page daemon. 2023-05-19 15:42:43 +00:00
vndvar.h