NetBSD/sys/dev
jmcneill f092d0ca97 Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishing
interrupts directly using an interrupt controller's phandle and specifier.
2018-09-06 22:54:05 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
bi Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
bluetooth Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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
dtv Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ebus
eisa
fdt Add fdtbus_intr_establish_raw and fdtbus_intr_str_raw, for establishing 2018-09-06 22:54:05 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
hil Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
hpc Remove unused variable. 2018-07-21 18:11:09 +00:00
i2c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
i2o Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ic Retire the 'midway' driver. Discussed on tech-net@ recently and also three 2018-09-06 05:36:49 +00:00
ieee1394 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ir Use C99 initializer for filterops 2017-10-25 08:12:37 +00:00
isa Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
mca Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
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
mvme Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ofw Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
onewire
pad Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
pci Fix a bug that ixgbe_mq_start(an if_transmit function) returned wrong 2018-09-06 08:20:12 +00:00
pckbport Send the 'magic reverse engineered sequence' with a single sliced command, 2018-07-14 00:47:33 +00:00
pcmcia Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
podulebus Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ppbus Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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
rcons
sbus Retire the 'midway' driver. Discussed on tech-net@ recently and also three 2018-09-06 05:36:49 +00:00
scsipi Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
sdmmc Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
smbus
spi Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
wsfb Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
wsfont Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
xmi
auconv.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
auconv.h Replace LINEARN_TO_LINEARN macro with individual optimized functions for 2017-12-16 16:09:36 +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
audio.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
audiobell.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
audiobelldata.h
audiobellvar.h
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 Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
auvolconv.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
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_crypto.c
cgd_crypto.h
cgd.c Add "bufq_fcfs" requirement to all those driver modules that explicitly 2018-01-23 22:42: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
DEVNAMES Add TEA5767 FM radio driver. From Karuna Grewal. 2018-07-27 12:02:25 +00:00
dksubr.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
dkvar.h Protect against multiple inclusion. 2017-11-01 19:15:31 +00:00
files.audio
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 two new states FSS_CREATING and FSS_DESTROYING and use them 2018-08-29 09:04:40 +00:00
fssvar.h Add two new states FSS_CREATING and FSS_DESTROYING and use them 2018-08-29 09:04:40 +00:00
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
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
lockstat.h
Makefile Fix fallout from hid factorisation: 2017-12-10 20:38:13 +00:00
md_root.c
md.c conditionally elide conditional for rump. 2018-03-03 19:26:12 +00:00
md.h
midi_if.h
midi.c Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h". 2017-10-28 03:47:24 +00:00
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mm.h
mulaw.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +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_if.h
radio.c fixes for GCC 6.4: 2018-02-05 22:14:26 +00:00
rnd_private.h
rndpseudo.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
sequencer.c Provisionally return to declaring midi_cd unconditionally. 2017-10-29 17:57:21 +00:00
sequencervar.h
spkr_audio.c Implement xxx_rescan() and xxx_childdet() functions; these will be 2017-06-11 21:54:22 +00:00
spkr.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29: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_if.h
video.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
vnd.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
vndvar.h Tweak whitespace to make this definition more greppable. 2017-07-28 15:52:53 +00:00