NetBSD/sys/dev
thorpej 4ab2ed09dd Use vmem(9) rather than extent(9) to manage VME<->PCI address
translations.

While here, malloc(9) -> kmem(9), and fix a couple of things that
the newer compiler gripes about.
2023-12-05 15:58:32 +00:00
..
acpi acpiwmi(4): Fix abuse of char buffer for struct guid_t content. 2023-08-11 08:36:59 +00:00
adb fix few typos in comments and node description. 2022-10-06 19:38:54 +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 don't test arrays against NULL. 2023-08-01 07:58:41 +00:00
audio Fix output for big-endian hardware. 2023-10-01 09:34:28 +00:00
bi Eliminate use of IFF_OACTIVE. 2022-09-18 15:57:13 +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 s/MC_DFEAULTHZ/MC_DEFAULTHZ/ for alpha specific default rate definition. 2023-08-24 14:21:40 +00:00
dkwedge dk(4): Add locking notes. 2023-05-22 15:00:17 +00:00
dm fix various typos in comments and documentation, mainly in word "between". 2023-10-14 08:05:25 +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 Remove unneeded bus_space_barrier() calls. 2022-07-12 02:10:16 +00:00
fdt dw2c_fdt: Terminate statements by ; instead of , (from Mori Hiroki) 2023-07-31 04:59:47 +00:00
flash Fix typos: s/trough/through/ 2023-04-03 18:03:23 +00:00
gpib fix typos in documented error codes. 2023-08-19 17:32:02 +00:00
gpio Style changes. No functional change. 2023-11-24 15:13:35 +00:00
hdaudio hdafg(4): Do hotplug detection in kthread, not callout. 2023-07-18 13:35:57 +00:00
hdmicec
hid Improve hid matching. 2023-10-17 02:46:57 +00:00
hil Remove unused variable 2023-05-11 09:35:57 +00:00
hpc hpf1275a(4): Use config_detach_children. 2023-05-10 00:09:54 +00:00
hyperv rename sneaky snyc in hvtimesnyc_sample_verbose variable to sync. 2022-11-02 18:18:44 +00:00
i2c ihidev(4): Use iic_use_direct_match as intended. 2023-08-01 19:36:45 +00:00
i2o Make the I2O management cdevs MPSAFE. 2023-09-07 20:07:03 +00:00
ic eqos(4): Extend bitwidth of SYSBUS_MODE_{RD,WR}_OSR_LMT to 4bits. 2023-11-13 15:08:06 +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 cy_isa_probe(): No need to put a ~3KB cy_softc on the stack. 2023-11-20 04:26:34 +00:00
isapnp sb(4): Fix missing mutex initialization at isapnp and ofisa. 2023-04-18 06:37:25 +00:00
iscsi Adapt to bignum representation of target. 2023-11-25 10:08:27 +00:00
marvell marvell: Reconcile arm vs powerpc marvell_intr_establish. 2023-07-13 16:51:33 +00:00
mca Remove unnecessary include of <sys/malloc.h>. 2022-09-25 17:21:18 +00:00
microcode fix typos in comments, mainly s/innner/inner/. 2023-09-01 11:23:39 +00:00
mii miidevs: Regen. 2023-10-17 14:08:13 +00:00
mscp fix various typos in comments. 2022-04-07 19:33:37 +00:00
mvme s/progam/program/ in comment. 2021-12-05 07:21:59 +00:00
nand nandemulator(4): Use config_detach_children. 2023-05-10 00:11:16 +00:00
news
nor fix typos, mainly s/comand/command/ 2022-01-05 16:01:54 +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 PR kern/57088: 2023-10-10 19:21:38 +00:00
pad Revert to previous. 2023-05-27 14:51:47 +00:00
pci Use vmem(9) rather than extent(9) to manage VME<->PCI address 2023-12-05 15:58:32 +00:00
pckbport panic on an condition that shouldn't be possible. 2023-09-05 05:55:12 +00:00
pcmcia xirc(4): Use config_detach_children. 2023-05-10 00:12:20 +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
putter Change the kqueue filterops::f_isfd field to filterops::f_flags, and 2021-09-26 01:16:07 +00:00
pwm
qbus fix various typos in comments. 2023-08-01 21:26:27 +00:00
raidframe Make RF_INCLUDE_RAID6 build (needs more changes to make it work). 2023-10-15 18:15:19 +00:00
rasops s/littel/little/ mainly in copy pasted comments. 2022-05-29 10:43:19 +00:00
rcons s/depreciated/deprecated/g 2021-03-24 05:00:24 +00:00
sbus - make colour depth in fb mode configurable, default to 8bit 2023-07-19 10:22:15 +00:00
scsipi Fix condition for ending the pacet read loop. 2022-12-22 23:06:11 +00:00
sdmmc sdmmc: Only check chipset WP status for SD cards. 2023-04-29 13:21:31 +00:00
smbus
spi Split the BMP280 / BME280 driver into common code and create I2C and 2022-12-03 01:04:42 +00:00
splash
stbi s/interal/interval/ in comment. 2023-08-26 21:03:53 +00:00
std fix typos and wrong ISO/IEC standard number in reference description. 2021-10-13 21:49:10 +00:00
sun sunkbd(4): Convert to ttylock/ttyunlock. 2022-10-26 23:47:55 +00:00
sysmon A driver for the Bosch BMP280 / BME280 temperature, humidity and 2022-11-21 21:24:00 +00:00
tc Remove unnecessary include of <sys/malloc.h>. 2022-09-25 21:27:39 +00:00
tprof KNF. No functional change. 2023-04-11 10:07:12 +00:00
usb Undo the DPRINTFN part of the last commit. It breaks i386 at least 2023-11-06 12:16:52 +00:00
videomode Remove unnecessary include of <sys/malloc.h>. 2022-09-25 21:27:39 +00:00
virtio virtio(4): Fix byte order of DMA data for armeb in the same manner as 2023-07-07 07:19:36 +00:00
vme Manage VME address space using vmem(9) rather than extent(9). 2023-12-04 01:49:29 +00:00
vmt Removed little endian dependencies. 2021-03-27 21:23:14 +00:00
wscons wsemul_vt100_subr: fix comment - CPR is not DSR 2023-08-03 22:11:41 +00:00
wsfb genfb: Handle uninitialized softc in genfb_enable/disable_polling. 2022-08-01 23:30:10 +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 Remove uscanner(4) driver 2021-06-29 10:22:33 +00:00
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 sys/dev/ccd.c: Restore historic RCS id. 2022-03-28 12:48:35 +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 Rework the xxxVERBOSE option to share the common module-hook-based 2021-06-29 21:03:36 +00:00
dev_verbose.h Rework the xxxVERBOSE option to share the common module-hook-based 2021-06-29 21:03:36 +00:00
devlist2h.awk devlist2h.awk: Nix trailing whitespace. 2021-06-30 17:34:03 +00:00
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 Combine the midi and sequencer modules into a single midi_seq module 2022-06-04 03:31:10 +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 ld(4): Block requests while suspended until resumed. 2021-05-30 11:24:02 +00:00
ldvar.h ld(4): Block requests while suspended until resumed. 2021-05-30 11:24:02 +00:00
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 smbios: Add character device for accessing SMBIOS tables 2021-07-24 11:39:18 +00:00
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 Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
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