From owner-freebsd-current Mon Nov 19 11:21: 0 2001 Delivered-To: freebsd-current@freebsd.org Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by hub.freebsd.org (Postfix) with ESMTP id DC3AF37B62B for ; Mon, 19 Nov 2001 11:20:48 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.9.3/8.9.3) with UUCP id UAA28364; Mon, 19 Nov 2001 20:20:47 +0100 (CET) Received: (from j@localhost) by uriah.heep.sax.de (8.11.6/8.11.6) id fAJJAVF97639; Mon, 19 Nov 2001 20:10:31 +0100 (MET) (envelope-from j) Date: Mon, 19 Nov 2001 20:10:31 +0100 (MET) Message-Id: <200111191910.fAJJAVF97639@uriah.heep.sax.de> Mime-Version: 1.0 X-Newsreader: knews 1.0b.1 Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Organization: Private BSD site, Dresden X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E References: <200111190818.AAA96936@tantivy.stanford.edu> From: j@uriah.heep.sax.de (Joerg Wunsch) Subject: Re: kernel panic X-Original-Newsgroups: local.freebsd.current To: freebsd-current@freebsd.org Cc: Bob Vaughan Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Bob Vaughan wrote: > sources from yesterday evening. rebuild with kernel sources from tonight. > same results. > > > vt0: unknown trident VGA, 80 columns, color, 8 screens, unknown keyboard > Warning: Driver mistake: repeat make_dev ("ttyv0") Does this only happen with a recent -current? I'm a long-time pcvt user, but have never seen the warning (that it used to be). The only test machine here cannot reproduce it either. > make_dev(c03404c0,0,0,0,180,c02f9e0d,0,c0398420) at make_dev+0xfb > pcvt_attach(c12a7b80,c12a7b80,c12b2000,18,1) at pcvt_attach+0x1fe Quick review shows that pcvt_attach() is the only pcvt function that ever would call make_dev(). It is not supposed to be called twice... Do you incidentally have both gfx console drivers (sc0 and vt0) in your configuration? That would perhaps explain it. -- cheers, J"org .-.-. --... ...-- -.. . DL8DTL http://www.sax.de/~joerg/ NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message