From owner-freebsd-stable Mon Jun 17 08:14:04 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id IAA24124 for stable-outgoing; Mon, 17 Jun 1996 08:14:04 -0700 (PDT) Received: from freefall.freebsd.org (localhost.cdrom.com [127.0.0.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id IAA24114; Mon, 17 Jun 1996 08:14:02 -0700 (PDT) Message-Id: <199606171514.IAA24114@freefall.freebsd.org> To: "Jeffrey D. Wheelhouse" cc: freebsd-stable@freebsd.org Subject: Re: Trap 12/supervisor read, page not present In-reply-to: Your message of "Mon, 17 Jun 1996 01:02:40 PDT." <199606170804.BAA14727@voltimand.csd.wwwi.com> Date: Mon, 17 Jun 1996 08:14:01 -0700 From: "Justin T. Gibbs" Sender: owner-stable@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Here is my kernel configuration: >cpu "I386_CPU" >cpu "I486_CPU" You don't need these unless you plan to boot the same kernel on an i386 or i486. >options MATH_EMULATE #Support for x87 emulation You don't need this unless you plan to boot this kernel on a machine that doesn't have an FP unit. >options BOUNCE_BUFFERS #include support for DMA bounce buffer You don't need this unless you plan to boot this kernel on a machine with an ISA DMA controller. >controller ahc0 >controller ahc1 You only need one of these. One ahc entry will attach to as many cards as it can find in your system. >Basically I stripped everything I didn't need in the hopes >of expurgating the problem. Not quite everything. >An issue with the 2940W? I did have to disable wide >transfers on the wide drive and sync negotiation for both (not sure >which fixed it) to make the narrow drive stop rebooting the SCSI bus >on every drive access, but that was a dozen sups and kernels ago, >haven't had time to play with it since. Please confirm that you no longer need to disable wide negotiation or lower the sync rate with the latest driver. This should be fixed. >Later, >Jeff -- Justin T. Gibbs =========================================== FreeBSD: Turning PCs into workstations ===========================================