History log of /netbsd-src/sys/arch/amd64/include/autoconf.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 848492af 18-Oct-2011 dyoung <dyoung@NetBSD.org>

Define some optional routines that will help device_register() to
register ISA & PCI devices. Add stub implementations of the routines.


# 62c98fdb 03-Feb-2006 jmmv <jmmv@NetBSD.org>

When booting an i386 kernel with Multiboot, properly detect the boot device
by looking it up in the x86_alldisks table (instead of trying to match it
to 'wd*' manually).

In order to do this, move th

When booting an i386 kernel with Multiboot, properly detect the boot device
by looking it up in the x86_alldisks table (instead of trying to match it
to 'wd*' manually).

In order to do this, move the cpu_rootconf function from x86 common code
to amd64 and i386 specific one. This way, i386 can do an extra step (call
the appropriate Multiboot code) in the appropriate place (after
x86_matchbiosdisks and before findroot()).

show more ...