From owner-freebsd-bugs Thu Apr 10 16:31:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA08610 for bugs-outgoing; Thu, 10 Apr 1997 16:31:35 -0700 (PDT) Received: from cargpc5.atmos.washington.edu (cargpc5.atmos.washington.edu [128.95.176.98]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA08593 for ; Thu, 10 Apr 1997 16:31:28 -0700 (PDT) Received: from localhost by cargpc5.atmos.washington.edu (8.8.5/UW-NDC Revision: 2.30v8.8) id QAA28212; Thu, 10 Apr 1997 16:33:12 -0700 (PDT) X-Authentication-Warning: cargpc5.atmos.washington.edu: dbx owned process doing -bs Date: Thu, 10 Apr 1997 16:33:11 -0700 (PDT) From: "\"Doug Burks\"" To: Joerg Wunsch cc: bugs@freebsd.org, "John S. Dyson" Subject: Re: kern/3156: Floppy disk copy freezes In-Reply-To: <19970401082956.CG29737@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Greetings, I compiled a kernel with DDB and also threw out the features I don't use. Thus, true to usual form, the problem completely went away. :( If it helps, I've tacked on my kernel configuration file. I will continue to try different things out to narrow it down, but the pace will be slow, since my boss pays me to play with aircraft data, not kernels. :) Doug Burks dbx@atmos.washington.edu # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # # For more information read the handbook part System Administration -> # Configuring the FreeBSD Kernel -> The Configuration File. # The handbook is available in /usr/share/doc/handbook or online as # latest version from the FreeBSD World Wide Web server # # # An exhaustive list of options and more detailed explanations of the # device lines is present in the ./LINT configuration file. If you are # in doubt as to the purpose or necessity of a line, check first in LINT. # # $Id: GENERIC,v 1.77.2.4 1997/02/22 20:31:24 joerg Exp $ machine "i386" cpu "I586_CPU" ident DBXdbg maxusers 2 options INET options FFS options NFS options MSDOSFS options PROCFS options "COMPAT_43" options FAILSAFE options SYSVSHM options SYSVSEM options SYSVMSG options UCONSOLE options DDB options KTRACE config kernel root on wd0 controller isa0 controller eisa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller wdc0 at isa? port "IO_WD1" bio irq 14 vector wdintr disk wd0 at wdc0 drive 0 device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint options PCVT_FREEBSD=210 options XSERVER device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device ep0 at isa? port 0x300 net irq 10 vector epintr pseudo-device loop pseudo-device ether pseudo-device log pseudo-device pty 16 pseudo-device vn Doug Burks dbx@atmos.washington.edu