NetBSD/sys/dev
rin e868280e94 Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
..
acpi Don't hold up boot: defer acpibat(4) inquiry until threads are running. 2018-08-10 17:11:56 +00:00
adb Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
altmem Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
apm Remove unused macro. 2018-07-10 19:55:05 +00:00
arcbios
ata fix race in wd_lastclose() on systems with two ide disks on same 2018-08-10 22:43:22 +00:00
bi Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
bluetooth Factor out bus-independant HID code so that it can be shared by USB, bluetooth 2017-12-10 17:03:07 +00:00
bus_dma
cadence Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
cardbus Stop potential misuse of vendor names and USB vendor IDs in root hub 2018-04-09 16:21:09 +00:00
clk If setting rate on a clock with no set_rate function, and the desired rate 2018-06-12 23:08:37 +00:00
dec Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
dkwedge Support dump on wedges. 2018-05-12 10:33:06 +00:00
dm use some size_t, add whitespace between functions, rcsids. 2018-01-05 14:22:26 +00:00
dmover add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +00:00
drm remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
dtv s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ebus Make it compilable with AUDIODEBUG 2017-05-02 08:07:37 +00:00
eisa
fdt if the framebuffer address isn't page aligned, set fbi_fboffset appropriately 2018-07-23 00:51:40 +00:00
filemon Remove duplicate ; 2018-06-06 01:49:07 +00:00
flash s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
gpib Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
gpio Fix a paste-o that prevented the 2-pin interrupt messages from being 2018-06-01 13:42:14 +00:00
hdaudio s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
hdmicec Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
hid Fix HIDMS_DEBUG build 2018-05-25 15:52:45 +00:00
hil Remove auto-repeat key functions in WSKBD_RAW mode. 2017-04-08 17:04:56 +00:00
hpc Remove unused variable. 2018-07-21 18:11:09 +00:00
i2c Add TEA5767 FM radio driver. From Karuna Grewal. 2018-07-27 12:02:25 +00:00
i2o Add some #includes to make a few more header files compile. 2017-10-28 06:27:32 +00:00
ic Initialize some members in a mbuf which is on stack. 2018-07-25 07:55:44 +00:00
ieee1394 Listed UniNorth device is in fact the UniNorth 2 interface, rename. 2018-03-31 14:50:45 +00:00
if_ndis Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
ir Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
isa Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
isapnp move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() 2017-10-20 07:06:05 +00:00
iscsi Return temporary errors when the session is trying to recover the last 2018-03-04 07:39:45 +00:00
marvell Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
mca
microcode Constify the microcode variables used by BNX. This moves 38 pages of kernel 2018-06-03 10:01:21 +00:00
mii Add PMA/PMD control 2 register bit definitions. 2018-07-06 01:58:12 +00:00
mscp remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
mvme
nand s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
news
nor s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
ofisa move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() 2017-10-20 07:06:05 +00:00
ofw Retire ipkdb entirely. The option was removed from the config files 2018-07-15 05:16:40 +00:00
onewire
pad Fix typo in previous. mea culpa, mea culpa, mea maxima culpa 2018-01-26 23:36:01 +00:00
pci Fix two bugs for non-SERDES fiber. Tested on 82544EI(0x1009), 82545GM(0x1027), 2018-08-09 16:27:23 +00:00
pckbport Send the 'magic reverse engineered sequence' with a single sliced command, 2018-07-14 00:47:33 +00:00
pcmcia Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
podulebus move ata_queue_alloc(1) and ata_queue_free() calls to ata_channel_init() 2017-10-20 07:06:05 +00:00
ppbus Initialize some members in a mbuf which is on stack. 2018-07-25 07:55:44 +00:00
pud
putter add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +00:00
pwm Add kernel API for pwm channels. 2018-05-06 10:32:33 +00:00
qbus Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
raidframe Fix two mis-spellings in comments. No functional changes. 2018-06-09 21:18:41 +00:00
rasops remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
rcons
sbus Remove duplicate copies of the SET/CLR/ISSET macros. 2018-07-09 14:07:37 +00:00
scsipi Avoid undefined behavior in scsipiconf.h in _4ltol() and _4btol() 2018-07-04 03:17:01 +00:00
sdmmc Regen 2018-06-28 13:31:57 +00:00
smbus
spi Add four Winbond devices. 2018-01-31 16:00:03 +00:00
splash Only need to build stbi if options SPLASHSCREEN is defined 2017-12-09 13:25:38 +00:00
stbi a macro idiom used here triggers the GCC 6.4 ident checker. work around it. 2018-02-04 09:18:44 +00:00
std
sun update for GCC 6: 2018-02-08 10:52:05 +00:00
sysmon Add support for light sensors that report Illuminance in lux. 2018-05-27 01:39:00 +00:00
tc correct typo: and and -> and (comments only) 2018-03-30 22:54:36 +00:00
tprof Merge the tprof_pmi and tprof_amdpmi modules into a single tprof_x86 2018-07-24 09:47:35 +00:00
usb Add missing __KERNEL_RCSID. 2018-08-12 06:02:38 +00:00
videomode add quirk to find the native resolution on certain Iiyama monitors 2018-07-10 01:44:30 +00:00
virtio Do the previous in the way it probably should have been in the first place. 2018-07-16 02:36:39 +00:00
vme
wscons timespec_to_timespec50 - don't leak kernel memory in struct padding. 2018-06-14 10:30:55 +00:00
wsfb Fix cmap bounds checking. 2018-03-06 07:49:36 +00:00
wsfont Don't test for failure of malloc(...,M_WAITOK), it cannot fail 2017-11-04 08:33:28 +00:00
xmi
DEVNAMES Add TEA5767 FM radio driver. From Karuna Grewal. 2018-07-27 12:02:25 +00:00
Makefile Fix fallout from hid factorisation: 2017-12-10 20:38:13 +00:00
auconv.c Add all encoding supported by the mixer. 2018-06-23 03:18:49 +00:00
auconv.h Replace LINEARN_TO_LINEARN macro with individual optimized functions for 2017-12-16 16:09:36 +00:00
audio.c Using audioctl without the -p switch defaults to the mix ring. This allows 2018-05-22 01:35:49 +00:00
audio_dai.h Add APIs for linking dai devices and jack detection 2018-05-11 22:48:55 +00:00
audio_if.h
audiobell.c Don't keep writing data if an error has occurred. 2017-07-01 05:32:24 +00:00
audiobelldata.h The audio bell is now in 16 bit slinear format. 2017-05-27 10:54:47 +00:00
audiobellvar.h restore audiobell api 2016-12-09 13:26:11 +00:00
audiovar.h For the virtual stream it is required to insert silence. As these streams 2017-11-15 04:28:45 +00:00
aurateconv.c Fix typo in comment. 2017-08-07 13:30:51 +00:00
auvolconv.c
auvolconv.h
bio.c
biovar.h
ccd.c factor out the ccd COMPAT_60 code. 2018-03-18 20:33:52 +00:00
ccdvar.h factor out the ccd COMPAT_60 code. 2018-03-18 20:33:52 +00:00
cgd.c Add "bufq_fcfs" requirement to all those driver modules that explicitly 2018-01-23 22:42:29 +00:00
cgd_crypto.c Replace numeric block sizes with symbolic names, 2017-01-02 14:28:29 +00:00
cgd_crypto.h Replace numeric block sizes with symbolic names, 2017-01-02 14:28:29 +00:00
cgdvar.h
clock_subr.c
clock_subr.h s/static inline/static __inline/g for consistency. 2018-04-19 21:50:06 +00:00
clockctl.c
cninit.c
cons.c
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk Add verb to sentence. 2017-06-27 08:09:14 +00:00
dksubr.c Support dump on wedges. 2018-05-12 10:33:06 +00:00
dkvar.h Protect against multiple inclusion. 2017-11-01 19:15:31 +00:00
files.audio Include auvolconv.o in the audio driver, even if there are currently no 2017-05-30 02:21:11 +00:00
files.dev refactor wd and ataraid drivers to use common disk subroutines. 2017-11-01 19:34:45 +00:00
firmload.c
firmload.h
fss.c Add "bufq_fcfs" requirement to all those driver modules that explicitly 2018-01-23 22:42:29 +00:00
fssvar.h
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c
kttcpio.h
ld.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
ldvar.h make the sc_discard interface for the ld backend asynchronous and 2017-08-20 15:58:43 +00:00
led.c Use correct type with CTLTYPE_BOOL. 2018-01-10 15:58:40 +00:00
led.h Add a helper for exposing LED controls via sysctl. 2017-07-08 00:54:37 +00:00
lockstat.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
lockstat.h
md.c conditionally elide conditional for rump. 2018-03-03 19:26:12 +00:00
md.h
md_root.c
midi.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
midi_if.h
midictl.c remove checks for failure after memory allocation calls that cannot fail: 2017-06-01 02:45:05 +00:00
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
mulaw.c mulaw/alaw_to_linearN macros replaced with individual faster filters. 2017-12-27 00:12:06 +00:00
mulaw.h mulaw/alaw_to_linearN macros replaced with individual faster filters. 2017-12-27 00:12:06 +00:00
nullcons_subr.c
radio.c fixes for GCC 6.4: 2018-02-05 22:14:26 +00:00
radio_if.h
rnd_private.h
rndpseudo.c add fo_name so we can identify the fileops in a simple way. 2017-11-30 20:25:54 +00:00
sequencer.c Provisionally return to declaring midi_cd unconditionally. 2017-10-29 17:57:21 +00:00
sequencervar.h
spkr.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
spkr_audio.c Implement xxx_rescan() and xxx_childdet() functions; these will be 2017-06-11 21:54:22 +00:00
spkrio.h Add ioctls for setting and getting the beep volume. Currently only 2017-06-11 03:33:48 +00:00
spkrvar.h Implement xxx_rescan() and xxx_childdet() functions; these will be 2017-06-11 21:54:22 +00:00
veriexec.c
video.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
video_if.h
vnd.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
vndvar.h Tweak whitespace to make this definition more greppable. 2017-07-28 15:52:53 +00:00