NetBSD/sys/dev
pgoyette f8d161b1f5 Do the initial refresh before creating the event monitors, in case the
event monitors require some of the data loaded by the refresh.  For
example, the initial refresh might load sensor limits and max_value in
addition to the cur_value.
2010-03-24 12:15:54 +00:00
..
acpi Only set the APM_BATT_FLAG_NO_SYSTEM_BATTERY if _all_ batteries are 2010-03-24 01:45:37 +00:00
adb KNF 2009-05-12 14:07:01 +00:00
altmem Add 'alternative memory' disk device driver. 2009-03-12 00:15:07 +00:00
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 A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
bi Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
bluetooth Remove unnecessary line-feed. 2010-02-18 07:24:16 +00:00
cardbus ex_softc.ex_bustype is written but never read. Just get rid of it. 2010-03-22 23:03:30 +00:00
dec Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
dkwedge d_psize routine returns a number of blocks or -1 on error. 2010-02-07 16:04:31 +00:00
dm Rework module/builtin code so it works in both cases. 2010-03-23 15:09:45 +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 struct device * -> device_t, no functional changes intended. 2009-05-12 14:16:35 +00:00
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 A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
hpc A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
i2c Split spdmem driver into a bus attachment and a common back-end 2010-03-24 00:31:41 +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 Split spdmem driver into a bus attachment and a common back-end 2010-03-24 00:31:41 +00:00
ieee1394 various aprint_* fixes. 2010-03-11 03:54:56 +00:00
if_ndis Start to tuck Cardbus under the PCI abstraction. Step #1, textual 2010-02-24 18:16:50 +00:00
ir Delete unnecessary device-activation hooks. 2009-12-06 22:40:56 +00:00
isa Do not use unitialized bus_space_tag_t's. Use the tag(s) from the 2010-03-24 01:13:30 +00:00
isapnp Put several fixes to ne(4) driver for better 8 bit mode support, 2010-03-03 13:39:57 +00:00
marvell Adapt to <powerpc/spr.h> breakup. 2010-02-25 23:34:54 +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 Add Broadcom BCM5482. 2010-03-13 12:57:23 +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 Make local functions static. 2009-09-22 16:44:08 +00:00
ofw Interpret the "reg" property of i2c nodes more liberal, and depending 2010-02-28 13:59:05 +00:00
onewire Simplify device-activation hooks. 2009-12-06 22:49:48 +00:00
pad If the device does not exist, return ENXIO, as is customary, instead of 2010-01-18 23:57:14 +00:00
pci In the #definition of PCI_HME_BASEADDR, use PCI_BAR(0) instead of the 2010-03-23 21:54:23 +00:00
pckbport send the SET_SCALE11 command before the 'sliced' command as per the 2010-03-21 20:04:43 +00:00
pcmcia A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
podulebus Move Matthias Pfaller's files to 2-clause license. OK matthias@. 2009-10-18 18:13:59 +00:00
ppbus Redefine bpf linkage through an always present op vector, i.e. 2010-01-19 22:06:18 +00:00
pud Handle DIOCGPART in-kernel because a userspace server doesn't have 2009-12-22 17:32:03 +00:00
putter Adjust some comments which were written when this was still a part of puffs. 2010-01-28 18:12:55 +00:00
qbus Fix incomplete line (deleto?), found by cppcheck and reported by 2010-02-02 14:58:46 +00:00
raidframe For RAID sets which have no parity (i.e., RAID level 0) and therefore can 2010-03-14 21:11:41 +00:00
rasops make RI_CENTER and RI_FULLCLEAR work with a shadow framebuffer 2010-01-21 05:32:18 +00:00
rcons Revert bcopy -> memcpy change inside #ifdef BCOPY_FASTER block. 2009-04-18 15:04:26 +00:00
sbus first stab at a driver for the cg12 / matrox cg3 2010-03-24 00:33:06 +00:00
scsipi If we find a device in non-2048 byte/block mode and manage to switch 2010-03-23 18:56:18 +00:00
sdmmc A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
smbus
spi struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +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 Properly convert values according to block size differences between the 2010-03-23 20:01:09 +00:00
sysmon Do the initial refresh before creating the event monitors, in case the 2010-03-24 12:15:54 +00:00
tc u_intNN_t -> uintNN_t 2009-08-22 17:38:06 +00:00
tprof comment 2009-11-18 12:24:05 +00:00
usb The monitor struct member is gone. Make this compile again. 2010-03-15 03:27:49 +00:00
videomode Fix a wrong index value for edid_products[] inside #ifdef EDIDVERBOSE in 2009-11-14 09:19:41 +00:00
vme Remove sparc specific code, use device properties instead. 2010-01-22 16:12:41 +00:00
wscons Add mappings for KS_End/KS_KP_End, so that the `End' key actually does 2010-03-12 08:40:50 +00:00
wsfb A pointer typedef entails trading too much flexibility to declare const 2010-02-24 22:37:54 +00:00
wsfont
xmi struct device * -> device_t, no functional changes intended. 2009-05-12 14:38:26 +00:00
auconv.c remove extra semicolons. 2009-01-03 03:43:21 +00:00
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 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 g/c BUFQ_FOO() macros and use bufq_foo() directly. 2009-01-13 13:33:58 +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
firmload.h
fss.c Remove unneeded vinvalbuf() on backing store as we don't use 2009-10-17 10:29:29 +00:00
fssvar.h Replace the fss unmount hook with a vfs_hook. 2008-09-17 14:49:25 +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 Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
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 bump lockstat interface version for timespec. 2009-01-20 14:49:00 +00:00
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 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 Declare mididetach() for use by midi0 at pcppi0. 2009-04-07 17:55:55 +00:00
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 Need to include sys/termios.h here too. 2008-10-08 16:11:23 +00:00
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 Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
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 Add RGB555, RGB565, UYVY support 2008-09-20 18:13:40 +00:00
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