NetBSD Problem Report #49811

From martin@duskware.de  Fri Apr  3 18:01:16 2015
Return-Path: <martin@duskware.de>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (not verified))
	by mollari.NetBSD.org (Postfix) with ESMTPS id B7BC1A65B0
	for <gnats-bugs@gnats.NetBSD.org>; Fri,  3 Apr 2015 18:01:16 +0000 (UTC)
Date: Fri, 03 Apr 2015 20:01:13 CEST
From: martin@NetBSD.org
Reply-To: martin@NetBSD.org
To: gnats-bugs@NetBSD.org
Subject: DRMKMS kernels can not boot with -a
X-Send-Pr-Version: 3.95

>Number:         49811
>Category:       kern
>Synopsis:       DRMKMS kernels can not boot with -a
>Confidential:   no
>Severity:       critical
>Priority:       high
>Responsible:    kern-bug-people
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Fri Apr 03 18:05:00 +0000 2015
>Last-Modified:  Thu May 07 03:50:01 +0000 2015
>Originator:     Martin Husemann
>Release:        NetBSD 7.99.7
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD night-owl.duskware.de 7.99.7 NetBSD 7.99.7 (NIGHT-OWL) #315: Fri Mar 20 08:14:21 CET 2015 martin@night-owl.duskware.de:/usr/src/sys/arch/amd64/compile/NIGHT-OWL amd64
Architecture: x86_64
Machine: amd64
>Description:

For some reasons (I still have to explore) my notebook bios is unhappy when
trying to boot a amd64 iso image dd'd to a usb stick.

For testing I copied over the kernel from the cd9660 root partition of the
image to the hard disk and booted that with -a.

At the root device prompt I answered sd0a and expected it to fire up
sysinst.

However, the -a boot makes radeon unhappy: it can not load the firmware
before mounting root, and after mounting root it crashes as soon as the
console device is opened.

>How-To-Repeat:

boot with -a on a system using radeon?

>Fix:
n/a

>Audit-Trail:
From: "matthew green" <mrg@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49811 CVS commit: src
Date: Sun, 26 Apr 2015 21:37:23 +0000

 Module Name:	src
 Committed By:	mrg
 Date:		Sun Apr 26 21:37:22 UTC 2015

 Modified Files:
 	src/distrib/sets: mkvars.mk
 	src/distrib/sets/lists/base: mi
 	src/etc/mtree: NetBSD.dist.base
 	src/share/mk: bsd.README bsd.own.mk
 	src/sys/dev/microcode/radeon: Makefile

 Log Message:
 two changes to radeon drm firmware:
 - only install it by default on x86, set new MKRADEONFIRMWARE variable
 - install in /libdata, so that separate /usr systems work

 (this still doesn't solve PR#49811, which possibly could be handled by
 having them being a kernel module loaded by /boot.)


 To generate a diff of this commit:
 cvs rdiff -u -r1.16 -r1.17 src/distrib/sets/mkvars.mk
 cvs rdiff -u -r1.1101 -r1.1102 src/distrib/sets/lists/base/mi
 cvs rdiff -u -r1.143 -r1.144 src/etc/mtree/NetBSD.dist.base
 cvs rdiff -u -r1.340 -r1.341 src/share/mk/bsd.README
 cvs rdiff -u -r1.846 -r1.847 src/share/mk/bsd.own.mk
 cvs rdiff -u -r1.2 -r1.3 src/sys/dev/microcode/radeon/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

From: "Soren Jacobsen" <snj@netbsd.org>
To: gnats-bugs@gnats.NetBSD.org
Cc: 
Subject: PR/49811 CVS commit: [netbsd-7] src
Date: Thu, 7 May 2015 03:48:28 +0000

 Module Name:	src
 Committed By:	snj
 Date:		Thu May  7 03:48:27 UTC 2015

 Modified Files:
 	src/distrib/sets [netbsd-7]: mkvars.mk
 	src/distrib/sets/lists/base [netbsd-7]: mi
 	src/etc/mtree [netbsd-7]: NetBSD.dist.base
 	src/share/mk [netbsd-7]: bsd.README bsd.own.mk
 	src/sys/dev/microcode/radeon [netbsd-7]: Makefile

 Log Message:
 Pull up following revision(s) (requested by mrg in ticket #736):
 	distrib/sets/mkvars.mk: revision 1.17
 	distrib/sets/lists/base/mi: revision 1.1102
 	etc/mtree/NetBSD.dist.base: revision 1.144
 	share/mk/bsd.README: revision 1.341
 	share/mk/bsd.own.mk: revision 1.847
 	sys/dev/microcode/radeon/Makefile: revision 1.3
 two changes to radeon drm firmware:
 - only install it by default on x86, set new MKRADEONFIRMWARE variable
 - install in /libdata, so that separate /usr systems work
 (this still doesn't solve PR#49811, which possibly could be handled by
 having them being a kernel module loaded by /boot.)


 To generate a diff of this commit:
 cvs rdiff -u -r1.15.4.1 -r1.15.4.2 src/distrib/sets/mkvars.mk
 cvs rdiff -u -r1.1087.2.6 -r1.1087.2.7 src/distrib/sets/lists/base/mi
 cvs rdiff -u -r1.139.2.1 -r1.139.2.2 src/etc/mtree/NetBSD.dist.base
 cvs rdiff -u -r1.335.2.2 -r1.335.2.3 src/share/mk/bsd.README
 cvs rdiff -u -r1.829.2.6 -r1.829.2.7 src/share/mk/bsd.own.mk
 cvs rdiff -u -r1.2 -r1.2.2.1 src/sys/dev/microcode/radeon/Makefile

 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.