Re: Kernel config problem with scbus

2002-10-17 Thread Artem Okounev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello Kevin,

Wednesday, October 16, 2002, 5:26:06 AM, you wrote:

KS I'm trying to do old-style kernel builds with 4.7 (though I've run
KS into this same issue with earlier releases and other motherboards).

KS In the Handbook, it says that if you are compiling for an IDE-only
KS system, you can remove the following:

KS # SCSI peripherals
KS device  scbus   # SCSI bus (required)

KS However, if I comment this out (along with the various SCSI controllers
KS and devices), the make fails.  I can take everything else out but that
KS one line and have success.

KS Can anyone duplicate/explain?

Just compiled new kernel on RELENG_4_7 tree without scbus -
no problems. Look again at you kernel config - maybe some
SCSI devices still present there. You may also try the
following:
1. rm -rf /usr/obj
2. Re-cvsup
3. cd /usr/src; make buildkernel KERNCONF=your config


- --
Best regards,
 Artemmailto:aokounev;yahoo.com
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.0 (MingW32)

iD8DBQE9rpdNbOuJ0KL1C+MRAquLAJ9SOZdrur4FXQoiUtYWSDp0JvuX+wCgzyCN
n5ylQB54xeoHzNcJjRnZBH4=
=PDGk
-END PGP SIGNATURE-


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Kernel config problem with scbus

2002-10-17 Thread Kevin Stevens
On Thu, 17 Oct 2002, Ceri Davies wrote:

 On Tue, Oct 15, 2002 at 07:26:06PM -0700, Kevin Stevens wrote:
  In the Handbook, it says that if you are compiling for an IDE-only
  system, you can remove the following:
 
  # SCSI peripherals
  device  scbus   # SCSI bus (required)
 
  However, if I comment this out (along with the various SCSI controllers
  and devices), the make fails.  I can take everything else out but that
  one line and have success.
 
  Can anyone duplicate/explain?

 You probably have the umass device enabled - this requires scbus.

 Ceri

Thanks Ceri, I'm sure that's the explanation!  I've been missing that
dependency over and over again reading through the config file.

KeS



To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Kernel config problem with scbus

2002-10-17 Thread Ceri Davies
On Tue, Oct 15, 2002 at 07:26:06PM -0700, Kevin Stevens wrote:
 I'm trying to do old-style kernel builds with 4.7 (though I've run 
 into this same issue with earlier releases and other motherboards).
 
 In the Handbook, it says that if you are compiling for an IDE-only 
 system, you can remove the following:
 
 # SCSI peripherals
 device  scbus   # SCSI bus (required)
 
 However, if I comment this out (along with the various SCSI controllers 
 and devices), the make fails.  I can take everything else out but that 
 one line and have success.
 
 Can anyone duplicate/explain?

You probably have the umass device enabled - this requires scbus.

Ceri
-- 
you can't see when light's so strong
you can't see when light is gone

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Kernel config problem with scbus

2002-10-15 Thread Kevin Stevens

I'm trying to do old-style kernel builds with 4.7 (though I've run 
into this same issue with earlier releases and other motherboards).

In the Handbook, it says that if you are compiling for an IDE-only 
system, you can remove the following:

# SCSI peripherals
device  scbus   # SCSI bus (required)

However, if I comment this out (along with the various SCSI controllers 
and devices), the make fails.  I can take everything else out but that 
one line and have success.

Can anyone duplicate/explain?

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message