Date: Mon, 19 Nov 2001 20:10:31 +0100 (MET) From: j@uriah.heep.sax.de (Joerg Wunsch) To: freebsd-current@freebsd.org Cc: Bob Vaughan <techie@tantivy.stanford.edu> Subject: Re: kernel panic Message-ID: <200111191910.fAJJAVF97639@uriah.heep.sax.de> References: <200111190818.AAA96936@tantivy.stanford.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
Bob Vaughan <techie@tantivy.stanford.edu> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111191910.fAJJAVF97639>