Subject: CVS commit: [netbsd-2-0] src/sys/arch/alpha/alpha
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 07/05/2004 22:41:47
Module Name:	src
Committed By:	he
Date:		Mon Jul  5 22:41:47 UTC 2004

Modified Files:
	src/sys/arch/alpha/alpha [netbsd-2-0]: dec_6600.c

Log Message:
Pull up revision 1.21 (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.20 -r1.20.2.1 src/sys/arch/alpha/alpha/dec_6600.c

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