NetBSD/sys/dev
skrll 127090f73c Fix "spurious event" when command ring rolls over.
When the enqueue pointer of command ring points at the last TRB,
address of Link TRB was stored in sc_command_addr.
It should be address of 0th TRB of ring.

From t-hash
2016-09-03 12:07:41 +00:00
..
acpi Enable DMA transfer. 2016-08-11 01:54:30 +00:00
adb Add us.dvorak keymap variant for ADB keyboards. Addresses PR 51255. 2016-06-20 00:05:58 +00:00
altmem Use C99-style initializers for struct dkdriver. 2015-04-26 15:15:19 +00:00
apm More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
arcbios
ata CID 1364758: Integer handling issues, avoid sign extension to 64 bits. 2016-08-05 06:54:22 +00:00
bi Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
bluetooth Curious typo, found by mootja 2016-08-15 08:20:11 +00:00
bus_dma
cadence Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
cardbus - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
clk Add basic clock device infrastructure. 2015-12-05 13:31:07 +00:00
dec Don't use a callout unnecessarily - especially not this early 2016-07-11 10:55:35 +00:00
dkwedge missed one exit path with the previous change. 2016-05-29 13:11:21 +00:00
dm KNF. No functional change. 2016-07-11 11:31:49 +00:00
dmover include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
drm
dtv
ebus
eisa - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
fdt If either "regulator-boot-on" or "regulator-always-on" properties are true, 2016-06-15 13:13:40 +00:00
filemon Take a reference on the (activity log) file itself, and not on the 2016-01-11 01:37:36 +00:00
flash
gpib - Use aprint*() instead of printf() in xxx_attach(). 2016-07-14 04:00:45 +00:00
gpio - Use aprint*() instead of printf() in xxx_attach(). 2016-07-14 04:00:45 +00:00
hdaudio get rid of HDAUDIO_FLAG_NO_STREAM_RESET hack 2015-12-23 12:45:06 +00:00
hdmicec add makefile for installing hdmicecio.h 2015-08-02 21:22:34 +00:00
hil
hpc include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
i2c Fix fractional temperature conversion. 2016-08-16 23:47:45 +00:00
i2o More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
ic fix a bunch of bugs & tpyos in chipsfb_mmap() so wsfb can actually work 2016-08-26 22:50:11 +00:00
ieee1394 Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
if_ndis Uninitialized var, found by brainy. FreeBSD fixed it this way four years 2016-08-15 08:40:23 +00:00
ir - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
isa - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
isapnp - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
iscsi Work around an issue with MSG_WAITALL that would block for too long by 2016-06-15 04:33:52 +00:00
marvell Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
mca - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
microcode This thing is completely buggy. There is a use-after-free and NULL pointer 2016-08-15 08:52:33 +00:00
mii KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
mscp Initialize disk_geom information, DIOCGPARTINFO relies on it. 2016-03-29 04:55:53 +00:00
mvme
nand include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
news
nor Size of erase block is 128 bytes when sector density (z) is zero. 2015-09-18 21:30:02 +00:00
ofisa Convert sys/dev to use <sys/rndsource.h>. 2015-04-13 16:33:23 +00:00
ofw Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
onewire
pad KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
pci regen. 2016-09-01 10:21:49 +00:00
pckbport Disambiguate debug message. 2015-07-16 15:01:04 +00:00
pcmcia - Use aprint() more in isic_pcmcia_attach(). 2016-07-14 09:27:14 +00:00
podulebus
ppbus Catch up with other networking changes (John D. Baker) 2016-05-08 03:11:33 +00:00
pud Replace DIOCGPART -> DIOCGPARTINFO which returns the data needed instead of 2015-12-08 20:36:14 +00:00
putter
qbus Apply pserialize to some iterations of IP address lists 2016-07-20 07:37:51 +00:00
raidframe provide an empty DPRINTF 2016-04-27 02:47:39 +00:00
rasops add "best match" algorithm to wsfont and use this instead of a private 2015-04-18 11:23:58 +00:00
rcons
sbus Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
scsipi uk(4) is safe to suspend, register it as such 2016-08-05 17:04:58 +00:00
sdmmc Fix incorrect sector counts with MMC. 2016-08-11 01:33:25 +00:00
smbus
spi Reset b_resid when tossing transfer with non-zero b_error. 2016-08-19 03:23:39 +00:00
splash Do not panic if the splash screen is bigger than the framebuffer 2016-04-25 22:26:50 +00:00
stbi PR/50686: David Binderman: fix memory leak 2016-01-21 17:17:53 +00:00
std src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
sun add FBTYPE_MGX 2016-05-07 15:28:57 +00:00
sysmon sysmon's components need to be MODULE_CLASS_DRIVER so they will get 2015-12-14 01:08:47 +00:00
tc TURBOchannel usb/gpio driver from Felix Deichmann 2016-08-11 09:05:42 +00:00
tprof include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
usb Fix "spurious event" when command ring rolls over. 2016-09-03 12:07:41 +00:00
videomode Parse the extension block count field, and make it available in struct edid_info 2014-11-17 00:46:04 +00:00
vme More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
wscons KNF. Remove extra spaces. No functional change. 2016-07-07 06:55:38 +00:00
wsfb Fix splashscreen on resolutions where text is centered. 2015-06-01 20:47:59 +00:00
wsfont include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
xmi
auconv.c
auconv.h
audio_if.h add a helper function to get the hw device_t from an audio_softc 2014-11-18 01:50:12 +00:00
audio.c - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
audiobell.c
audiobellvar.h
audiovar.h
aurateconv.c
auvolconv.c Fix soft volume audio distortion. OK jmcneil@. 2016-02-26 13:08:28 +00:00
auvolconv.h Add common audio converters for software volume control. Only supports 2014-11-18 01:53:17 +00:00
bio.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
biovar.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
ccd.c Create the kern.ccd sysctl sub-tree when built as a module. Even though 2016-08-07 02:40:41 +00:00
ccdvar.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
cgd_crypto.c Sprinkle const into cgd crypto API. 2015-04-25 12:55:04 +00:00
cgd_crypto.h Sprinkle const into cgd crypto API. 2015-04-25 12:55:04 +00:00
cgd.c Ignore return values when restoring what has just been undone. We're 2016-08-05 08:24:46 +00:00
cgdvar.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
clock_subr.c Fix leap year handling for years 2100 and greater. 2016-08-15 15:51:39 +00:00
clock_subr.h kill the macros that called the inlines bcdtobin and bintobcd and define 2014-11-20 16:26:34 +00:00
clockctl.c Simplify and fix the unload to destroy the mutex. To reproduce, configure 2016-01-06 18:06:38 +00:00
cninit.c
cons.c for some reason the previous commit causes ARCS firmware on sgimips64 to 2015-05-29 16:26:45 +00:00
cons.h
dev_verbose.c PR/50749: David Binderman: check bounds before dereference. 2016-02-03 05:29:43 +00:00
dev_verbose.h remove extra semicolons. 2015-11-13 01:37:19 +00:00
devlist2h.awk
DEVNAMES Added nvme(4) for Non-Volatile Memory Host Controller Interface devices. 2016-05-01 10:21:01 +00:00
dksubr.c CID 1362902: forward null 2016-06-27 18:27:51 +00:00
dkvar.h support deferral of diskstart to a separate thread. 2015-12-21 12:33:12 +00:00
files.audio Add common audio converters for software volume control. Only supports 2014-11-18 01:53:17 +00:00
files.dev Move dev/ definitions out of files.kern. 2015-08-21 02:18:18 +00:00
firmload.c PR 51184 David Binderman: simplify redundant conditional 2016-05-30 02:33:49 +00:00
firmload.h
fss.c Disestablish COW handler on error. No need to do further copies after 2016-07-31 12:17:36 +00:00
fssvar.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
keylock.c
keylock.h
kloader.c Move declaration of avail_start, avail_end to <machine/kloader.h> 2015-06-11 08:14:38 +00:00
kloader.h
kttcp.c Introduce m_set_rcvif and m_reset_rcvif 2016-06-10 13:27:10 +00:00
kttcpio.h
ld.c dk_ioctl already calls disk_ioctl. 2016-02-27 08:54:49 +00:00
ldvar.h move entropy gathering into dksubr. 2015-08-28 17:41:49 +00:00
lockstat.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
lockstat.h Fix non-cpu counter build. 2016-01-24 01:01:11 +00:00
Makefile Install hdmicecio.h 2015-08-02 11:09:05 +00:00
md_root.c Put back MEMORY_DISK_IMAGE logic, but use generated opt_memory_root_image.h 2015-08-30 05:24:03 +00:00
md.c Don't mutex_exit() if we didn't mutex_enter(). 2016-07-27 05:14:40 +00:00
md.h
midi_if.h fix some comments about MP midi. 2015-03-01 00:34:14 +00:00
midi.c - Use aprint*() more in xxx_attach(). 2016-07-14 10:19:05 +00:00
midictl.c Don't left-shift negative numbers by making them unsigned. 2015-08-28 13:04:29 +00:00
midictl.h
midisyn.c
midisynvar.h
midivar.h various clean ups for midi and sequencer: 2014-12-22 07:02:22 +00:00
mm.c Add mm_md_page_color hook and use to support better page coloring. 2016-07-11 16:13:28 +00:00
mm.h Add mm_md_page_color hook and use to support better page coloring. 2016-07-11 16:13:28 +00:00
mulaw.c
mulaw.h
nullcons_subr.c
radio_if.h
radio.c
rnd_private.h Move RND_EXTRACT_{ANY,GOOD} to rndpool.h whose API they are part of. 2015-04-14 13:14:20 +00:00
rndpseudo.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
sequencer.c include "ioconf.h" to get the 'void <driver>attach(int count);' prototype. 2015-08-20 14:40:16 +00:00
sequencervar.h various clean ups for midi and sequencer: 2014-12-22 07:02:22 +00:00
veriexec.c Rename verified_exec.c -> veriexec.c. 2015-12-09 18:25:32 +00:00
video_if.h
video.c
vnd.c Ignore return values when backing out of a "finish" sequence. There 2016-08-05 08:21:24 +00:00
vndvar.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00