From owner-freebsd-current Tue Jun 2 13:53:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA07619 for freebsd-current-outgoing; Tue, 2 Jun 1998 13:53:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from kstreet.interlog.com (kws@kstreet.interlog.com [198.53.146.171]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA07604 for ; Tue, 2 Jun 1998 13:53:51 -0700 (PDT) (envelope-from kws@kstreet.interlog.com) Received: (from kws@localhost) by kstreet.interlog.com (8.8.8/8.8.8) id QAA03026; Tue, 2 Jun 1998 16:53:46 -0400 (EDT) (envelope-from kws) To: current@FreeBSD.ORG Subject: panic mounting dos floppy From: Kevin Street Date: 02 Jun 1998 16:53:46 -0400 Message-ID: <87af7vmso5.fsf@kstreet.interlog.com> Lines: 40 X-Mailer: Gnus v5.5/XEmacs 20.4 - "Emerald" Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I got a mostly repeatable (4 for 5) panic today while mounting a dos floppy following an unsuccessful mount. I'd accidentally done: # mount /dev/fd0 /dev/fd0 on /mnt/unix/a: Incorrect super block. # mount /mnt/dos/a I have the following in my /etc/fstab: (same device, different fs types and mount points) /dev/fd0 /mnt/unix/a ufs rw,noauto 0 0 /dev/fd0 /mnt/dos/a msdos rw,noauto,noexec 0 0 I can mount and unmount /mnt/dos/a with no problems as long as I don't do the failing ufs type mount first. This is on FreeBSD-current from about May 26. I have `options BOUNCE_BUFFERS' in the kernel. The panic is (this is the shortest one): (kgdb) where #0 boot (howto=256) at ../../kern/kern_shutdown.c:281 #1 0xf0114a26 in panic ( fmt=0xf01ac094 "isa_dmacheck: no physical page present") at ../../kern/kern_shutdown.c:421 #2 0xf01ac119 in isa_dmarangecheck ( va=0xf446b000
, length=512, chan=2) at ../../i386/isa/isa.c:900 #3 0xf01abe26 in isa_dmastart (flags=537919504, addr=0xf446b000
, nbytes=512, chan=2) at ../../i386/isa/isa.c:764 #4 0xf01aa015 in fdstate (fdcu=0, fdc=0xf0215a40) at ../../i386/isa/fd.c:1640 #5 0xf01a9acb in fdintr (fdcu=0) at ../../i386/isa/fd.c:1445 (kgdb) -- Kevin Street street@iName.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message