Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-2-0] src/sys/arch/alpha/alpha
Module Name: src
Committed By: he
Date: Mon Jul 5 22:41:20 UTC 2004
Modified Files:
src/sys/arch/alpha/alpha [netbsd-2-0]: dec_550.c
Log Message:
Pull up revision 1.25 (requested by mycroft in ticket #607):
Significantly cleanup and bug fix root device detection:
o On systems where it is relevant (6600, kin300, kn8ae),
check which PCI bus hierarchy we are looking at.
o Consistently check PCI function numbers (important for
quad-channel ATA controllers).
o Check logical unit numbers.
o Use strcasecmp() to check b->protocol; the case is
different depending on firmware revision.
o Remove b->boot_dec_type check, it is unneeded.
o Remove extraneous unneeded variables.
Fixes PR#9432, PR#12225, PR#25830 and multiple long-standing
bugs, and the code is smaller too.
To generate a diff of this commit:
cvs rdiff -r1.24 -r1.24.2.1 src/sys/arch/alpha/alpha/dec_550.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