NetBSD/sys/dev
tnn 89c65183f5 conditionally put back the include of <uvm/uvm_page.h>
This is a kludge to fix the build on some ports. According to pmap(9),
including <uvm/uvm_extern.h> should be sufficient to use
"bool pmap_is_modified(struct vm_page *pg)". However, on several ports,
the function is implemented as a macro and depends on implementation
details of "struct vm_page *", which is normally an incomplete forward
declaration only. XXX revert when all ports are fixed.
2021-08-06 18:15:48 +00:00
..
acpi acpi_timer: use ACPI-Fast if WAET timer one read flag is set 2021-07-25 01:43:08 +00:00
adb Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
altmem
apm Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
arcbios Avoid use of CALLFRAME_S0 on calling ARC BIOS functions. 2020-05-30 03:16:31 +00:00
ata Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
audio need <sys/param.h> for COHERENCY_UNIT 2021-07-21 06:35:44 +00:00
bi Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
bluetooth Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
bus_dma Fix some more uvm.h cleanup fallout. 2020-09-06 15:27:22 +00:00
cadence Use prop_data_value (not prop_data_data_nocopy) 2020-06-28 12:43:00 +00:00
cardbus Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
clk
dec Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
dkwedge Swap and Dump uses DEV_BSIZE units. Translate from device sectors like 2021-08-04 21:44:41 +00:00
dm Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
dmover
drm
dtv #include <sys/param.h> for COHERENCY_UNIT and some KNF while I'm here. 2021-07-24 07:48:38 +00:00
ebus
eisa - Remove unused <sys/malloc.h> include. 2021-07-27 01:18:04 +00:00
fdt Fix 32-bit build. 2021-06-26 10:43:52 +00:00
flash Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
gpib s/threshhold/threshold 2021-07-31 20:29:36 +00:00
gpio Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
hdaudio Regen for new sys/dev/devlist2h.awk 2021-06-29 21:04:02 +00:00
hdmicec
hid need <sys/param.h> for COHERENCY_UNIT 2021-07-21 06:35:44 +00:00
hil Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
hpc s/dependend/dependent/ 2021-07-31 20:51:32 +00:00
hyperv if_attach and if_initialize cannot fail, don't test return value 2021-06-16 00:21:17 +00:00
i2c ssdfb: revert rev 1.14 2021-08-05 22:31:20 +00:00
i2o Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
ic conditionally put back the include of <uvm/uvm_page.h> 2021-08-06 18:15:48 +00:00
ieee1394 Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
ir Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
isa fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
isapnp Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
iscsi Provide missing file ops. Before a simple read() would panic the kernel. 2021-06-06 10:40:14 +00:00
marvell fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
mca Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
microcode Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
mii Regen for new sys/dev/devlist2h.awk 2021-06-29 21:04:02 +00:00
mscp Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
mvme Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
nand Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
news
nor Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
nvmm be sure to only access vcpu if it was initialised. 2021-04-12 09:22:58 +00:00
ofisa Allow devices to declare themselves an "ofisa_subclass", allowing 2021-04-30 02:13:15 +00:00
ofw - Define a device call for PCI bus instances to fetch a direct child's 2021-05-12 23:22:32 +00:00
onewire Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
pad pad(4): Explain what's wrong with using device pointers like this. 2021-06-14 18:44:53 +00:00
pci Fix locking against myself reported by rin@n.o. 2021-08-03 01:08:18 +00:00
pckbport fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
pcmcia if_attach and if_initialize cannot fail, don't test return value 2021-06-16 00:21:17 +00:00
podulebus Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
ppbus Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
pud
putter Use sel{record,remove}_knote(). 2020-12-18 02:54:34 +00:00
pwm
qbus fix typos in word "otherwise". 2021-08-01 15:29:29 +00:00
raidframe Accidentally commited some other changes that weren't quite ready. Add 2021-08-02 22:37:29 +00:00
rasops Remove pointless cast; dp is already uint32_t *. 2020-07-02 07:49:44 +00:00
rcons s/depreciated/deprecated/g 2021-03-24 05:00:24 +00:00
sbus Associate the OpenBoot / OpenFirmware node with attached devices 2021-05-10 23:53:44 +00:00
scsipi if_attach and if_initialize cannot fail, don't test return value 2021-06-16 00:21:17 +00:00
sdmmc Use unsigned to avoid undefined behavior in sdmmc_mem_sd_switch(). 2021-08-03 07:54:39 +00:00
smbus
spi ssdfb: fix some constant names. NFC because the same cmd code is used 2021-08-05 19:17:22 +00:00
splash
stbi
std Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sun Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
sysmon Use sel{remove,record}_knote(). 2020-12-18 01:46:39 +00:00
tc A small bit of const poisoning. 2021-05-07 16:55:58 +00:00
tprof tprof: Use percpu rather than a MAXCPUS-element array. 2020-11-27 20:10:25 +00:00
usb fix various typos in comments and log messages. 2021-08-02 12:56:22 +00:00
videomode
virtio Add virtio mmio probe function 2021-02-05 21:25:36 +00:00
vme Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
vmt Removed little endian dependencies. 2021-03-27 21:23:14 +00:00
wscons fix the NetBSD tag. 2021-06-07 16:37:34 +00:00
wsfb Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
wsfont add an ioctl() to get a list of fonts currently available via wsfont 2021-04-24 00:15:37 +00:00
xmi Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
DEVNAMES Remove uscanner(4) driver 2021-06-29 10:22:33 +00:00
Makefile Use HAVE_NVMM for nvmm headers 2020-09-27 11:57:28 +00:00
bio.c malloc(9) -> kmem(9) 2020-12-19 01:12:21 +00:00
biovar.h
ccd.c Fix ioctl locking. Add dkdriver. 2020-10-06 18:45:23 +00:00
ccdvar.h
cgd.c Fix whitespace. 2020-08-01 02:15:49 +00:00
cgd_crypto.c Split aes_cbc_* and aes_xts_* into their own header files. 2020-07-25 22:14:35 +00:00
cgd_crypto.h cgd(4): Align IVs on the stack. 2020-06-29 23:36:06 +00:00
cgdvar.h Constify. 2020-06-13 22:15:57 +00:00
clock_subr.c
clock_subr.h
clockctl.c
cninit.c cninit - don't reset cn_tab on entry. 2020-07-29 01:55:58 +00:00
cons.c
cons.h
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 dk_start(): retry device-dependent start() routine later, also when it 2021-04-15 00:32:50 +00:00
dkvar.h
files.audio
files.dev Separate MI smbios interface from MD specific code. 2021-07-21 23:16:08 +00:00
firmload.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
firmload.h
fss.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +00:00
fssvar.h
ipmi.c ipmi(4): Tidy up ipmi_thread a little. 2021-06-15 00:20:33 +00:00
ipmivar.h
keylock.c
keylock.h
kloader.c Add containment for the cloning devices hack in vn_open. 2021-06-29 22:40:53 +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 Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
lockstat.h
md.c Remove extra semicolon. 2020-05-14 08:34:17 +00:00
md.h
md_root.c
midi.c midi_attach_mi(): Be explicit about using the "midibus" interface attribute, 2021-04-26 21:54:56 +00:00
midi_if.h
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
nullcons_subr.c
radio.c Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
radio_if.h
random.c /dev/random: Fix nonblocking read. 2021-01-13 23:54:21 +00:00
sequencer.c Use sel{record,remove}_knote(). 2020-12-19 01:18:58 +00:00
sequencervar.h
smbios.c build fix 2021-07-24 22:33:23 +00:00
smbios_platform.c x86's platform.c no longer has any x86 specific code in it, so move it to 2021-07-21 23:26:15 +00:00
smbiosvar.h smbios: Add character device for accessing SMBIOS tables 2021-07-24 11:39:18 +00:00
spkr.c Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
spkr_audio.c Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
spkrio.h
spkrvar.h Rework about the rest note in speaker(4). 2021-04-03 04:10:30 +00:00
veriexec.c fix proplib deprecation 2021-06-21 03:04:27 +00:00
veriexec.config
video.c Merge thorpej-cfargs branch: 2021-04-24 23:36:23 +00:00
video_if.h Support VIDIOC_G_PARM/VIDIOC_S_PARM 2020-05-22 11:23:51 +00:00
vnd.c Fix all remaining typos, mainly in comments but also in few definitions and log messages, reported by me in PR kern/54889. 2021-07-24 21:31:31 +00:00
vndvar.h