From owner-freebsd-stable Mon Jan 17 10:16:32 2000 Delivered-To: freebsd-stable@freebsd.org Received: from cx344940-a.meta1.la.home.com (cx344940-a.meta1.la.home.com [24.6.21.74]) by hub.freebsd.org (Postfix) with ESMTP id C2CE414EFC for ; Mon, 17 Jan 2000 10:16:21 -0800 (PST) (envelope-from conrads@cx344940-a.meta1.la.home.com) Received: (from conrads@localhost) by cx344940-a.meta1.la.home.com (8.9.3/8.9.2) id MAA68389 for stable@freebsd.org; Mon, 17 Jan 2000 12:16:20 -0600 (CST) (envelope-from conrads) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 Date: Mon, 17 Jan 2000 12:16:20 -0600 (CST) Organization: @Home Network From: Conrad Sabatier To: stable@freebsd.org Subject: Problems with 3.4-STABLE custom kernel Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I've been trying to get a new kernel to work on a friend's machine, but every time I install a new kernel and reboot, we get this: changing root device to wd0s2a wd0: interrupt timeout (status 50 error 0) wd0: wdtimeout() DMA status 4 wd0: interrupt timeout (status 50 error 1) wd0: wdtimeout() DMA status 4 wd0: interrupt timeout (status 50 error 1) wd0: wdtimeout() DMA status 4 wd0: interrupt timeout (status 50 error 1) wd0: wdtimeout() DMA status 4 wd0: interrupt timeout (status 50 error 1) wd0: wdtimeout() DMA status 4 wd0: Last time I say: interrupt timeout. Probably a portable PC. (status 50 error 1) wd0: wdtimeout() DMA status 4 His system worked just fine with a previous custom kernel with exactly the same config as this one. I'm at a loss as to what to do. I've already tried disabling all flags on the wdc* devices; didn't do any good. Here are the relevant config entries: options "AUTO_EOI_1" options "AUTO_EOI_2" controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 disk fd0 at fdc0 drive 0 #disk fd1 at fdc0 drive 1 options "CMD640" # work around CMD640 chip deficiency controller wdc0 at isa? port "IO_WD1" bio irq 14 disk wd0 at wdc0 drive 0 #disk wd1 at wdc0 drive 1 controller wdc1 at isa? port "IO_WD2" bio irq 15 disk wd2 at wdc1 drive 0 #disk wd3 at wdc1 drive 1 options ATAPI #Enable ATAPI support for IDE bus options ATAPI_STATIC #Don't do it as an LKM device acd0 #IDE CD-ROM Suggestions, anyone? -- Conrad Sabatier http://members.home.net/conrads/ ICQ# 1147270 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message