History log of /netbsd-src/sys/arch/mac68k/include/autoconf.h (Results 1 – 13 of 13)
Revision Date Author Comments
# 90e56582 16-Jun-2017 jdolecek <jdolecek@NetBSD.org>

dumpconf(void) long doesn't exist, remove the prototype

PR kern/39714 by Henning Petersen


# 53524e44 04-Mar-2007 christos <christos@NetBSD.org>

Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.


# 96590174 20-Nov-2006 hauke <hauke@NetBSD.org>

Add Timecounter support for mac68k, using the otherwise idle second
timer of VIA1. Passes regression/sys/kern/time regression test.

While we are here, GC leftover prototypes from MI todr integration

Add Timecounter support for mac68k, using the otherwise idle second
timer of VIA1. Passes regression/sys/kern/time regression test.

While we are here, GC leftover prototypes from MI todr integration,
and clean up clockreg.h in the light of "Guide to the Macintosh
Hardware" information.

(Reviewed and okayed by Martin Husemann)

show more ...


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

merge ktrace-lwp.


# 7acd68b1 15-Jan-2005 chs <chs@NetBSD.org>

de-__P, remove register, ansify, b* -> mem*.


# 648cd86d 10-Apr-2002 briggs <briggs@NetBSD.org>

Use m68k/m68k/cacheops.[ch]
Use m68k/m68k/bus_dma.c
- Add mainbus_attach_args with bus_space_tag_t and bus_dma_tag_t.
- Use passed-in tags for nubus scan.


# 84af6365 22-Dec-1998 scottr <scottr@NetBSD.org>

vm_offset_t -> {paddr_t, vaddr_t}


# d681cf05 06-Oct-1998 thorpej <thorpej@NetBSD.org>

configure() prototype is in <sys/device.h>


# 07bde0d4 17-Dec-1996 scottr <scottr@NetBSD.org>

Revamp mainbus and obio autoconfiguration, with some direction (and the
indirect bus code framework) from Jason Thorpe. This allows us to dump
bus_scan() and bus_print(), and move bus_peek() and bus

Revamp mainbus and obio autoconfiguration, with some direction (and the
indirect bus code framework) from Jason Thorpe. This allows us to dump
bus_scan() and bus_print(), and move bus_peek() and bus_mapin() to the
NuBus code (since they'll eventually go away, anyway).

show more ...


# 9b4055eb 16-Dec-1996 scottr <scottr@NetBSD.org>

Convert all foo_match() functions to use a `struct cfdata *' for their
second argument. The NuBus autoconfig code had to be reorganized as a
result of this, and looks much more like a directly-attac

Convert all foo_match() functions to use a `struct cfdata *' for their
second argument. The NuBus autoconfig code had to be reorganized as a
result of this, and looks much more like a directly-attached bus now.
These changes eliminate __BROKEN_INDIRECT_CONFIG.

show more ...


# 4ddcca6b 14-Sep-1996 scottr <scottr@NetBSD.org>

Update prototypes to match Chris' cfprint_t change. Also, update comments
in autoconf.h to reflect the mainbus.c split.


# 78c78f91 18-May-1996 briggs <briggs@NetBSD.org>

Fixup a few prototypes and put 'em in their place.


# 37163421 05-May-1996 briggs <briggs@NetBSD.org>

Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards a

Prototype for -Wall -Wstrict-prototypes -Wmissing-prototypes -Wno-uninitialized
Also change the device probing scheme to use something a bit more rational.
A current side-effect is that nubus cards are double-mapped. I expect
to fix that shortly.
Also change splclock() to block everything but serial hardware interrupts.

show more ...