NetBSD/sys/dev
sborrill a39749b012 Only need to set brightness if reading the initial state fails
to sync firmware and the driver. Avoids black screen at boot time.
Thanks to jmcneill@
2020-06-30 13:14:21 +00:00
..
acpi Only need to set brightness if reading the initial state fails 2020-06-30 13:14:21 +00:00
adb Revert previous for now: 2020-04-16 23:29:52 +00:00
altmem
apm
arcbios Avoid use of CALLFRAME_S0 on calling ARC BIOS functions. 2020-05-30 03:16:31 +00:00
ata disable downgrade of ATA mode from DMA, as generally not relevant 2020-05-25 19:05:30 +00:00
audio Fix suspend/resume. 2020-05-29 03:09:14 +00:00
bi
bluetooth Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
bus_dma
cadence Use prop_data_value (not prop_data_data_nocopy) 2020-06-28 12:43:00 +00:00
cardbus pmf-powerdown == false --> pmf-no-powerdown == true 2020-06-12 15:34:20 +00:00
clk
dec s/le_de_subr/le_dec_subr/ in comment. 2019-12-27 09:47:55 +00:00
dkwedge dkwedge_add: Allow for expanding the size of an existing wedge without 2020-05-24 14:40:21 +00:00
dm dm: #if0 target's ->upcall() handler 2020-01-21 16:27:53 +00:00
dmover
drm
dtv allocate memory for dtv_ts_section using kmem_alloc() in dtv_demux_read(), 2020-05-30 13:15:10 +00:00
ebus
eisa Remove FDDI support. 2020-01-20 18:38:17 +00:00
fdt i2c-indirect-config == false --> i2c-no-indirect-config == true 2020-06-12 03:32:30 +00:00
flash s/lenght/length/ 2019-12-26 04:53:11 +00:00
gpib This driver is incomplete and doens't even compile, but make it 2020-05-25 19:01:15 +00:00
gpio Cleanup i2c bus acquire / release, centralizing all of the logic into 2019-12-22 23:23:29 +00:00
hdaudio Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
hdmicec
hid For usb keyboards with encoding *.swapctrlcaps, keep KS_Cmd1 on the same 2020-04-24 13:29:46 +00:00
hil
hpc
hyperv vmbus(4): Do not call hyperv_dma_alloc() in interrupt context. 2020-05-26 16:08:55 +00:00
i2c Check the return value of iic_acquire_bus(). This function may fail. 2020-06-29 09:24:07 +00:00
i2o in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
ic constify, NFCI 2020-06-27 17:07:49 +00:00
ieee1394 Adopt <net/if_stats.h>. 2020-01-29 06:17:07 +00:00
ir
isa rearrange to avoid allocating softc on stack in ug_isa_match() 2020-06-24 19:24:44 +00:00
isapnp Remove rounding by 4 bytes on round_blocksize(). 2020-02-29 05:51:10 +00:00
iscsi avoid the use of UVM internals in the iscsi ioctl code. 2020-06-21 23:08:16 +00:00
marvell mvcesa(4): Don't use prev msg's last block as IV for next msg in CBC. 2020-06-14 23:29:23 +00:00
mca Correctly spell "count". 2020-04-08 04:32:14 +00:00
microcode No longer depend on libl. 2020-06-29 06:39:38 +00:00
mii Regen. 2020-06-23 14:35:59 +00:00
mscp
mvme in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
nand s/lenght/length/ 2019-12-26 04:53:11 +00:00
news
nor
nvmm Register NVMM as an actual pseudo-device. Without PMF handler, to 2020-06-25 17:01:19 +00:00
ofisa
ofw Remove !cold KASSERT - it does not compile on all kernels, and it is not the 2020-06-26 10:14:32 +00:00
onewire Only include opt_xxx.h headers when _KERNEL_OPT is defined. 2020-04-14 15:36:02 +00:00
pad Make start_input/halt_input optional if the driver has no recording, 2020-02-23 04:02:45 +00:00
pci prop_data_data_nocopy -> prop_data_value 2020-06-27 13:32:00 +00:00
pckbport synaptics: Don't reset the device multiple times in succession 2020-05-14 18:06:58 +00:00
pcmcia Use ifmedia_fini(). 2020-02-04 05:44:14 +00:00
podulebus
ppbus add a config fragment to include all ppbus devices to make it simpler 2020-02-04 21:09:03 +00:00
pud
putter
pwm
qbus Revert previous for now: 2020-04-16 23:29:52 +00:00
raidframe Nix trailing whitespace. 2020-06-20 18:30:53 +00:00
rasops Fix "Alignment Fault 3" kernel failure of NetBSD/zaurus 8.1 GENERIC. 2019-11-02 01:14:57 +00:00
rcons
sbus Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
scsipi Nix trailing whitespace. 2020-06-29 23:04:56 +00:00
sdmmc Make this work on big endian machines 2020-06-23 10:09:33 +00:00
smbus
spi Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
splash
stbi
std
sun Change proc_lock -> &proc_lock. 2020-05-24 10:42:27 +00:00
sysmon Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
tc Remove FDDI support. 2020-01-20 18:38:17 +00:00
tprof Enable the cycle counter when a CPU hatches and store an estimate of the 2020-03-30 11:38:29 +00:00
usb mark several init-only functions as noinline to avoid bumping into the 2020-06-27 14:34:45 +00:00
videomode Fix uninitialized variable. There may not be a TYPE_ASCII block. Found by 2020-01-25 15:59:11 +00:00
virtio
vme in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
wscons Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
wsfb Update for proplib(3) API changes. 2020-06-11 02:32:06 +00:00
wsfont Update Spleen kernel fonts to version 1.8.0, bringing the following 2020-06-29 09:45:35 +00:00
xmi
DEVNAMES Remove uyap, USB YAP phone firmware loader. 2020-05-16 13:46:10 +00:00
Makefile Remove filemon(4). 2020-01-19 20:41:17 +00:00
bio.c in many device attach paths, allocate memory with M_WAITOK instead of M_NOWAIT 2019-11-10 21:16:21 +00:00
biovar.h
ccd.c uvm_availmem(): give it a boolean argument to specify whether a recent 2020-06-11 19:20:42 +00:00
ccdvar.h
cgd.c cgd(4): Align IVs on the stack. 2020-06-29 23:36:06 +00:00
cgd_crypto.c New cgd cipher adiantum. 2020-06-29 23:44:01 +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 Pull in <sys/stdbool.h>. 2020-01-01 23:07:38 +00:00
clockctl.c Explicitly cast pointers to uintptr_t before casting to enums. They are 2020-02-21 00:26:21 +00:00
cninit.c
cons.c Restore historical $Hdr$ tag after git cvsexportcommit nixed it. 2019-12-06 04:15:38 +00:00
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk
dksubr.c Add a flag to dk_dump for virtual disk devices. 2020-03-01 03:21:54 +00:00
dkvar.h Add a flag to dk_dump for virtual disk devices. 2020-03-01 03:21:54 +00:00
files.audio defopt -> defparam (oops) 2020-01-25 19:22:05 +00:00
files.dev Rewrite entropy subsystem. 2020-04-30 03:28:18 +00:00
firmload.c
firmload.h
fss.c UVM locking changes, proposed on tech-kern: 2020-02-23 15:46:38 +00:00
fssvar.h
ipmi.c
ipmivar.h
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c
kttcpio.h
ld.c constify 2020-04-13 08:05:02 +00:00
ldvar.h
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 Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
midi_if.h
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
nullcons_subr.c
radio.c
radio_if.h
random.c Omit needless comment. 2020-05-08 16:05:36 +00:00
sequencer.c Move proc_lock into the data segment. It was dynamically allocated because 2020-05-23 23:42:41 +00:00
sequencervar.h
spkr.c
spkr_audio.c
spkrio.h
spkrvar.h
veriexec.c
veriexec.config
video.c Support VIDIOC_G_PARM/VIDIOC_S_PARM 2020-05-22 11:23:51 +00:00
video_if.h Support VIDIOC_G_PARM/VIDIOC_S_PARM 2020-05-22 11:23:51 +00:00
vnd.c pass b_flags B_PHYS and B_RAW when setting up the buf for underlying device 2020-04-23 09:40:08 +00:00
vndvar.h