NetBSD/sys/dev
matt f759cc96ec Add support for 16550 chips without an Enhanced Register Set. 2008-10-24 04:43:08 +00:00
..
acpi Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
adb Let ADB button devices send PMF events instead of pretending to be keyboards. 2008-05-15 19:19:50 +00:00
apm use device_lookup_private to get softc 2008-06-12 21:46:21 +00:00
arcbios Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ata Merge wrstuden-revivesa into HEAD. 2008-10-15 06:51:17 +00:00
bi Fix device/softc split. 2008-07-09 18:02:46 +00:00
bluetooth Redde Caesari quae sunt Caesaris. Or rather, in this particular case, 2008-09-09 03:54:56 +00:00
cardbus Fix mangled attach output. Noted by Jari Kuittinen. 2008-10-12 02:15:02 +00:00
dec Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
dkwedge Allow wedges to be created for all defined partitions on a GPT disk. 2008-10-23 19:37:40 +00:00
dmover Update dmover fileops to compile again. From he@. 2008-03-26 13:33:58 +00:00
drm Fix handling of lists with a single entry in list_for_each_safe(); 2008-10-14 14:55:28 +00:00
ebus remove clause #3 from my license where there are no other 2008-05-29 14:51:25 +00:00
eisa Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
gpib - use device_lookup to get device_t 2008-06-12 21:45:39 +00:00
gpio Both legs of a diagraph must return the same type. 2008-06-24 10:05:01 +00:00
hpc device_private_lookup()-ification so that hpcarm (at jeast Jornada 72x) 2008-06-12 01:46:32 +00:00
i2c Remove duplicated copy of the file - no idea where it came from. 2008-10-13 11:16:00 +00:00
i2o Use the physical address from the bus_dmamap_load() map, not the one from 2008-09-14 18:12:16 +00:00
ic Add support for 16550 chips without an Enhanced Register Set. 2008-10-24 04:43:08 +00:00
ieee1394 Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
if_ndis use aprint_*_dev and device_xname 2008-04-08 06:12:21 +00:00
ir Make cirpoll work. 2008-10-10 21:50:09 +00:00
isa Consistent use of softc member name - fixes build breakage from previous. 2008-10-12 23:07:32 +00:00
isapnp Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
marvell Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
mca Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
microcode replace \xa0 with space from Andy Shevchenko 2008-09-10 19:20:06 +00:00
mii Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
mscp use device_lookup_private() to get the softc -- while device/softc 2008-06-11 17:32:30 +00:00
mvme use device_lookup_private to get softc 2008-06-12 22:44:47 +00:00
news
ofisa Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ofw use device_lookup_private to get softc 2008-06-12 22:28:26 +00:00
onewire Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
pad fix device is not split warning 2008-09-04 10:42:55 +00:00
pci - fix crazy condition that always evaluates to false without this 2008-10-20 09:33:48 +00:00
pckbport remove a KBC_ENABLE call in the console poll method -- this was 2008-06-11 17:35:02 +00:00
pcmcia Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
podulebus Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
ppbus use device_lookup_private to get softc 2008-06-11 19:28:52 +00:00
pud
putter KASSERT works better with == instead of = 2008-08-08 13:02:10 +00:00
qbus Replace a 'do { ... } while (0);' with 'for (;;) { ... break; }' 2008-07-25 18:37:24 +00:00
raidframe Undo previous change to an #if 0. The code does belong to the 2008-09-28 16:17:17 +00:00
rasops Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
rcons
sbus Replace most gcc-specific __attribute__ uses with BSD-style sys/cdef.h 2008-09-08 23:36:53 +00:00
scsipi Kill ATACH_TH_RUN and use cpu_intr_p() instead. 2008-10-02 21:05:17 +00:00
smbus
spi use device_lookup_private to get softc 2008-06-11 19:28:52 +00:00
splash Backout previous: the license sweep touched these files in error, so 2008-05-10 15:31:03 +00:00
std Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sun mechanical changes to use device_private() or device_lookup_private() 2008-06-11 21:25:31 +00:00
sysmon Only report new sensor state values if the new value is valid for the 2008-09-07 12:13:00 +00:00
tc Use ${TOOL_AWK} instead of ${AWK} or plain "awk" in make commands. 2008-10-19 22:05:19 +00:00
tprof tprof_start: fix workqueue's IPL. 2008-05-07 08:48:11 +00:00
usb regen. (how is it possible to have conflicts in the repo in a generated file?) 2008-10-22 12:10:48 +00:00
videomode regen 2008-10-21 06:04:37 +00:00
vme Split device_t/softc with misc cosmetic changes. 2008-07-06 13:29:50 +00:00
wscons use device_lookup_private to get softc 2008-06-12 23:04:37 +00:00
wsfb Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
wsfont Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
xmi Rototill the vax code. Switch to devicet/PRIV_ALLOC. Cleanup vax autoconf 2008-03-11 05:34:01 +00:00
DEVNAMES jme(4), a driver for JMicron Technologies JME250 Gigabit Ethernet and 2008-10-11 21:54:11 +00:00
Makefile
auconv.c Split device_t and softc for audio(4), and other related cosmetic changes. 2008-03-04 18:23:44 +00:00
auconv.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
audio.c device_private(device_lookup()) -> device_lookup_private() 2008-06-10 22:53:08 +00:00
audio_if.h Split device_t and softc for audio(4), and other related cosmetic changes. 2008-03-04 18:23:44 +00:00
audiobell.c
audiobellvar.h
audiovar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
aurateconv.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
bio.c use aprint_*_dev and device_xname 2008-04-09 05:47:19 +00:00
biovar.h Add definitions to specify RAID 0+1/1+0 levels. 2008-03-03 13:43:19 +00:00
ccd.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
ccdvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
cgd.c PR/39525: Joachim Schueth, Frederik Sausmikat: 2008-09-12 16:51:54 +00:00
cgd_crypto.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
cgd_crypto.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
cgdvar.h PR/39525: Joachim Schueth, Frederik Sausmikat: 2008-09-12 16:51:55 +00:00
clock_subr.c
clock_subr.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
clockctl.c
cninit.c foo() -> foo(void) 2008-03-11 05:31:00 +00:00
cons.c specfs changes for PR kern/37717 (raidclose() is no longer called on 2008-01-24 17:32:52 +00:00
cons.h
dksubr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
dkvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
firmload.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
firmload.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
fss.c Make fss(4) D_MPSAFE. 2008-10-01 10:45:11 +00:00
fssvar.h Replace the fss unmount hook with a vfs_hook. 2008-09-17 14:49:25 +00:00
kloader.c vm_page: put TAILQ_ENTRY into a union with LIST_ENTRY, so we can use both. 2008-06-04 12:41:40 +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 Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
kttcpio.h
ld.c Complete device_t/softc split for the ld(4) attachments. This should 2008-09-09 12:45:39 +00:00
ldvar.h Complete device_t/softc split for the ld(4) attachments. This should 2008-09-09 12:45:39 +00:00
lockstat.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
lockstat.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
md.c more cleanup: the sc_dev backpointer is unused, remove it 2008-06-16 10:27:47 +00:00
md.h Allow md_root_setconf() to set in a miniroot as the root file system 2008-05-02 13:02:31 +00:00
md_root.c Allow md_root_setconf() to set in a miniroot as the root file system 2008-05-02 13:02:31 +00:00
midi.c use device_lookup to get device_t 2008-06-12 22:29:41 +00:00
midi_if.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
midictl.c The forward declation in the parameter list for a variable-length array is 2008-06-24 10:55:48 +00:00
midictl.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
midisyn.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
midisynvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
midivar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
mm.c Need to include sys/termios.h here too. 2008-10-08 16:11:23 +00:00
mulaw.c Split device_t and softc for audio(4), and other related cosmetic changes. 2008-03-04 18:23:44 +00:00
mulaw.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
nullcons_subr.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
radio.c - use aprint in attach 2008-07-09 13:12:54 +00:00
radio_if.h - use aprint in attach 2008-07-09 13:12:54 +00:00
rnd.c mark callout mpsafe, next comes moving some of the (silly) estimator 2008-08-16 13:07:30 +00:00
rndpool.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
sequencer.c Use more timespecs internally. From Alexander Shishkin and me. 2008-07-15 16:18:08 +00:00
sequencervar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
verified_exec.c
video.c Register with pmf 2008-09-21 19:26:36 +00:00
video_if.h Add RGB555, RGB565, UYVY support 2008-09-20 18:13:40 +00:00
vnd.c PR kern/38872 vnconfig panics with rw lock error 2008-09-24 07:57:30 +00:00
vndvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00