From owner-freebsd-stable Sun Jun 22 03:49:29 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id DAA26272 for stable-outgoing; Sun, 22 Jun 1997 03:49:29 -0700 (PDT) Received: from ns.frihet.com (root@frihet.bayarea.net [205.219.92.1]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA26264; Sun, 22 Jun 1997 03:49:24 -0700 (PDT) Received: from ns.frihet.com (tweten@localhost [127.0.0.1]) by ns.frihet.com (8.8.4/8.8.4) with ESMTP id DAA09907; Sun, 22 Jun 1997 03:48:33 -0700 (PDT) Message-Id: <199706221048.DAA09907@ns.frihet.com> X-Mailer: exmh version 2.0beta 12/23/96 Reply-To: "David E. Tweten" To: Bruce Evans cc: freebsd-mobile@FreeBSD.ORG, freebsd-stable@FreeBSD.ORG Subject: Re: NEC 6030X, FreeBSD 2.2.2, and the CDROM Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 22 Jun 1997 03:48:32 -0700 From: "David E. Tweten" Sender: owner-stable@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Initially quoting me, Bruce Evans said: >>... changing the contents of /etc/fstab (from wd1 based contents provided >>by the CD install to wd0 based contents) prevents the panic. >The kernel shouldn't be paniced by anything in fstab. It isn't even >used until after the root file system has been used to start init. While you didn't give me the actual answer to the problem, thank you for forcing me to investigate a different line to answer your comments. The essence of the actual problem can be seen by comparing the device probes with CD wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 1 (wd1): wd1: 1378MB (2822400 sectors), 2800 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 0 (atapi): wd0: 1378MB (2822400 sectors), 2800 cyls, 16 heads, 63 S/T, 512 B/S I was trying to solve my problem the hard way. I was accepting the disk device name change and looking for a way to cope with it. One of the many times I inserted and removed the CD drive this evening, I noticed a tiny slide switch on the back, labeled with an "S" on one side and with an unreadable smudge on the other. It was set to smudge. After switching it to "S," the device probe turned into wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 1378MB (2822400 sectors), 2800 cyls, 16 heads, 63 S/T, 512 B/S wdc0: unit 1 (atapi):