From owner-freebsd-alpha@FreeBSD.ORG Tue Jul 29 10:18:43 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 D37F437B404; Tue, 29 Jul 2003 10:18:43 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id C05C443FE0; Tue, 29 Jul 2003 10:18:39 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h6THIdje015518; Tue, 29 Jul 2003 10:18:39 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h6THIdjf015517; Tue, 29 Jul 2003 10:18:39 -0700 (PDT) Date: Tue, 29 Jul 2003 10:18:39 -0700 From: "David O'Brien" To: Ruslan Ermilov Message-ID: <20030729171839.GA15443@dragon.nuxi.com> Mail-Followup-To: David O'Brien , Ruslan Ermilov , Scott Long , Marcel Moolenaar , alpha@FreeBSD.org, Wilko Bulte References: <20030722081738.GB7811@sunbay.com> <20030729095436.GB7617@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030729095436.GB7617@sunbay.com> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.1-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: alpha@FreeBSD.org cc: Marcel Moolenaar cc: Scott Long cc: Wilko Bulte Subject: Re: Floppies for ALPHA X-BeenThere: freebsd-alpha@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: alpha@FreeBSD.org List-Id: Porting FreeBSD to the Alpha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jul 2003 17:18:44 -0000 [ Reply-to: set back to list ] On Tue, Jul 29, 2003 at 12:54:36PM +0300, Ruslan Ermilov wrote: > I've got that feeling that the consensus was to drop the floppy > support for Alpha, as supporting it becomes a nightmare. If so, > could any of you please review the attached patch? (It makes > Alpha similar to AMD64 regarding floppies, i.e., no floppies.) ... > .elif ${TARGET_ARCH} == "alpha" ... > +NO_FLOPPIES= ... > Index: alpha/dokern.sh > =================================================================== > RCS file: alpha/dokern.sh > diff -N alpha/dokern.sh > --- alpha/dokern.sh 28 Jul 2003 18:22:07 -0000 1.73 > +++ /dev/null 1 Jan 1970 00:00:00 -0000 > @@ -1,66 +0,0 @@ > -#!/bin/sh > -# > -# $FreeBSD: src/release/alpha/dokern.sh,v 1.73 2003/07/28 18:22:07 ru Exp $ ..snip.. Its not that we want NO_FLOPPIES, we want a single MFSROOT floppy that is like 10MB large. This is something you can dd(1) onto a disk and install from. We still need dokern.sh to change the ident, and other minor things. But there should be no seperate driver floppy, etc..