History log of /netbsd/sys/arch/arm/footbridge/isa/isapnp_machdep.c (Results 1 – 7 of 7)
Revision Date Author Comments
# 71034770 27-Sep-2022 skrll <skrll@NetBSD.org>

Remove unnecessary sys/malloc.h include


# fe6db6ff 01-Jul-2011 dyoung <dyoung@NetBSD.org>

#include <sys/bus.h> instead of <machine/bus.h>.


# 0c15144a 21-Oct-2009 snj <snj@NetBSD.org>

Drop 3rd and 4th clauses. Approved by thomas@ (copyright holder).


# 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


# 9fd86b68 23-Mar-2003 chris <chris@NetBSD.org>

Add __KERNEL_RCSID tags to footbridge files.


# a73dabb4 10-Feb-2002 chris <chris@NetBSD.org>

Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location.
Also fix build break on GENERIC cats kernel, seems that conf.h should have been including arm/conf.h

Following the demise of arch/arm32 update cats, and restore the isa files to a more sane location.
Also fix build break on GENERIC cats kernel, seems that conf.h should have been including arm/conf.h.

This completes the removal of arch/arm32.

show more ...