Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Jan 2000 01:39:58 +0000
From:      Mark Ovens <mark@ukug.uk.freebsd.org>
To:        Chandara Wattanasirisakulthai <chandaralbc@yahoo.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: My Kernel won't compile
Message-ID:  <20000109013958.A544@marder-1>
In-Reply-To: <20000109005121.20353.qmail@web1105.mail.yahoo.com>
References:  <20000109005121.20353.qmail@web1105.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Jan 08, 2000 at 04:51:21PM -0800, Chandara Wattanasirisakulthai wrote:
> 
> I am using FreeBSD 3.2 Stable, and just wanted to add
> my sound card to my kernel. the "make depend" ran
> okay.  THe "make" started to run okay for a while,
> then ended with error messages.  I am enclosing both
> my kernel file whichi just copied off of the GENERIC
> kernel, and also the error messages which i recieved. 
> BTW my kernel is called CHANKERNEL.  THank you
> 
[snip]

> # This controller offers a number of configuration options, too many to
> # document here  - see the LINT file in this directory and look up the
> # dpt0 entry there for much fuller documentation on this.
> controller      dpt0
  ^^^^^^^^^^^^^^^^^^^^
> 
> #controller	adv0	at isa? port ? cam irq ?
> controller	adw0
> #controller	bt0	at isa? port ? cam irq ?
> #controller	aha0	at isa? port ? cam irq ?
> 
> #controller	scbus0
  ^^^^^^^^^^^^^^^^^^^^
> 
> #device		da0
> 
> #device		sa0
> 
> device		pass0
  ^^^^^^^^^^^^^^^^^^^^^^^^^^^

The errors are from pass0. pass0 and dpt0 are SCSI items. If you wish
to use them then you must uncomment scbus0 as well. If you don't have
any SCSI devices then comment out dpt0 and pass0.

[snip]


-- 
	"there's a long-standing bug relating to the x86 architecture
	that allows you to install Windows too"
				   -Matthew D. Fuller
________________________________________________________________
      FreeBSD - The Power To Serve http://www.freebsd.org
      My Webpage http://ukug.uk.freebsd.org/~mark/
mailto:mark@ukug.uk.freebsd.org              http://www.radan.com



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000109013958.A544>