From owner-freebsd-alpha@FreeBSD.ORG Thu Dec 4 15:41:57 2003 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9FF4716A4EE; Thu, 4 Dec 2003 15:41:57 -0800 (PST) Received: from smtp.des.no (flood.des.no [217.116.83.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E682244022; Thu, 4 Dec 2003 15:40:51 -0800 (PST) (envelope-from des@des.no) Received: by smtp.des.no (Pony Express, from userid 666) id C82E9530C; Fri, 5 Dec 2003 00:40:44 +0100 (CET) Received: from dwp.des.no (des.no [80.203.228.37]) by smtp.des.no (Pony Express) with ESMTP id 13BDB5308; Fri, 5 Dec 2003 00:40:36 +0100 (CET) Received: by dwp.des.no (Postfix, from userid 2602) id 9B9F733C6A; Fri, 5 Dec 2003 00:40:36 +0100 (CET) To: Joerg Wunsch References: <20031204181201.321f2cf8.lehmann@ans-netz.de> <20031204224309.E34462@uriah.heep.sax.de> From: des@des.no (Dag-Erling =?iso-8859-1?q?Sm=F8rgrav?=) Date: Fri, 05 Dec 2003 00:40:36 +0100 In-Reply-To: <20031204224309.E34462@uriah.heep.sax.de> (Joerg Wunsch's message of "Thu, 4 Dec 2003 22:43:09 +0100") Message-ID: User-Agent: Gnus/5.090024 (Oort Gnus v0.24) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on flood.des.no X-Spam-Level: X-Spam-Status: No, hits=0.1 required=5.0 tests=RCVD_IN_SORBS autolearn=no version=2.60 cc: re@freebsd.org cc: alpha@FreeBSD.org cc: John Baldwin Subject: Re: Floppy detection on miata: solved. X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Dec 2003 23:41:58 -0000 Joerg Wunsch writes: > I wouldn't object if /boot/device.hints on the alpha arch shipped with > a default of hint.fd.0.flags=3D"4" though, which basically has the same > effect, but should at least give the careful reader a hint to read the > man page... Index: GENERIC.hints =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /home/ncvs/src/sys/alpha/conf/GENERIC.hints,v retrieving revision 1.6 diff -u -r1.6 GENERIC.hints --- GENERIC.hints 14 Nov 2002 14:59:27 -0000 1.6 +++ GENERIC.hints 4 Dec 2003 23:36:48 -0000 @@ -5,6 +5,7 @@ hint.fdc.0.drq=3D"2" hint.fd.0.at=3D"fdc0" hint.fd.0.drive=3D"0" +hint.fd.0.flags=3D"4" hint.ata.0.at=3D"isa" hint.ata.0.port=3D"0x1F0" hint.ata.0.irq=3D"14" re@, could this go in before the branch? for those who don't follow -alpha, this is required for the floppy to work on Alpha because the driver fails to auto-detect the drive capacity. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no