From owner-freebsd-questions Mon Nov 23 08:27:23 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA01650 for freebsd-questions-outgoing; Mon, 23 Nov 1998 08:27:23 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from rain.futuresouth.com (rain.futuresouth.com [198.79.79.125]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA01639 for ; Mon, 23 Nov 1998 08:27:18 -0800 (PST) (envelope-from stormy@rain.futuresouth.com) Received: (from stormy@localhost) by rain.futuresouth.com (8.9.1/8.9.1) id KAA48116 for freebsd-questions@FreeBSD.ORG; Mon, 23 Nov 1998 10:28:02 -0600 (CST) (envelope-from stormy) Message-ID: <19981123102801.D44010@futuresouth.com> Date: Mon, 23 Nov 1998 10:28:01 -0600 From: Stormy Henderson To: freebsd-questions@FreeBSD.ORG Subject: Re: compiling kernel Mail-Followup-To: freebsd-questions@FreeBSD.ORG References: <36591C2C.D504EF1C@shrub.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <36591C2C.D504EF1C@shrub.net>; from Ryan Dahl on Mon, Nov 23, 1998 at 12:26:20AM -0800 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG A happy camper (Ryan Dahl, four@shrub.net) once wrote... > controller ahc0 > controller isp0 > > #controller scbus0 The first two are SCSI controllers, if you want them, you have to uncomment the 3rd line. I think you have some more SCSI things uncommented farther down in the file, but I don't know enough about that hardware to be sure. > # syscons is the default console driver, resembling an SCO console > device sc0 at isa? port "IO_KBD" conflicts tty irq 1 vector scintr > # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver > device vt0 at isa? port "IO_KBD" conflicts tty irq 1 vector pcrint > options XSERVER # support for X server > options FAT_CURSOR # start with block cursor You need only one console driver; most folks stick with sc0, the default. Remove the latter 3 lines. Be happy... -- http://www.futuresouth.com/~stormy/signature.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message