[167] in linux-scsi channel archive
tiny ncr53cxxx bugfix and NCR8251 question
daemon@ATHENA.MIT.EDU (Heiko Eissfeldt)
Sat May 13 17:02:40 1995
From: heiko@colossus.escape.de (Heiko Eissfeldt)
To: linux-scsi@vger.rutgers.edu
Date: Sat, 13 May 1995 16:43:25 +0200 (MET DST)
Cc: drew@Colorado.EDU, eric@aib.com
Hi Drew, Eric and all Linuxers,
When trying to find out if NCR 53c825 chips are supported, i found a small
bug in 53c7,8xx.c regarding lilo command line parameter processing
(patch is appended at the end).
It seems that 53c825 chips are supported, but I did not found any success or
failure reports in the net since some time.
Does anybody uses NCR8251S in conjunction with wide SCSI devices?
aTdHvAaNnKcSe
--
Bye | computers are more dumb than
Heiko Eissfeldt | humans, but smarter than
heiko@colossus.escape.de | programmers.
--- 53c7,8xx.c_org Sat May 13 16:28:20 1995
+++ 53c7,8xx.c Sat May 13 16:29:06 1995
@@ -351,7 +351,7 @@
} else {
overrides[commandline_current].data.pci.bus = ints[1];
overrides[commandline_current].data.pci.device = ints[2];
- overrides[commandline_current].data.pci.device = ints[3];
+ overrides[commandline_current].data.pci.function = ints[3];
overrides[commandline_current].options = (ints[0] >= 4) ?
ints[4] : 0;
}