NetBSD/sys/dev
jdolecek 076f4674a8 acpi_res_parse_ioport(): if the added entry is next to a previous I/O port
entry, just expand the previous entry instead of adding separate mapping

apparently some BIOSes make separate I/O port entries like this, and
some drivers then fail to attach; this change fixes mappings like

	fdc0: io 0x3f2-0x3f3,0x3f4-0x3f5,0x3f7 irq 6 drq 2

to

	fdc0: io 0x3f2-0x3f5,0x3f7 irq 6 drq 2

change tested by Bernd Ernesti
2003-11-02 11:12:53 +00:00
..
acpi acpi_res_parse_ioport(): if the added entry is next to a previous I/O port 2003-11-02 11:12:53 +00:00
apm
arcbios
ata Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
bi Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
bluetooth A little printf-casting to make the DIAGNOSTIC sections of this 2003-07-24 19:19:42 +00:00
cardbus Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
dec Add cnmagic support to the DZ driver. Pmax should also use cnmagic instead 2003-10-18 12:10:53 +00:00
dmover move dupfd from struct proc to struct lwp - it's per-LWP, not per-process; we 2003-09-13 08:32:10 +00:00
ebus Use EBDMA_BURST_SIZE_16. Introduce EBus specific round_blocksize to 2003-09-10 10:40:40 +00:00
eisa Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
gpib boundary, not boundry. Inspired by Tom Cosgrove. 2003-11-02 10:31:06 +00:00
hpc Don't use NULL when an integer is needed. 2003-10-22 08:58:38 +00:00
i2c Remove bogus initializer, and instead fix an =/== typo. 2003-10-29 00:34:58 +00:00
i2o Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 09:52:33 +00:00
ic Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 11:07:44 +00:00
ieee1394 Fix unitialized var warning, add a comment to indicate that it's use 2003-10-26 21:03:34 +00:00
ir Remove break after return. 2003-10-21 06:22:46 +00:00
isa Remove some assigned-to but otherwise unused variables. 2003-10-30 01:58:17 +00:00
isapnp Switch an(4) to using the header files in the new 802.11 layer. 2003-10-13 06:45:32 +00:00
marvell boundary, not boundry. Inspired by Tom Cosgrove. 2003-11-02 10:31:06 +00:00
mca break -> return in previous. 2003-10-25 20:19:01 +00:00
microcode Use ${HOST_SH} instead of `sh'. 2003-10-26 07:25:33 +00:00
mii Fix some typos. From Tom Cosgrove via jmc@openbsd. 2003-11-02 11:07:44 +00:00
mscp Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
mvme No need to include <dev/ic/mk48txxreg.h> here. 2003-11-01 22:42:23 +00:00
news
ofisa Make the ATA mid-layer appears as atabus, as proposed in 2003-10-08 10:58:12 +00:00
ofw Typo in comment. From OpenBSD. 2003-10-22 09:04:39 +00:00
pci deferred, not deffered. Inspired by Tom Cosgrove. 2003-11-02 10:50:40 +00:00
pckbc Typo in comment. From OpenBSD. 2003-10-22 09:04:39 +00:00
pcmcia Fix PCMCIA attach messages for wi(4). Tested by Greg Troxel. 2003-11-02 03:31:29 +00:00
podulebus Following Matt Thomas's request, rename ata attribute to ata_hl, and 2003-10-08 20:57:59 +00:00
qbus Add stop routine. Add support for turning the device into promiscous mode. 2003-08-31 11:13:43 +00:00
raidframe Remove some assigned-to but otherwise unused variables. 2003-10-30 01:58:17 +00:00
rasops
rcons Undo previous as it broke things. 2003-08-25 17:50:22 +00:00
sbus uninitialized variables. 2003-10-28 15:25:27 +00:00
scsipi boundary, not boundry. Inspired by Tom Cosgrove. 2003-11-02 10:31:06 +00:00
smbus Fix a couple of tyops. 2003-10-25 15:00:38 +00:00
std Fix unitialized variable use. 2003-10-26 20:53:09 +00:00
sun keep the caller's defaults instead of supplying our own. 2003-10-28 16:25:29 +00:00
sysmon Remove some assigned-to but otherwise unused variables. 2003-10-30 01:58:17 +00:00
tc uninitialized variables 2003-10-27 07:07:34 +00:00
usb Oops, fix a commito. 2003-10-29 03:54:17 +00:00
vinum NULL -> 0 2003-10-25 16:15:07 +00:00
vme Elminate GCC uninitialized variable warning. 2003-10-28 18:21:49 +00:00
wscons Fix uninitialised variable introduced with previous change. 2003-09-23 09:16:07 +00:00
wsfont Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
xmi
DEVNAMES Add missing NetBSD/hpcsh devices. 2003-10-21 00:33:12 +00:00
Makefile Include Vinum. 2003-10-10 06:13:02 +00:00
auconv.c
auconv.h
audio.c A bit of cleanup: 2003-10-02 07:15:20 +00:00
audio_if.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
audiovar.h A bit of cleanup: 2003-10-02 07:15:20 +00:00
aurateconv.c
ccd.c don't print an uninitialized variable. 2003-10-26 23:42:57 +00:00
ccdvar.h Add user flag CCDF_NOLABEL to prevent the on-disk label from being read 2003-10-17 05:16:15 +00:00
cgd.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
cgd_crypto.c
cgd_crypto.h
cgdvar.h
clock_subr.c sys/types.h -> sys/param.h to get vax inlines correct. 2003-08-13 11:35:25 +00:00
clock_subr.h Rename clock_rtc_config() to todr_attach(). 2003-07-18 21:41:22 +00:00
clockctl.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
cninit.c Remove declarations of constab[] and *cn_tab. They are in <dev/cons.h>. 2003-10-21 17:03:52 +00:00
cons.c Revert previous change as it breaks the build on a number of ports. 2003-10-18 21:26:22 +00:00
cons.h Introduce null console. This pseudo device acts as a normal console with the 2003-10-17 18:16:42 +00:00
dksubr.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
dkvar.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
kttcp.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
kttcpio.h
ld.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
ldvar.h
md.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
md.h
md_root.c
midi.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
midi_if.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
midisyn.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
midisynvar.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
midivar.h
mm.c cleanup & uniform descriptor owner handling: 2003-09-21 19:16:48 +00:00
mulaw.c
mulaw.h function prototype must not have variable name 2003-07-08 09:07:15 +00:00
nullcons_subr.c Introduce null console. This pseudo device acts as a normal console with the 2003-10-17 20:27:38 +00:00
radio.c Remove unreachable break after return and goto statements. 2003-10-19 01:44:48 +00:00
radio_if.h
radiovar.h
rnd.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
rndpool.c
sequencer.c Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
sequencervar.h
verified_exec.c add missing __KERNEL_RCSID() 2003-07-14 15:47:00 +00:00
vnd.c Be more careful about validating the user-specified geometry, otherwise 2003-10-19 07:41:19 +00:00
vndvar.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00