Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jan 2002 18:17:45 -0500
From:      "Matthew Emmerton" <matt@gsicomp.on.ca>
To:        "Aaron Gee" <aaron@america.com>
Cc:        <freebsd-questions@freebsd.org>
Subject:   Re: free bsd kernel compile question
Message-ID:  <001301c1a788$d6e0eba0$1200a8c0@gsicomp.on.ca>
References:  <003401c1a783$599e8580$4e02460a@directpc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> I am having trouble compiling a new kernel for my BSD box.
> Below are the steps I followed with the reults.

[ snip ]

> # SCSI peripherals
> #device         scbus           # SCSI bus (required)
> #device         da              # Direct Access (disks)

> # Parallel port
> device          ppc0    at isa? irq 7
> device          ppbus           # Parallel port bus (required)
> device          lpt             # Printer
> device          plip            # TCP/IP over parallel
> device          ppi             # Parallel port interface device
> device          vpo             # Requires scbus and da

You've enabled the vpo device which requires scbus and da, but you've
commented out the scbus and da devices.
You only need the vpo device if you plan on using Iomega parallel port ZIP
drives, IIRC.

--
Matt Emmerton


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?001301c1a788$d6e0eba0$1200a8c0>