History log of /netbsd-src/sys/arch/sgimips/include/autoconf.h (Results 1 – 11 of 11)
Revision Date Author Comments
# 9aff02eb 01-Jul-2011 dyoung <dyoung@NetBSD.org>

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


# d974db0a 17-Oct-2007 garbled <garbled@NetBSD.org>

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the v

Merge the ppcoea-renovation branch to HEAD.

This branch was a major cleanup and rototill of many of the various OEA
cpu based PPC ports that focused on sharing as much code as possible
between the various ports to eliminate near-identical copies of files in
every tree. Additionally there is a new PIC system that unifies the
interface to interrupt code for all different OEA ppc arches. The work
for this branch was done by a variety of people, too long to list here.

TODO:
bebox still needs work to complete the transition to -renovation.
ofppc still needs a bunch of work, which I will be looking at.
ev64260 still needs to be renovated
amigappc was not attempted.

NOTES:
pmppc was removed as an arch, and moved to a evbppc target.

show more ...


# 7a969b00 11-May-2007 rumble <rumble@NetBSD.org>

Update a prototype corresponding to rev. 1.36 of sgimips/autoconf.c.


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

merge ktrace-lwp.


# d671c9b8 28-Feb-2005 sekiya <sekiya@NetBSD.org>

De-__P()


# 07147999 17-Nov-2003 keihan <keihan@NetBSD.org>

www.netbsd.org -> www.NetBSD.org


# 707b8da2 13-Mar-2002 simonb <simonb@NetBSD.org>

Replace lots of 8x<space> with <tabs> and other miscellaneous indentation
fixes.
Wrap a couple of long lines.
Use <return-type>\n<function name> as per KNF in a few places.


# 6d6ab09e 18-Oct-2001 mhitch <mhitch@NetBSD.org>

Initial boot device determination code: makebootdev() to parse boot command
line parameters, and device_register() to try to match the boot device. Works
on a Challenge S (and similar machines), bu

Initial boot device determination code: makebootdev() to parse boot command
line parameters, and device_register() to try to match the boot device. Works
on a Challenge S (and similar machines), but will need more work for other
SCSI adapters.

show more ...


# ce8c5df2 09-Jul-2001 thorpej <thorpej@NetBSD.org>

Count and display the number of CPUs present on the system.


# af0e157b 08-Jul-2001 thorpej <thorpej@NetBSD.org>

- Use the identifier strings that are fetched by the MI ARC BIOS
code.
- Garbage-collect some non-useful stuff from the mainbus_attach_args.


# abe9dea1 14-Jun-2000 soren <soren@NetBSD.org>

Initial commit.