NetBSD/sys/dev
msaitoh 847f10c49c - 88E1000(S) has no page select register, so don't access it.
Note that qemu doesn't implement the register and the access fails.
  For I210, we can use the register.
- Don't set PSCR_CRS_ON_TX bit on I210.
2019-03-25 05:39:51 +00:00
..
acpi - Almost all ppbreg.h's definitions are also in pcireg.h. Remove duplicated 2019-03-01 09:25:59 +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 The NCQ support added a private request queue to the wd driver. This 2019-03-19 16:56:29 +00:00
bi Implement the BPF direction filter (BIOC[GS]DIRECTION). It provides backward 2018-06-26 06:47:57 +00:00
bluetooth Use C99 style struct initializer to audio_hw_if. 2019-03-16 12:09:56 +00:00
bus_dma
cadence Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
cardbus Catch up with MI pci changes to fix compile error. 2019-03-05 08:16:53 +00:00
clk Make "put" clk func optional 2019-01-30 01:20:47 +00:00
dec Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
dkwedge add support to detect the 3 vmware GPT partition types: 2018-11-06 04:04:33 +00:00
dm Only _if_ an inactive table has been loaded, make it active when resuming. 2018-11-11 10:21:11 +00:00
dmover Introduce PR_ZERO to avoid open-coding memset()s everywhere. OK riastradh@. 2019-02-10 17:13:33 +00:00
drm
dtv Pass 0xff instead of true to memset when setting "all PIDs" mode in the PID filter 2019-02-24 12:05:49 +00:00
ebus Use C99 style struct initializer to audio_hw_if. 2019-03-16 12:09:56 +00:00
eisa
fdt Add support for Arasan SDHCI 5.1 2019-03-13 12:17:45 +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 Add missing FALLTHROUGH in gpib/mt.c 2019-02-24 20:54:13 +00:00
gpio Merge the [pgoyette-compat] branch 2019-01-27 02:08:33 +00:00
hdaudio s/1 << 31/1u << 31/. 2019-01-07 01:03:05 +00:00
hdmicec Kill some more extern struct cfdriver declarations. 2017-10-28 04:53:54 +00:00
hid Correctly handle signed/unsigned quantities in kernel HID parser. 2018-11-15 23:01:45 +00:00
hil Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
hpc Clarify the comment in the "unconst" version of hpckbd_keymap_setup. 2018-09-18 14:57:32 +00:00
hyperv Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes 2019-03-05 08:25:01 +00:00
i2c delete unused variable 2019-03-17 01:47:57 +00:00
i2o Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
ic ensure the device's UVM pager object is present before using uvm_pageratop 2019-03-17 04:03:17 +00:00
ieee1394 Fix fwdma_free() for when bus_dmamap_unload() clobbers the dmamap. 2018-12-13 16:38:26 +00:00
ir Add comments about D_MPSAFE to functions called as struct linesw.l_ioctl. 2019-01-24 09:33:03 +00:00
isa Use C99 style struct initializer to audio_hw_if. 2019-03-16 12:09:56 +00:00
isapnp Use C99 style struct initializer to audio_hw_if. 2019-03-16 12:09:56 +00:00
iscsi fix FALLTRHOUGH spell-o. 2019-02-01 08:33:29 +00:00
marvell s/pakcet/packet/ in comment. 2019-03-18 11:38:03 +00:00
mca Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +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 - 88E1000(S) has no page select register, so don't access it. 2019-03-25 05:39:51 +00:00
mscp
mvme Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
nand add fallthru comments, and a comment this code needs attention 2019-02-05 08:02:19 +00:00
news
nor memset(0) the structure, not the pointer itself, and what ever 2019-02-06 04:20:40 +00:00
nvmm Make it possible for an emulator to set the protection of the guest pages. 2019-03-21 20:21:40 +00:00
ofisa Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
ofw Remove very old IFF_NOTRAILERS flag. 2019-02-05 06:17:00 +00:00
onewire
pad pad(4) mixer has only 1 channel, so return EINVAL in the case other than 1. 2018-09-25 06:55:23 +00:00
pci Pass error status to the upper layer in wm_gmii_{i82544,i80003}*(). 2019-03-25 05:32:01 +00:00
pckbport Support more ALPS V2 devices 2019-03-16 03:27:15 +00:00
pcmcia Centralize ETHER_ALIGN into net/if_ether.h. Note that this commit also changes 2019-03-05 08:25:01 +00:00
podulebus Clean up initialization of com_regs structure, in preparation for 2018-12-08 17:46:09 +00:00
ppbus Remove the 'copy' argument from m_devget(), unused. While here rename 2018-11-15 10:56:29 +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 Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
rasops Fix whitespace. (In the source code, not in the functionality.) 2019-03-01 23:20:13 +00:00
rcons
sbus Use C99 style struct initializer to audio_hw_if. 2019-03-16 12:09:56 +00:00
scsipi Set disk product name as disk type. The information can be queried through 2019-03-19 06:59:40 +00:00
sdmmc Provide CID data (manufacturer/product id/product name) as disk type. 2019-03-19 07:08:43 +00:00
smbus
spi More input validation. Fix off-by-1 for size limit. 2019-03-09 07:53:12 +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 apply patches from PR 49639 2019-01-21 06:23:17 +00:00
sysmon Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
tc Use C99 style struct initializer to audio_hw_if. 2019-03-16 12:09:56 +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 use sc_lock not sc_access_lock to check UHIDEV_OPEN. 2019-03-23 02:19:31 +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 allocate wsdisplay type 66 for ssdfb(4) 2019-03-17 00:30:55 +00:00
wsfb Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
wsfont Define missing HAVE_FONT for newcomers. 2019-03-17 09:54:06 +00:00
xmi
DEVNAMES Remove the satlink driver. It was disabled everywhere, had no man page and 2019-01-27 08:53:28 +00:00
Makefile Hook spi. 2019-02-24 02:30:38 +00:00
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.c remove dated comment that was handled with audiomp or later. 2019-02-27 02:27:38 +00:00
audio_dai.h include less headers, just the right one, suggested by thorpej 2018-11-19 10:14:40 +00:00
audio_if.h
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 Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
biovar.h
ccd.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +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
cgd_crypto.h
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 Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
cninit.c
cons.c
cons.h
dev_verbose.c
dev_verbose.h
devlist2h.awk
dksubr.c fix the disklabel sanity check coversion for case when both disklabel 2019-01-07 22:35:55 +00:00
dkvar.h Protect against multiple inclusion. 2017-11-01 19:15:31 +00:00
files.audio
files.dev Make ipmi driver available to other platforms. 2018-12-25 11:56:13 +00:00
firmload.c
firmload.h
fss.c Make FSS_ERROR a flag to prevent bogus fscow_disestablish() after error. 2019-02-20 10:03:25 +00:00
fssvar.h Make FSS_ERROR a flag to prevent bogus fscow_disestablish() after error. 2019-02-20 10:03:25 +00:00
ipmi.c Be more verbose about the IPMI device. 2018-12-28 12:44:15 +00:00
ipmivar.h Be more verbose about the IPMI device. 2018-12-28 12:44:15 +00:00
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c Replace M_ALIGN and MH_ALIGN by m_align. 2018-12-22 14:28:56 +00:00
kttcpio.h
ld.c Let backend provide a disk type. The information can be queried through 2019-03-19 07:01:14 +00:00
ldvar.h Let backend provide a disk type. The information can be queried through 2019-03-19 07:01:14 +00:00
led.c Use correct type with CTLTYPE_BOOL. 2018-01-10 15:58:40 +00:00
led.h
lockstat.c
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
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c appease the gcc7 fallthru checker. 2019-02-05 11:33:13 +00:00
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.c fixes for GCC 6.4: 2018-02-05 22:14:26 +00:00
radio_if.h
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.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
spkr_audio.c
spkrio.h
spkrvar.h
veriexec.c
video.c Rename min/max -> uimin/uimax for better honesty. 2018-09-03 16:29:22 +00:00
video_if.h
vnd.c Rename the MODULE_*_HOOK() macros to MODULE_HOOK_*() as briefly 2019-03-01 11:06:55 +00:00
vndvar.h Add flag to enforce file I/O even when bmap/strategy would be possible. 2018-10-07 11:51:26 +00:00