From owner-freebsd-alpha Tue Dec 5 8:14: 7 2000 From owner-freebsd-alpha@FreeBSD.ORG Tue Dec 5 08:14:04 2000 Return-Path: Delivered-To: freebsd-alpha@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id DCEAC37B400; Tue, 5 Dec 2000 08:14:03 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id LAA25180; Tue, 5 Dec 2000 11:14:02 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.1/8.9.1) id eB5GE2817586; Tue, 5 Dec 2000 11:14:02 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Tue, 5 Dec 2000 11:14:02 -0500 (EST) To: Daniel Nilsson Cc: freebsd-alpha@freebsd.org Subject: Re: Mikasa boot problems In-Reply-To: <976022855.158daniel.n.nilsson@home.se> References: <976022855.158daniel.n.nilsson@home.se> X-Mailer: VM 6.43 under 20.4 "Emerald" XEmacs Lucid Message-ID: <14893.194.420965.77884@grasshopper.cs.duke.edu> Sender: owner-freebsd-alpha@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Daniel Nilsson writes: > Hi, > > I'm trying to boot the 4.2-release on an AS1000 EV5/300 > machine (aka Mikasa). I' tried booting the kernel from > both the floppy and the CD-ROM but the results are the > same, the kernel loads and finds all hardware in the > machine. It gets to the point where it prints the message > about waiting 15 seconds for SCSI devices to settle and > then I get a message from de0 about switching to 10BASE-T. > I can see the SCSI devices beeing reset but after that > nothing. I tried unplugginf all the SCSI devices from the > builtin 53C810 controller but that didn't make a difference. > > Any ideas what to try ? The machine runs with linux 2.2.16 > and Tru64 5.1 I ported the AS1000/AS1000A support from NetBSD. I don't think the 1000A support has been tested yet. I think I may have found a bug in the port of the interrupt code. I can send you a patch (below), or I can build you a floppy to use to boot 4.2. If you'd like a floppy, please describe your hardware (srm "show conf") so I can strip out some devices from the config file -- I cannot seem to make the BOOTMFS kernel fit on a floppy. I have no idea how David did it. Drew Index: sys/alpha/alpha/dec_1000a.c =================================================================== RCS file: /home/ncvs/src/sys/alpha/alpha/dec_1000a.c,v retrieving revision 1.2.2.2 diff -u -r1.2.2.2 dec_1000a.c --- sys/alpha/alpha/dec_1000a.c 2000/07/20 06:12:12 1.2.2.2 +++ sys/alpha/alpha/dec_1000a.c 2000/12/05 15:24:48 @@ -401,5 +401,5 @@ /* * Enable cascade interrupt. */ - dec_1000_intr_enable(2); + dec_1000a_intr_enable(2); } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-alpha" in the body of the message