Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 1998 22:38:28 +0600 (ESS)
From:      Core Dumped at Khanty-Mansiysk <kev@lab321.ru>
To:        Wilko Bulte <wilko@yedi.iaf.nl>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: Fujitsu MO 640 (M2513A)
Message-ID:  <Pine.BSF.3.96.981019223515.330A-100000@hmansy.lab321.ru>
In-Reply-To: <Pine.BSF.3.96.981019214819.268C-100000@hmansy.lab321.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 19 Oct 1998, Core Dumped at Khanty-Mansiysk wrote:

> > I am no especialist in scsi details.
> > Now trying experiences....
Previous experiences failed.
Tryed this patch:
--- sd.c.orig	Mon Oct 19 21:31:37 1998
+++ sd.c	Mon Oct 19 22:22:50 1998
@@ -318,13 +318,19 @@
 	  printf("sd%ld:  Forcing sector size to %d\n", unit, SECSIZE);
 	  sd->params.secsiz = SECSIZE;
 	}
+	/* Hack for Fujitsu MO640 */
+	if ( sd->params.secsiz == 2048 ){
+	  printf("sd%ld:  Fucking Fujitsu MO640 with its fucking 2048 sectors ?\n", unit );
+	}
 
 	if (sd->params.secsiz != SECSIZE) {	/* XXX One day... */
+	    if ( sd->params.secsiz != 2048 ) {
 		printf("sd%ld: Can't deal with %d bytes logical blocks\n",
 		    unit, sd->params.secsiz);
 		Debugger("sd");
 		errcode = ENXIO;
 		goto bad;
+	    }
 	}
 	SC_DEBUG(sc_link, SDEV_DB3, ("Params loaded "));


This patch failed too...when I tryed to run "fdisk sd1"

Oct 19 22:27:19 hmansy /fuj: sd1:  Fucking Fujitsu MO640 with its fucking 2048 sectors ?
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): extraneous data discarded.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): COMMAND FAILED (9 0) @f448f000.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): extraneous data discarded.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): COMMAND FAILED (9 0) @f448f000.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): extraneous data discarded.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): COMMAND FAILED (9 0) @f448f000.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): extraneous data discarded.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): COMMAND FAILED (9 0) @f448f000.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): extraneous data discarded.
Oct 19 22:27:20 hmansy /fuj: sd1(ncr0:5:0): COMMAND FAILED (9 0) @f448f000.
Oct 19 22:27:20 hmansy /fuj: sd1: error reading primary partition table reading fsbn 0 of 0-3 (sd1 bn 0; cn 0 tn 0 sn 0)

--
	Best wishes, Eugeny Kuzakov
		Laboratory 321 ( Omsk, Russia )
		kev@lab321.ru
		ICQ#: 5885106



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981019223515.330A-100000>