NetBSD/sys/dev
jmcneill 89caa1f480 support 24bpp framebuffers 2015-03-20 21:55:46 +00:00
..
acpi handle unknown values. Also BIF_UNIT is an enum, not a bitmask. 2014-12-31 22:01:01 +00:00
adb aprint_*-ize 2014-11-08 17:21:51 +00:00
altmem Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
apm Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
arcbios Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
ata We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
bi
bluetooth Added quirk for ELECOM M-XG2BB. 2014-12-13 19:28:55 +00:00
bus_dma
cadence Initial Zynq (Xilinx) support 2015-01-23 12:34:09 +00:00
cardbus Fix i386 CARDBUS build. 2014-10-17 20:52:00 +00:00
dec Patches from Björ Johannesson to fix DEC LK201 keyboards, this time 2015-01-02 21:32:26 +00:00
dkwedge Look at the bzb flags to mark partition as swap. Requested by John D. Baker. 2015-01-24 02:58:56 +00:00
dm disk_blocksize and disk_set_info relay the same information 2014-12-31 08:24:50 +00:00
dmover Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
drm
dtv IPL_VM -> IPL_SCHED to avoid taking kernel lock 2014-08-09 13:34:10 +00:00
ebus
eisa src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
filemon Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
flash Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
gpib We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
gpio Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
hil
hpc Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
i2c i2c devices don't actually have a dependency on "iic" (the bus driver) 2015-03-07 14:16:51 +00:00
i2o Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
ic KNF police 2015-03-14 13:45:43 +00:00
ieee1394 No reason not to make the string const. 2014-11-21 23:37:25 +00:00
if_ndis Remove redundant test for rl == NULL, that's already established 2014-09-01 19:46:55 +00:00
ir Replace callout_stop with callout_halt 2014-11-16 16:20:00 +00:00
isa We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
isapnp
iscsi Revert and add comment that this dance is for the sake of builtin module 2015-02-21 17:14:37 +00:00
marvell sizeof doesn't evaluate the expression, so increment of rxd doesn't 2015-01-11 22:59:57 +00:00
mca We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
microcode src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
mii add RTL8211F support 2015-03-04 18:21:00 +00:00
mscp We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
mvme Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
nand
news
nor Add some NOR_VERBOSE ifdefs for static functions only used in that case. 2014-07-24 23:25:53 +00:00
ofisa
ofw make more drivers use disk_ioctl, and add a dev parameter to it so that 2014-12-31 19:52:04 +00:00
onewire Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
pad Add common audio converters for software volume control. Only supports 2014-11-18 01:53:17 +00:00
pci regen. 2015-03-20 14:27:06 +00:00
pckbport Fix clickpad button detection (From Rhialto) 2015-03-04 22:58:35 +00:00
pcmcia Replace callout_stop with callout_halt 2014-11-16 16:20:00 +00:00
podulebus
ppbus PR/49281: John D. Baker: fix debugging format 2014-10-14 01:04:39 +00:00
pud
putter Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
qbus We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
raidframe Also print b_error in the IO Error message 2015-01-03 11:48:04 +00:00
rasops Don't leak f on failure. Noted by maxv@. 2014-08-18 03:59:27 +00:00
rcons
sbus implement WSDISPLAYIO_*CMAP and WSDISPLAYIO_GET_FBINFO ioctl()s 2015-01-06 17:41:30 +00:00
scsipi We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
sdmmc fix to simulate multi-segment dma transfer for pq3sdhc(4). 2015-02-27 16:08:17 +00:00
smbus
spi use disk_init() wrapper function instead of poking data structures. 2014-10-11 13:56:01 +00:00
splash
stbi
std src is too big these days to tolerate superfluous apostrophes. It's 2014-10-18 08:33:23 +00:00
sun Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
sysmon Add a counter of busy events and stop enqueueing more work if a device is busy. 2015-03-14 09:52:49 +00:00
tc Patches from Björ Johannesson to fix DEC LK201 keyboards, this time 2015-01-02 21:32:26 +00:00
tprof Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
usb don't take the device lock when stopping the uhidev. that calls 2015-03-20 03:04:48 +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 make more drivers use disk_ioctl, and add a dev parameter to it so that 2014-12-31 19:52:04 +00:00
wscons add WSDISPLAY_TYPE_MESON 2015-03-20 21:42:31 +00:00
wsfb support 24bpp framebuffers 2015-03-20 21:55:46 +00:00
wsfont add glass tty fonts as described in: 2015-01-25 20:09:42 +00:00
xmi
DEVNAMES Add s390rtc(4). 2014-10-17 14:38:43 +00:00
Makefile
auconv.c
auconv.h
audio.c add a helper function to get the hw device_t from an audio_softc 2014-11-18 01:50:12 +00:00
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
audiobell.c
audiobellvar.h
audiovar.h
aurateconv.c
auvolconv.c When this code was split from dev/pad, the "volume" member size was changed 2014-11-23 12:23:25 +00:00
auvolconv.h Add common audio converters for software volume control. Only supports 2014-11-18 01:53:17 +00:00
bio.c Dedup the conversion of bioc_disk and bioc_vol to envsys_data_t 2015-03-12 15:33:10 +00:00
biovar.h Dedup the conversion of bioc_disk and bioc_vol to envsys_data_t 2015-03-12 15:33:10 +00:00
ccd.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
ccdvar.h Switch size_t to uint64_t in appropriate places to ensure that ccd(4) works 2014-08-16 19:27:27 +00:00
cgd.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c use symbolic constants (Kamil Rytarowski) 2014-12-22 18:09:20 +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 Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
cninit.c
cons.c Fix strange kernel output sequence "\n\r" observed in serial 2015-03-05 14:02:55 +00:00
cons.h
dev_verbose.c Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value 2014-09-21 14:30:22 +00:00
dev_verbose.h Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value 2014-09-21 14:30:22 +00:00
devlist2h.awk Merge the 3 copies of devlist2h.awk that deal with 16 bit key and value 2014-09-21 14:30:22 +00:00
dksubr.c make more drivers use disk_ioctl, and add a dev parameter to it so that 2014-12-31 19:52:04 +00:00
dkvar.h As proposed in 2014-05-25 19:23:49 +00:00
files.audio Add common audio converters for software volume control. Only supports 2014-11-18 01:53:17 +00:00
firmload.c nuke superfluous SYSCTL_SETUP_PROTO 2015-01-04 19:25:32 +00:00
firmload.h
fss.c Use devmajor_t not int 2014-10-02 22:05:38 +00:00
fssvar.h
keylock.c
keylock.h
kloader.c
kloader.h
kttcp.c split PRU_RCVD function out of pr_generic() usrreq switches and put into 2014-08-08 03:05:44 +00:00
kttcpio.h
ld.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
ldvar.h
lockstat.c add coverity annotations (variable is volatile so it might have side effects) 2015-03-11 16:00:54 +00:00
lockstat.h Introduce a new flag LB_DTRACE for dtrace lockstat events. 2015-03-09 01:41:41 +00:00
md.c We have three sets of DTYPE_ constants in the kernel: 2015-01-02 19:42:05 +00:00
md.h
md_root.c
midi.c - check sc->dying after sleeping in several more places, and 2014-12-30 07:28:34 +00:00
midi_if.h fix some comments about MP midi. 2015-03-01 00:34:14 +00:00
midictl.c
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 d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
mm.h
mulaw.c
mulaw.h
nullcons_subr.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
radio.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
radio_if.h
rnd_private.h
rndpseudo.c add a couple of event counters. 2014-11-09 20:29:58 +00:00
sequencer.c fix !AUDIO_DEBUG build. 2014-12-30 07:39:15 +00:00
sequencervar.h various clean ups for midi and sequencer: 2014-12-22 07:02:22 +00:00
verified_exec.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
video.c Add d_discard to all struct cdevsw instances I could find. 2014-07-25 08:10:31 +00:00
video_if.h
vnd.c Fix typo in comment 2015-01-28 16:27:43 +00:00
vndvar.h