From owner-freebsd-questions Thu Apr 17 18:18:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA21978 for questions-outgoing; Thu, 17 Apr 1997 18:18:47 -0700 (PDT) Received: from mother.cdrom.com (mother.cdrom.com [204.216.28.172]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA21973 for ; Thu, 17 Apr 1997 18:18:44 -0700 (PDT) Received: from localhost (support@localhost) by mother.cdrom.com (8.8.5/8.7.3) with SMTP id SAA01149 for ; Thu, 17 Apr 1997 18:17:09 -0700 (PDT) X-Authentication-Warning: mother.cdrom.com: support owned process doing -bs Delivery-Date: Wed, 09 Apr 1997 11:34:48 -0700 X-Received: from pooh.cdrom.com (pooh.cdrom.com [204.216.28.222]) by mother.cdrom.com (8.8.5/8.7.3) with ESMTP id LAA02816 for ; Wed, 9 Apr 1997 11:34:48 -0700 (PDT) From: Sas.Widjaja@mckesson.com X-Received: from interlock.mckesson.com (interlock.mckesson.com [199.221.43.2]) by pooh.cdrom.com (8.8.5/8.7.3) with SMTP id LAA16396 for ; Wed, 9 Apr 1997 11:34:21 -0700 (PDT) X-Received: by interlock.mckesson.com id AA00925 (InterLock SMTP Gateway 3.0 for support@cdrom.com); Wed, 9 Apr 1997 11:35:41 -0700 X400-Originator: Sas.Widjaja@mckesson.com X400-Recipients: support@cdrom.com X400-Mts-Identifier: [/PRMD=MCKESSON/ADMD=ATTMAIL/C=US/;0011700003696660000002] X400-Content-Type: P2-1988 (22) Message-Id: <0011700003696660000002*@MHS> To: " - (052)support(a)cdrom.com" Cc: " - (052)SysX(a)worldnet.att.net" Subject: FreeBSD 2.1.7 KERNEL recompilation Date: Wed, 9 Apr 1997 18:21:28 +0000 ReSent-Date: Thu, 17 Apr 1997 18:17:05 -0700 (PDT) ReSent-From: "Christopher G. Mann" ReSent-To: questions@freebsd.org ReSent-Message-ID: Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk 4/9/97 - 10:24 AM Dear support team: I would like to re-compile the GENERIC KERNEL to support my IDE ATAPI CD-ROM drive, PS/2 mouse and to run the XFree86. The following are part of the KERNEL that I would like to modified, I have some questions on the options. Would you please help me to identify them. # syscons is the default console driver, resembling an SCO console device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr # Enable this and PCVT_FREEBSD for pcvt vt220 compatible console driver #device vt0 at isa? port "IO_KBD" tty irq 1 vector pcrint #options "PCVT_FREEBSD=210" # pcvt running on FreeBSD 2.1 #options XSERVER # include code for XFree86 | +------> SHOULD THESE BE UN-COMMENTED FOR XFree86 OPTIONS ?? (sc0???) # Mandatory, don't remove device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device mse0 at isa? port 0x23c tty irq 5 vector mseintr device psm0 at isa? disable port "IO_KBD" conflicts tty irq 12 vector smintr | +---> FOR PS/2 MOUSE (REMOVED DISABLE ???)