Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Apr 1997 16:33:11 -0700 (PDT)
From:      "\"Doug Burks\"" <dbx@atmos.washington.edu>
To:        Joerg Wunsch <joerg_wunsch@uriah.heep.sax.de>
Cc:        bugs@freebsd.org, "John S. Dyson" <toor@dyson.iquest.net>
Subject:   Re: kern/3156: Floppy disk copy freezes
Message-ID:  <Pine.NEB.3.95q.970410163009.28203A-100000@cargpc5.atmos.washington.edu>
In-Reply-To: <19970401082956.CG29737@uriah.heep.sax.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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 
# <URL:http://www.FreeBSD.ORG/>;
#
# 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.NEB.3.95q.970410163009.28203A-100000>