From owner-freebsd-bugs Tue Jan 2 20:21:50 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA06935 for bugs-outgoing; Tue, 2 Jan 1996 20:21:50 -0800 (PST) Received: from madison.tdsnet.com (root@madison.tdsnet.com [204.246.1.2]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id UAA06922 for ; Tue, 2 Jan 1996 20:21:43 -0800 (PST) Received: from .tdsnet.com (waun0-a03.waun.tdsnet.com [204.246.2.36]) by madison.tdsnet.com (8.6.12/CICNet) with SMTP id WAA01186; Tue, 2 Jan 1996 22:20:46 -0600 Message-Id: <199601030420.WAA01186@madison.tdsnet.com> Date: Tue, 02 Jan 96 22:20:23 -0800 From: Bill Taylor X-Mailer: Mozilla 1.1N (Windows; I; 16bit) MIME-Version: 1.0 To: bugs@freebsd.org, support@cdrom.com Subject: two faced ide controllers loose out to generic kernel after build Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org Precedence: bulk It seems if you are building on a dual interface ide controller that you had better have your disk partitions on side 1(wc0). The generic kernel you get when you come back up on disk(hard), does not locate wc1 at irq 15 ... I had my first system that had a master/slave two disk setup yeild 2.1 Gig but tie up the entire first side. Building from the cdrom and other disk on wc1 was no problem, but was unavailable once the kernel was booted off it. The next computer with the same two interface ide controller, worked fine since the cdrom was on the second side but the dos partition disk and the other disk(one for FreeBSD) were both on side wc0. Once I booted, the cdrom and entire second part of the controller were invisible. I went into the kernel config sources and remade the existing generic kernel with a local name for later changes and presto/chango both side were indeed findable. My conclusion is that the generic disk kernel on the new 2.1 walnut creek cdrom is bad(or just a little short of generic enough). Hope this tidbit helps others. If someone would like to pump me further, I work at the University of Wisconsin, Madison and can be reached either by phone at 608-262-8659, or email at bt@ssec.wisc.edu