From owner-freebsd-alpha@FreeBSD.ORG Thu Sep 2 10:35:57 2004 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 5038216A4CE for ; Thu, 2 Sep 2004 10:35:57 +0000 (GMT) Received: from mail.broadpark.no (mail.broadpark.no [217.13.4.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAF3743D2D for ; Thu, 2 Sep 2004 10:35:56 +0000 (GMT) (envelope-from des@des.no) Received: from dwp.des.no (37.80-203-228.nextgentel.com [80.203.228.37]) by mail.broadpark.no (Postfix) with ESMTP id B14A42CBE; Thu, 2 Sep 2004 12:36:33 +0200 (MEST) Received: by dwp.des.no (Postfix, from userid 2602) id CC1CCB85E; Thu, 2 Sep 2004 12:35:54 +0200 (CEST) To: ticso@cicely.de References: <413489F8.2A043E20@fadesa.es> <20040831143609.GV59909@cicely12.cicely.de> <20040831144004.GA58438@freebie.xs4all.nl> <20040831145439.GW59909@cicely12.cicely.de> <20040902094024.GN59909@cicely12.cicely.de> From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) Date: Thu, 02 Sep 2004 12:35:54 +0200 In-Reply-To: <20040902094024.GN59909@cicely12.cicely.de> (Bernd Walter's message of "Thu, 2 Sep 2004 11:40:25 +0200") Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) Emacs/21.3 (berkeley-unix) MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" cc: freebsd-alpha@freebsd.org Subject: Re: miata hangs on boot with 5.3-BETA2-alpha-bootonly.iso image 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, 02 Sep 2004 10:35:57 -0000 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Bernd Walter writes: > Is your 6.0 running with a custom build kernel, or with GENERIC? custom kernel, I've attached a genericized copy. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no --=-=-= Content-Disposition: attachment; filename=dsa.gen machine alpha cpu EV5 ident dsa makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols options DEC_ST550 # Personal Workstation 433, 500, 600 options SCHED_ULE #ULE scheduler options INET #InterNETworking options FFS #Berkeley Fast Filesystem options SOFTUPDATES #Enable FFS soft updates support options UFS_DIRHASH #Improve performance on big directories options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options COMPAT_FREEBSD4 #Compatible with FreeBSD4 options KTRACE #ktrace(1) syscall trace support options KDB #Enable kernel debugger support options DDB #Support DDB options GDB #Support remote GDB options INVARIANTS #Enable calls of extra sanity checking options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS device isa device eisa device pci device fdc device ata device atadisk # ATA disk drives device atapicd # ATAPI CDROM drives device isp # Qlogic family device scbus # SCSI bus (required for SCSI) device da # Direct Access (disks) device sa # Sequential Access (tape etc) device cd # CD device pass # Passthrough device (direct SCSI access) device atkbdc # AT keyboard controller device atkbd # AT keyboard device psm # PS/2 mouse device vga # VGA video card driver device splash # Splash screen and screen saver support device sc device mcclock # MC146818 real time clock device device sio # 8250, 16[45]50 based serial ports device ppc device ppbus # Parallel port bus (required) device miibus # MII bus support device dc # DEC/Intel 21143 and workalikes device loop # Network loopback device mem # Memory and kernel memory devices device random # Entropy device device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device bpf #Berkeley packet filter # Addenda device atm device fatm device utopia options ADAPTIVE_GIANT options DUMMYNET options GEOM_MBR options GEOM_VOL options INCLUDE_CONFIG_FILE options IPFIREWALL options IPFIREWALL_DEFAULT_TO_ACCEPT options IPFIREWALL_VERBOSE options MSGBUF_SIZE=262144 options NATM options PFIL_HOOKS options SCSI_DELAY=2000 options SC_HISTORY_SIZE=1024 --=-=-=--