History log of /netbsd-src/sys/dev/isapnp/isapnpdebug.c (Results 1 – 12 of 12)
Revision Date Author Comments
# 454af1c0 14-Mar-2009 dsl <dsl@NetBSD.org>

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle

Change about 4500 of the K&R function definitions to ANSI ones.
There are still about 1600 left, but they have ',' or /* ... */
in the actual variable definitions - which my awk script doesn't handle.
There are also many that need () -> (void).
(The script does handle misordered arguments.)

show more ...


# ce099b40 28-Apr-2008 martin <martin@NetBSD.org>

Remove clause 3 and 4 from TNF licenses


# a2a38285 19-Oct-2007 ad <ad@NetBSD.org>

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h


# 95e1ffb1 11-Dec-2005 christos <christos@NetBSD.org>

merge ktrace-lwp.


# f31bd063 27-Feb-2005 perry <perry@NetBSD.org>

nuke trailing whitespace


# 1035faff 06-Jan-2003 wiz <wiz@NetBSD.org>

writable, not writeable.


# 9d2580ff 13-Nov-2001 lukem <lukem@NetBSD.org>

add RCSID


# c7a42821 05-Sep-1998 christos <christos@NetBSD.org>

Assign copyright to TNF.


# 93c4fda8 03-Aug-1997 mikel <mikel@NetBSD.org>

add support for compatible device IDs


# cff564f6 10-Apr-1997 mikel <mikel@NetBSD.org>

fix off-by-one error in fixed I/O resource interpreter
fix address alignment errors in memory resource interpreter
clean up debug output a bit


# 12a7c993 09-Feb-1997 christos <christos@NetBSD.org>

Fix an irq -> drq typo


# cf455412 16-Jan-1997 christos <christos@NetBSD.org>

Plug and Play support.