NetBSD/sys/dev
jruoho 3aca70d9a2 Remove the recently added warning about long Sleep() requests.
This is now in ACPICA (20100528):

	Added support to limit the maximum time for the ASL Sleep()
	operator. To prevent accidental deep sleeps, limit the maximum time
	that Sleep() will actually sleep. Configurable, the default maximum
	is two seconds. ACPICA bugzilla 854.
2010-06-05 16:47:49 +00:00
..
acpi Remove the recently added warning about long Sleep() requests. 2010-06-05 16:47:49 +00:00
adb
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 satafis: 2010-04-07 17:51:16 +00:00
bi Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
bluetooth add Magic Mouse driver and manpage btmagic(4) 2010-05-22 18:56:00 +00:00
cardbus Collect garbage: sc_rbus_{iot,memt} are not used. 2010-06-04 19:27:12 +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 Use wput_utf8() to improve conversion of UTF-16 GPT partition names to UTF-8. 2010-05-17 23:09:52 +00:00
dm Add multi device strip support written by Guillermo Amaral and reviewed by me. 2010-05-18 15:10:41 +00:00
dmover If a multithreaded app closes an fd while another thread is blocked in 2009-12-20 09:36:05 +00:00
ebus
eisa Set/test sc_csr_memmapped instead of comparing bus_space_tag_t's. 2010-03-22 23:01:10 +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 Added WS020SH keymap. 2010-05-23 11:57:04 +00:00
i2c Fix typo in comments. 2010-04-25 00:35:58 +00:00
i2o Fix confusion about PRE/POST in previous; and another place that has the 2010-02-21 18:50:10 +00:00
ic set RI_NO_AUTO then attaching early, clear it otherwise 2010-05-12 20:58:52 +00:00
ieee1394 Revert all previous kmem_ commits. This needs to be done in a different way 2010-05-23 18:56:58 +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 Cast the sum of iobase and iosize to long, not just iobase. Avoids size 2010-05-23 23:50:37 +00:00
isapnp PRIxPADDR instead of %lx to print bus_addr_t/paddr_t variables. 2010-05-23 23:53:36 +00:00
marvell Fix sume bugs. 2010-06-04 06:31:50 +00:00
mca Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
microcode Free memory when done with it. 2009-12-27 16:03:49 +00:00
mii Move all miiverbose/module related functions from ukphy.c to mii_physubr.c - 2010-06-02 19:47:34 +00:00
mscp Make this compile on ports with __HAVE_OLD_DISKLABEL 2009-09-12 18:01:50 +00:00
mvme Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
news
ofisa Split device_t/softc. Based on patch from cegger@. 2010-05-22 16:35:00 +00:00
ofw Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
onewire Simplify device-activation hooks. 2009-12-06 22:49:48 +00:00
pad fix field initializers 2010-05-01 23:40:21 +00:00
pci Fix DMA setting for read/write on conventional PCI bus devices. 2010-06-03 00:05:36 +00:00
pckbport send the SET_SCALE11 command before the 'sliced' command as per the 2010-03-21 20:04:43 +00:00
pcmcia Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +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 Call putterattach in modcmd init. Fixes lockdebug panic. Disable 2010-04-11 09:36:47 +00:00
qbus Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpf 2010-04-05 07:19:28 +00:00
raidframe Fill in param[3] for succedents for bad disk 'i' rather than '0'. Fortunately, nbad is never > 1, so this bug never showed up anywhere. Bug spotted by Jed Davis. Thanks! 2010-04-15 15:49:00 +00:00
rasops Introduce a new flag for rasops_info to keep rasops_reconfig() from trying 2010-05-06 04:30:18 +00:00
rcons
sbus use box drawing font if needed 2010-05-04 05:10:25 +00:00
scsipi Extract SCSIVERBOSE into a kernel module. The module can be builtin 2010-05-30 04:38:03 +00:00
sdmmc Initialise error variable to zero. If all the if's fail it exists the function 2010-05-01 21:14:39 +00:00
smbus
spi
splash Restore splashscreen support with genfb. 2010-02-22 05:55:10 +00:00
std
sun Make this compile on sparc64. 2010-05-10 14:33:21 +00:00
sysmon Use a typedef to define the prototype of the per-sensor callback. 2010-04-11 01:12:28 +00:00
tc Clear RI_NO_AUTO in actual attach functions during autoconf(9) 2010-05-15 08:53:26 +00:00
tprof comment 2009-11-18 12:24:05 +00:00
usb Improve EHCI isochronous code, fix scheduling. 2010-06-02 18:53:39 +00:00
videomode add a bunch of small utility functions to pick video modes based on things 2010-05-04 21:17:10 +00:00
vme Remove sparc specific code, use device properties instead. 2010-01-22 16:12:41 +00:00
wscons PR kern/38900 Arnaud Lacombe: don't try to do WSDISPLAY_SCROLLSUPPORT 2010-05-31 04:27:18 +00:00
wsfb A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
wsfont add translation tables for ISO fonts in order to map unicode box drawing 2010-05-04 04:53:59 +00:00
xmi
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
audiobellvar.h
audiovar.h
aurateconv.c
bio.c
biovar.h
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
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 Remove some unecessary includes sys/user.h header. 2009-11-23 02:13:44 +00:00
cons.h
DEVNAMES Remove aiboost(4) as obsolete and redundant since the introduction of aibs(4). 2010-03-19 04:04:27 +00:00
dksubr.c
dkvar.h Put the entire expression that DK_BUSY() evaluates to in parentheses 2009-08-07 00:07:39 +00:00
firmload.c
firmload.h
fss.c release lock in error branch 2010-04-16 11:22:43 +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 KNF. 2010-02-07 03:24:15 +00:00
kloader.h
kttcp.c
kttcpio.h
ld.c Extract ldlastclose() and use it in ldclose(). At the top of 2009-07-23 21:38:33 +00:00
ldvar.h Use "rnd.h" and <sys/rnd.h> to ensure that struct ld_softc 2009-12-18 00:40:24 +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
md.c Take care not to dereference a NULL softc. 2010-01-21 02:14:42 +00:00
md.h Protect multiple inclusion. 2009-12-14 03:11:22 +00:00
midi_if.h
midi.c Simplify these device-activation hooks using the following semantic 2009-12-06 22:42:48 +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 rnd_sample_allocate_isr: pass correct flag to pool_get(). 2009-11-01 21:08:32 +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 For the nfs throttling kludge, test against v_tag == VT_NFS instead 2010-03-02 21:32:29 +00:00
vndvar.h Protect multiple inclusion. 2009-12-14 03:11:22 +00:00