Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 1998 10:28:01 -0600
From:      Stormy Henderson <stormy@futuresouth.com>
To:        freebsd-questions@FreeBSD.ORG
Subject:   Re: compiling kernel
Message-ID:  <19981123102801.D44010@futuresouth.com>
In-Reply-To: <36591C2C.D504EF1C@shrub.net>; from Ryan Dahl on Mon, Nov 23, 1998 at 12:26:20AM -0800
References:  <36591C2C.D504EF1C@shrub.net>

next in thread | previous in thread | raw e-mail | index | archive | help
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



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