From owner-freebsd-questions Sat Feb 22 22:23:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22942 for questions-outgoing; Sat, 22 Feb 1997 22:23:49 -0800 (PST) Received: from hod.tera.com (hod.tera.com [206.215.142.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA22936 for ; Sat, 22 Feb 1997 22:23:47 -0800 (PST) Received: from athena.tera.com (athena.tera.com [206.215.142.62]) by hod.tera.com (8.7.5/8.7.3) with ESMTP id WAA05436 for ; Sat, 22 Feb 1997 22:23:14 -0800 (PST) From: Gary Kline Received: (from kline@localhost) by athena.tera.com (8.7.5/8.7.3) id WAA20796 for questions@freebsd.org; Sat, 22 Feb 1997 22:23:13 -0800 (PST) Date: Sat, 22 Feb 1997 22:23:13 -0800 (PST) Message-Id: <199702230623.WAA20796@athena.tera.com> To: questions@freebsd.org Subject: SCSI configuration for the kernel? Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I found that the ``invalid primary partition table: no magic'' warning is coming from the isa driver code... it is looking for a magic number at some offset addr. Two questions here:: one, why isn't disklabel writing this magic number? And two, might it be the case that I am missing some configuration line in my sys/i386/config/KERNEL file? I already have device sd0 in my configuration file. Do I need a device sd1 line there also? This would make sense; but I thought I would check with some of the Core team members before rebuilding. Thanks, guys. gary kline