From owner-freebsd-drivers@FreeBSD.ORG Sun Jun 11 00:09:27 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 94AFD16A41A for ; Sun, 11 Jun 2006 00:09:27 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from elise.stf.rewt.org.uk (elise.stf.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 873AC43D49 for ; Sun, 11 Jun 2006 00:09:26 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from [82.152.108.166] (im.a.raver.not.a.fucking.drug-addict.be [82.152.108.166]) (authenticated bits=0) by elise.stf.rewt.org.uk (8.13.6/8.13.4) with ESMTP id k5B09OWg097260 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 11 Jun 2006 01:09:24 +0100 (BST) (envelope-from joe@joeholden.co.uk) Message-ID: <448B5F33.5050906@joeholden.co.uk> Date: Sun, 11 Jun 2006 01:09:23 +0100 From: Joe Holden User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: freebsd-drivers@freebsd.org References: <4487F5CE.4090601@joeholden.co.uk> <7579f7fb0606081044i7598fefn4bb64d55c8acdbc2@mail.gmail.com> <4488A2B6.8040108@joeholden.co.uk> <7579f7fb0606081551v13771ec7y9d262f15c695a004@mail.gmail.com> <44893245.1060008@joeholden.co.uk> <7579f7fb0606101647m478b6e3fx9e754d4063b40ff7@mail.gmail.com> <448B5A79.4030605@joeholden.co.uk> <7579f7fb0606101654m2140812cle302e1286e65436b@mail.gmail.com> In-Reply-To: <7579f7fb0606101654m2140812cle302e1286e65436b@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=13A6D1E7; url=http://www.joeholden.co.uk/pubkey.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigED5DA3BF96BDB43A5722CF4E" X-Spam-Status: No, score=-3.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on elise.stf.rewt.org.uk Subject: Re: LSI Logic FC919X Controller X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 00:09:27 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigED5DA3BF96BDB43A5722CF4E Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Matthew Jacob wrote: > Dunno what the geom issues is other than you're trying to put a DOS > label on it. > In othewords, *don't* do > > disklabel -Brw daN uato > > Just newfs the drive the daN device- that should work. > > On 6/10/06, Joe Holden wrote: >> Matthew Jacob wrote: >> >> Hi Matthew, this patch appears to have worked, however it also >> appears >> >> to have been detected first, which has broken my fstab, is there >> any way >> >> to order disks/hardware detection? >> >> >> > >> > Nope, sorry. That's an annoying problem that's hard to fix for most >> > non-Windows systems. >> Hi, it appears to be possible to sort the da order out, not a major >> problem, just bugging me, now if only I could get geom correct so I ca= n >> see the entire 3.5tb array instead of 1024gb! >> >> I have a mild case of scsi-phobia, and am relatively clueless about it= , >> sysinstall complains GEOM is incorrect, and insists disk is 999999MB i= n >> size, although will only partition 976GB of it. >> >> Thanks, >> Joe >> >> >> >> All went well until It got to a point in newfs: devitnew# disklabel -Brw dadevitnew# disklabel -Brw da0 auto Then newfs: /dev/da0: 1000000.0MB (2048000000 sectors) block size 16384, fragment size 2048 using 5442 cylinder groups of 183.77MB, 11761 blks, 23552 inodes.super-block backups (for fsck -b #) at:160, 376512, 752864, 1129216, 1505568, 1881920, 2258272, 2634624, 3010976, =2E.. =2E.. 120432800, 120809152, 121185504, 121561856, 121938208, 122314560, 122690912, 123067264, 123443616, 123819968, 124196320, 124572672, 124949024, Then newfs hung, ^C etc didn't kill it, disk is showing as idle in systat etc. Just issued a reboot to see if it will come back. UPDATE: it has rebooted fine, presumably because it wasn't mounted. Thanks, Joe --------------enigED5DA3BF96BDB43A5722CF4E Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEi18zdQJXshOm0ecRAkSbAJwLQjmykI6VO1H/bsz5jTGEj5fd/ACfRHaK kL1Ytn6FZ66UFeDgt06ltVc= =yEV1 -----END PGP SIGNATURE----- --------------enigED5DA3BF96BDB43A5722CF4E-- From owner-freebsd-drivers@FreeBSD.ORG Sun Jun 11 00:36:02 2006 Return-Path: X-Original-To: freebsd-drivers@freebsd.org Delivered-To: freebsd-drivers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B272216A418 for ; Sun, 11 Jun 2006 00:36:02 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from elise.stf.rewt.org.uk (elise.stf.rewt.org.uk [82.152.108.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBC4A43D45 for ; Sun, 11 Jun 2006 00:36:01 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from [82.152.108.166] (im.a.raver.not.a.fucking.drug-addict.be [82.152.108.166]) (authenticated bits=0) by elise.stf.rewt.org.uk (8.13.6/8.13.4) with ESMTP id k5B0ZvnX097612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 11 Jun 2006 01:35:57 +0100 (BST) (envelope-from joe@joeholden.co.uk) Message-ID: <448B656D.3000905@joeholden.co.uk> Date: Sun, 11 Jun 2006 01:35:57 +0100 From: Joe Holden User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 CC: freebsd-drivers@freebsd.org References: <4487F5CE.4090601@joeholden.co.uk> <7579f7fb0606081044i7598fefn4bb64d55c8acdbc2@mail.gmail.com> <4488A2B6.8040108@joeholden.co.uk> <7579f7fb0606081551v13771ec7y9d262f15c695a004@mail.gmail.com> <44893245.1060008@joeholden.co.uk> <7579f7fb0606101647m478b6e3fx9e754d4063b40ff7@mail.gmail.com> <448B5A79.4030605@joeholden.co.uk> <7579f7fb0606101654m2140812cle302e1286e65436b@mail.gmail.com> In-Reply-To: <7579f7fb0606101654m2140812cle302e1286e65436b@mail.gmail.com> X-Enigmail-Version: 0.94.0.0 OpenPGP: id=13A6D1E7; url=http://www.joeholden.co.uk/pubkey.asc Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enigED1D22077114F5A396F5A4E2" X-Spam-Status: No, score=-3.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.1 X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on elise.stf.rewt.org.uk Subject: Re: LSI Logic FC919X Controller X-BeenThere: freebsd-drivers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: Writing device drivers for FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Jun 2006 00:36:02 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigED1D22077114F5A396F5A4E2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Matthew Jacob wrote: > Dunno what the geom issues is other than you're trying to put a DOS > label on it. > In othewords, *don't* do > > disklabel -Brw daN uato > > Just newfs the drive the daN device- that should work. > > On 6/10/06, Joe Holden wrote: >> Matthew Jacob wrote: >> >> Hi Matthew, this patch appears to have worked, however it also >> appears >> >> to have been detected first, which has broken my fstab, is there >> any way >> >> to order disks/hardware detection? >> >> >> > >> > Nope, sorry. That's an annoying problem that's hard to fix for most >> > non-Windows systems. >> Hi, it appears to be possible to sort the da order out, not a major >> problem, just bugging me, now if only I could get geom correct so I ca= n >> see the entire 3.5tb array instead of 1024gb! >> >> I have a mild case of scsi-phobia, and am relatively clueless about it= , >> sysinstall complains GEOM is incorrect, and insists disk is 999999MB i= n >> size, although will only partition 976GB of it. >> >> Thanks, >> Joe >> >> >> >> The point at which newfs stops is seemingly random, also, if i try and read the disklabel, the whole system blocks (new ssh connections connect but don't actually spawn a new sshd process etc). Thanks, Joe --------------enigED1D22077114F5A396F5A4E2 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFEi2VtdQJXshOm0ecRAjD/AJ9Skrw8iP9rxSDmoTjgybQYUoRPjwCghw65 ojOld0WTtexM/D4QFe20l7s= =oNgK -----END PGP SIGNATURE----- --------------enigED1D22077114F5A396F5A4E2--