NetBSD/sys/dev
2010-11-14 03:22:01 +00:00
..
acpi Replace ACPI_UINT64 by ACPICA's ACPI_INTEGER. Remove superfluous casts. 2010-11-07 16:36:26 +00:00
adb make debug code compile again 2010-09-08 04:48:03 +00:00
altmem
apm Fix apm(4) suspend/resume: 2010-03-10 20:30:00 +00:00
arcbios Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
ata Mark a buffer with EIO in wdstrategy() if the device is not "enabled" 2010-11-05 15:49:37 +00:00
bi Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
bluetooth add Magic Mouse driver and manpage btmagic(4) 2010-05-22 18:56:00 +00:00
cardbus Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
dec The interrupt handler uses the softc, so it's probably a good idea to 2010-05-09 22:29:26 +00:00
dkwedge Make sure to release sc_parent->dk_rawlock before calling 2010-08-04 12:34:00 +00:00
dm Add old file describing locking schema used in dm driver. 2010-10-23 21:18:54 +00:00
dmover dmover(4) really uses uvm(9). (Wasn't revealed by i386/ALL...) 2010-11-13 14:08:20 +00:00
ebus struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
eisa Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
filemon First cut of simple syscall wrapper, which make(1) can use 2010-09-09 00:10:16 +00:00
gpib Convert tsleep(&lbolt) to kpause(). Make ltsleep/mtsleep on lbolt 2009-12-05 22:34:43 +00:00
gpio console spam 2010-04-25 11:23:34 +00:00
hpc Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
i2c Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
i2o Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
ic Directly include sys/pmf.h because this uses it. 2010-11-14 03:22:01 +00:00
ieee1394 do not assume all fw devices speak sbp. 2010-09-07 07:26:54 +00:00
if_ndis On x86, change the bus_space_tag_t to a pointer to a struct 2010-04-28 19:17:03 +00:00
ir Delete unnecessary device-activation hooks. 2009-12-06 22:40:56 +00:00
isa Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
isapnp Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
marvell Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
mca Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
microcode Remove old style firmware hooks for undistributable bootloader of Diehl 2010-08-01 20:09:33 +00:00
mii PR/39094 - Kaspar Brand -- Add et (Agere ET1310/ET1301) network driver 2010-11-13 00:47:23 +00:00
mscp Make this compile on ports with __HAVE_OLD_DISKLABEL 2009-09-12 18:01:50 +00:00
mvme Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
news
ofisa Split device_t/softc. Based on patch from cegger@. 2010-05-22 16:35:00 +00:00
ofw remove an unused variable. 2010-08-08 18:22:39 +00:00
onewire Simplify device-activation hooks. 2009-12-06 22:49:48 +00:00
pad - return EIO if audio data is received and /dev/pad isn't open 2010-09-03 19:19:48 +00:00
pci Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
pckbport send the SET_SCALE11 command before the 'sliced' command as per the 2010-03-21 20:04:43 +00:00
pcmcia Don't include the now non-existent usb_port.h 2010-11-04 13:13:43 +00:00
podulebus Move Matthias Pfaller's files to 2-clause license. OK matthias@. 2009-10-18 18:13:59 +00:00
ppbus Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
pud Handle DIOCGPART in-kernel because a userspace server doesn't have 2009-12-22 17:32:03 +00:00
putter waiters gonna wait, so call seldestroy to wake them up when we go south 2010-08-27 07:40:01 +00:00
qbus Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
raidframe Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
rasops Fix typo in comment. 2010-07-21 12:12:58 +00:00
rcons Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block. 2009-04-18 15:04:26 +00:00
sbus Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
scsipi Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
sdmmc Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
smbus
spi Fix the while condition: sleep while the SPI_F_DONE bit is not set. 2010-08-14 20:49:21 +00:00
splash Restore splashscreen support with genfb. 2010-02-22 05:55:10 +00:00
std struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
sun Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
sysmon Apparently swwdog reboot hasn't worked in several years since it 2010-11-11 21:55:04 +00:00
tc Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
tprof Keep condvar wmesg within 8-char limit 2010-08-11 11:32:58 +00:00
usb Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
videomode fix off-by-one error which happened when the first mode with matching size is 2010-10-12 16:18:19 +00:00
vme Remove sparc specific code, use device properties instead. 2010-01-22 16:12:41 +00:00
wscons Add wskbd_hotkey_deregister() to match wskbd_hotkey_register(). 2010-10-26 05:12:34 +00:00
wsfb finish device_t-ification 2010-10-07 07:53:53 +00:00
wsfont In wsfont_rotate_cw_internal() and wsfont_rotate_ccw_internal(), 2010-07-22 13:23:02 +00:00
xmi Don't pull in the whole uvm(9) API to access only PAGE_SIZE and 2010-11-13 13:51:57 +00:00
auconv.c
auconv.h
audio_if.h Add support for playback- or capture-only devices by adding 2009-09-29 15:58:54 +00:00
audio.c A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
audiobell.c undo my previous changes. 2009-05-12 10:22:31 +00:00
audiobellvar.h undo my previous changes. 2009-05-12 10:22:31 +00:00
audiovar.h
aurateconv.c
bio.c struct device * -> device_t, no functional changes intended. 2009-05-07 12:15:33 +00:00
biovar.h struct device * -> device_t, no functional changes intended. 2009-05-07 12:15:33 +00:00
ccd.c Add work in support for compiling ccd and cgd drivers as a modules. I forgot 2009-06-05 19:21:02 +00:00
ccdvar.h Fix problems with ccd: 2009-04-04 08:29:39 +00:00
cgd_crypto.c
cgd_crypto.h
cgd.c Register with pmf. 2010-02-11 18:24:48 +00:00
cgdvar.h Make cgd(4) into a detachable pseudo-device. Thanks, Jan Danielsson, 2010-01-12 21:08:08 +00:00
clock_subr.c Use time_t to calculate days and secs to avoid potential overflow. 2009-12-12 11:22:59 +00:00
clock_subr.h Remove `volatile' qualifier from argument types of 2009-12-12 15:10:34 +00:00
clockctl.c Move clockctl policy exception back to the subsystem. 2009-10-03 02:01:12 +00:00
cninit.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
cons.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
cons.h
DEVNAMES Add g760a. 2010-10-02 06:09:45 +00:00
dksubr.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
dkvar.h Put the entire expression that DK_BUSY() evaluates to in parentheses 2009-08-07 00:07:39 +00:00
firmload.c perform pathname lookup with NOCHROOT flag 2010-10-21 01:02:34 +00:00
firmload.h
fss.c Clean up vnode lock operations pass 2: 2010-06-24 12:58:48 +00:00
fssvar.h Remove unused fss_softc member sc_bs_size. 2010-04-05 09:30:46 +00:00
keylock.c Move the keylock.h header from sys/sys to sys/dev where it really belongs. 2009-08-15 09:43:58 +00:00
keylock.h Move the keylock.h header from sys/sys to sys/dev where it really belongs. 2009-08-15 09:43:58 +00:00
kloader.c kloader(4) accesses vm_page, pull in uvm/uvm.h. 2010-11-12 16:47:18 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c Check disk bounds, in RAW_PART. 2010-09-20 06:54:06 +00:00
ldvar.h Check disk bounds, in RAW_PART. 2010-09-20 06:54:06 +00:00
lockstat.c
lockstat.h
Makefile Install netbsd-dm.h file to include/dev/dm so it can be used by public. 2009-12-05 11:34:37 +00:00
md_root.c - remove a redundant decl of boothowto; it's in <sys/systm.h> 2009-04-16 14:46:33 +00:00
md.c Change md(4) to: 2010-11-11 11:07:06 +00:00
md.h Protect multiple inclusion. 2009-12-14 03:11:22 +00:00
midi_if.h Declare mididetach() for use by midi0 at pcppi0. 2009-04-07 17:55:55 +00:00
midi.c printf() size_t with 'z' format modifier in debug code. 2010-07-27 14:34:33 +00:00
midictl.c
midictl.h
midisyn.c
midisynvar.h
midivar.h
mm.c
mulaw.c
mulaw.h
nullcons_subr.c Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
radio_if.h
radio.c All that the activation hook radioactivate() did was to change 2010-01-21 02:19:55 +00:00
rnd.c printf() size_t with 'z' format modifier in debug code. 2010-07-27 14:34:33 +00:00
rndpool.c
sequencer.c
sequencervar.h
verified_exec.c Convert 67 namei call sites to use namei_simple, in these functions: 2009-06-29 05:08:15 +00:00
video_if.h
video.c Simplify these device-activation hooks using the following semantic 2009-12-06 22:42:48 +00:00
vnd.c actually, put the old definitions back into vndvar.h, under _KERNEL, 2010-09-19 09:41:37 +00:00
vndvar.h actually, put the old definitions back into vndvar.h, under _KERNEL, 2010-09-19 09:41:37 +00:00