Home | History | Annotate | Download | only in include
History log of /src/sys/arch/amd64/include/autoconf.h
RevisionDateAuthorComments
 1.3  18-Oct-2011  dyoung Define some optional routines that will help device_register() to
register ISA & PCI devices. Add stub implementations of the routines.
 1.2  04-Feb-2006  jmmv Revert yesterday's change that attempted to fix the detection of the
boot device when using a Multiboot boot loader. It couldn't work because
these boot loaders do not pass a checksum of the disk so matchbiosdisk()
cannot really find any matches. I should have gone to sleep before
commiting...

Found by xtraeme@.
 1.1  03-Feb-2006  jmmv branches: 1.1.2;
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()).
 1.1.2.1  22-Apr-2006  simonb Sync with head.

RSS XML Feed