Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/sparc64



Module Name:    src
Committed By:   martin
Date:           Tue Sep 26 09:45:57 UTC 2006

Modified Files:
        src/sys/arch/sparc64/include: autoconf.h
        src/sys/arch/sparc64/sparc64: autoconf.c

Log Message:
Rework boot device matching to get rid of lots of special case code
and tables to map fimware names to driver names. Based on a suggestion
from Eduardo (quite some time ago).
Each device (on busses we can handle and care about) gets a device property
storing the devices OpenFirmware package handle. To match the boot device,
the phandle of the chosen bootpath is compared against this property,
plus some additional string matching for disk/cd devices (where OF only
provides a node for the device class, not each instance).


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 src/sys/arch/sparc64/include/autoconf.h
cvs rdiff -r1.119 -r1.120 src/sys/arch/sparc64/sparc64/autoconf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index