From owner-freebsd-current Wed Nov 15 00:56:04 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id AAA08457 for current-outgoing; Wed, 15 Nov 1995 00:56:04 -0800 Received: from silvia.HIP.Berkeley.EDU (silvia.HIP.Berkeley.EDU [136.152.64.181]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id AAA08450 for ; Wed, 15 Nov 1995 00:55:54 -0800 Received: (from asami@localhost) by silvia.HIP.Berkeley.EDU (8.6.12/8.6.9) id AAA02753; Wed, 15 Nov 1995 00:52:22 -0800 Date: Wed, 15 Nov 1995 00:52:22 -0800 Message-Id: <199511150852.AAA02753@silvia.HIP.Berkeley.EDU> To: joerg_wunsch@uriah.heep.sax.de CC: current@freebsd.org In-reply-to: <199511150827.JAA05590@uriah.heep.sax.de> (message from J Wunsch on Wed, 15 Nov 1995 09:27:02 +0100 (MET)) Subject: Re: Panic while reading CDROM with latest -current From: asami@cs.berkeley.edu (Satoshi Asami) Sender: owner-current@freebsd.org Precedence: bulk * > instruction pointer = 0x8:0x60125000 * 0xf0125000 * * ...i assume. Sorry, typo (`6' is next to `f' on my Dvorak keyboard). * If i look at your configuration: * * > 19: ncr0 at pci0:15 # int a irq 9 * > 20: sd2 at SCSI bus 1:1:0 (ready) * > 21: sd3 at SCSI bus 1:2:0 (ready) * > 22: sd4 at SCSI bus 1:3:0 (ready) * > 23: sd5 at SCSI bus 1:4:0 (ready) * > 24: sd6 at SCSI bus 1:5:0 (ready) * > 25: cd0 at SCSI bus 1:6:0 (ready) (open) * * there's some resemblance to their environment however: the CD is the * highest ID#, only the lower numbered devices are sd ones. Dunno if * this is an incidence only. That might be why it didn't happen (or at least I didn't notice -- the last time I used the CDROM to read files (not play music) was last Friday, I think) before when I had it on the Adaptec bus. The CDROM drive was on ID 6 where sd0 is ID 0 and sd1 is ID 8. * Somehow, BUFHASH() returns a bogus value (but is apparently believed * to always return valid pointers /* CANTHAPPEN */). Hmm.... Satoshi