Received: by mail.netbsd.org (Postfix, from userid 605) id A1D4B14A2CA; Sat, 30 Jun 2012 10:37:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CE26114A2C6 for ; Sat, 30 Jun 2012 10:37:01 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nu3g2NFWVH2u for ; Sat, 30 Jun 2012 10:37:01 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 2469014A29F for ; Sat, 30 Jun 2012 10:37:01 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0B078175DD; Sat, 30 Jun 2012 10:37:01 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 30 Jun 2012 10:37:00 +0000 From: "Izumi Tsutsui" Subject: CVS commit: src/sys/arch/atari/atari To: source-changes@NetBSD.org X-Mailer: log_accum Message-Id: <20120630103701.0B078175DD@cvs.netbsd.org> Sender: source-changes-owner@NetBSD.org List-Id: source-changes.NetBSD.org Precedence: bulk Reply-To: source-changes-d@NetBSD.org Mail-Reply-To: "Izumi Tsutsui" Mail-Followup-To: source-changes-d@NetBSD.org Module Name: src Committed By: tsutsui Date: Sat Jun 30 10:37:00 UTC 2012 Modified Files: src/sys/arch/atari/atari: autoconf.c Log Message: Add a dirty hack for atari's ancient installation ramdisk: Forcibly configure md0, md1, and md2 devices before setroot() for atari's traditional "auto-load from floppy on open" md_root device which loads installation ramdisk image from floppy. md(4) has been changed dynamically configured at first open after 5.0 and md devices won't appear in "root device:" prompt without this hack. Tested on TT030. Should be pulled up to netbsd-6. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/atari/atari/autoconf.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.