Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Apr 1997 19:36:48 -0400
From:      "V-Vega " <vvega@silly.com>
To:        <questions@freebsd.org>
Subject:   mouse....
Message-ID:  <199704292340.TAA13973@silly.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.

------=_NextPart_000_01BC559D.D837E720
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

ok ...I have a ps/2 serial mouse on COM 2 in DOS.  how do i edit my Kernel
config file to compile with this ???? this is what i currently have .....
thanx


------=_NextPart_000_01BC559D.D837E720
Content-Type: application/octet-stream; name="Mykernel"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="Mykernel"

#=0A=
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks=0A=
#=0A=
# For more information read the handbook part System Administration -> =
=0A=
# Configuring the FreeBSD Kernel -> The Configuration File. =0A=
# The handbook is available in /usr/share/doc/handbook or online as=0A=
# latest version from the FreeBSD World Wide Web server =0A=
# <URL:http://www.FreeBSD.ORG/>=0A=
#=0A=
# An exhaustive list of options and more detailed explanations of the =
=0A=
# device lines is present in the ./LINT configuration file. If you are =
=0A=
# in doubt as to the purpose or necessity of a line, check first in =
LINT.=0A=
#=0A=
#	$Id: GENERIC,v 1.77.2.4 1997/02/22 20:31:24 joerg Exp $=0A=
=0A=
machine		"i386"=0A=
#cpu		"I386_CPU"=0A=
cpu		"I486_CPU"=0A=
#cpu		"I586_CPU"=0A=
#cpu		"I686_CPU"=0A=
ident		MYKERNEL=0A=
maxusers	10=0A=
=0A=
options		GPL_MATH_EMULATE		#Support for x87 emulation=0A=
options		INET			#InterNETworking=0A=
options		FFS			#Berkeley Fast Filesystem=0A=
#options		NFS			#Network Filesystem=0A=
options		MSDOSFS			#MSDOS Filesystem=0A=
#options		"CD9660"		#ISO 9660 Filesystem=0A=
options		PROCFS			#Process filesystem=0A=
options		"COMPAT_43"		#Compatible with BSD 4.3 [KEEP THIS!]=0A=
#options		SCSI_DELAY=3D15		#Be pessimistic about Joe SCSI device=0A=
#options		BOUNCE_BUFFERS		#include support for DMA bounce buffers=0A=
#options		UCONSOLE		#Allow users to grab the console=0A=
#options		FAILSAFE		#Be conservative=0A=
#options		USERCONFIG		#boot -c editor=0A=
#options		VISUAL_USERCONFIG	#visual boot -c editor=0A=
=0A=
config		kernel	root on wd0=0A=
=0A=
controller	isa0=0A=
controller	eisa0=0A=
controller	pci0=0A=
=0A=
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr=0A=
disk		fd0	at fdc0 drive 0=0A=
#disk		fd1	at fdc0 drive 1=0A=
#tape		ft0	at fdc0 drive 2=0A=
=0A=
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr=0A=
disk		wd0	at wdc0 drive 0=0A=
disk		wd1	at wdc0 drive 1=0A=
=0A=
controller	wdc1	at isa? port "IO_WD2" bio irq 15 vector wdintr=0A=
disk		wd2	at wdc1 drive 0=0A=
disk		wd3	at wdc1 drive 1=0A=
=0A=
#options		ATAPI		#Enable ATAPI support for IDE bus=0A=
#options		ATAPI_STATIC	#Don't do it as an LKM=0A=
#device		wcd0	#IDE CD-ROM=0A=
=0A=
# A single entry for any of these controllers (ncr, ahb, ahc, amd) is=0A=
# sufficient for any number of installed devices.=0A=
#controller	ncr0=0A=
#controller	amd0=0A=
#controller	ahb0=0A=
#controller	ahc0=0A=
#controller	bt0	at isa? port "IO_BT0" bio irq ? vector bt_isa_intr=0A=
#controller	uha0	at isa? port "IO_UHA0" bio irq ? drq 5 vector =
uhaintr=0A=
#controller	aha0	at isa? port "IO_AHA0" bio irq ? drq 5 vector =
ahaintr=0A=
#controller	aic0	at isa? port 0x340 bio irq 11 vector aicintr=0A=
#controller	nca0	at isa? port 0x1f88 bio irq 10 vector ncaintr=0A=
#controller	nca1	at isa? port 0x350 bio irq 5 vector ncaintr=0A=
#controller	sea0	at isa? bio irq 5 iomem 0xc8000 iosiz 0x2000 vector =
seaintr=0A=
=0A=
#controller	scbus0=0A=
=0A=
#device		sd0=0A=
=0A=
#device		od0	#See LINT for possible `od' options.=0A=
=0A=
#device		st0=0A=
=0A=
#device		cd0	#Only need one of these, the code dynamically grows=0A=
=0A=
#device		wt0	at isa? port 0x300 bio irq 5 drq 1 vector wtintr=0A=
#device		mcd0	at isa? port 0x300 bio irq 10 vector mcdintr=0A=
=0A=
#controller	matcd0	at isa? port 0x230 bio=0A=
=0A=
#device		scd0	at isa? port 0x230 bio=0A=
=0A=
# syscons is the default console driver, resembling an SCO console=0A=
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr=0A=
# Enable this and PCVT_FREEBSD for pcvt vt220 compatible console =
driver=0A=
#device		vt0	at isa? port "IO_KBD" tty irq 1 vector pcrint=0A=
#options		PCVT_FREEBSD=3D210	# pcvt running on FreeBSD >=3D 2.0.5=0A=
#options		XSERVER			# include code for XFree86=0A=
#options		FAT_CURSOR		# start with block cursor=0A=
# If you have a ThinkPAD, uncomment this along with the rest of the PCVT =
lines=0A=
#options		PCVT_SCANSET=3D2		# IBM keyboards are non-std=0A=
=0A=
# Mandatory, don't remove=0A=
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr=0A=
=0A=
#=0A=
# Laptop support (see LINT for more options)=0A=
#=0A=
#device		apm0    at isa?	disable	# Advanced Power Management=0A=
#options		APM_BROKEN_STATCLOCK	# Workaround some buggy APM BIOS=0A=
# PCCARD (PCMCIA) support=0A=
#controller	crd0=0A=
#device		pcic0	at crd?=0A=
#device		pcic1	at crd?=0A=
=0A=
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr=0A=
#device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr=0A=
device		sio2	at isa? disable port "IO_COM3" tty irq 4 vector siointr=0A=
device		sio3	at isa? disable port "IO_COM4" tty irq 9 vector siointr=0A=
=0A=
device		lpt0	at isa? port? tty irq 7 vector lptintr=0A=
device		lpt1	at isa? port? tty=0A=
device		mse0	at isa? port 0x2f8 tty irq 3 vector mseintr=0A=
=0A=
#device		psm0	at isa? disable port "IO_KBD" conflicts tty irq 12 vector =
psmintr=0A=
=0A=
# Order is important here due to intrusive probes, do *not* =
alphabetize=0A=
# this list of network interfaces until the probes have been fixed.=0A=
# Right now it appears that the ie0 must be probed before ep0. See=0A=
# revision 1.20 of this file.=0A=
device de0=0A=
device fxp0=0A=
device vx0=0A=
=0A=
#device ed0 at isa? port 0x280 net irq  5 iomem 0xd8000 vector edintr=0A=
#device ed1 at isa? port 0x300 net irq  5 iomem 0xd8000 vector edintr=0A=
#device ie0 at isa? port 0x360 net irq  7 iomem 0xd0000 vector ieintr=0A=
#device ep0 at isa? port 0x300 net irq 10 vector epintr=0A=
#device ex0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector exintr=0A=
#device fe0 at isa? port 0x300 net irq ? vector feintr=0A=
#device ix0 at isa? port 0x300 net irq 10 iomem 0xd0000 iosiz 32768 =
vector ixintr=0A=
#device le0 at isa? port 0x300 net irq 5 iomem 0xd0000 vector le_intr=0A=
#device lnc0 at isa? port 0x280 net irq 10 drq 0 vector lncintr=0A=
#device ze0 at isa? port 0x300 net irq 5 iomem 0xd8000 vector zeintr=0A=
#device zp0 at isa? port 0x300 net irq 10 iomem 0xd8000 vector zpintr=0A=
=0A=
pseudo-device	loop=0A=
pseudo-device	ether=0A=
pseudo-device	log=0A=
pseudo-device	sl	1=0A=
# ijppp uses tun instead of ppp device=0A=
pseudo-device	ppp	1=0A=
pseudo-device	tun	1=0A=
pseudo-device	pty	16=0A=
pseudo-device	gzip		# Exec gzipped a.out's=0A=
=0A=
controller snd0=0A=
device sb0 at isa? port 0x220 irq 5 drq 1 vector sbintr=0A=
options "SBC_IRQ5"=0A=
device sbxvi0 at isa? drq 5=0A=
device sbmidi0 at isa? port 0x330=0A=
=0A=
# KTRACE enables the system-call tracing facility ktrace(2).=0A=
# This adds 4 KB bloat to your kernel, and slightly increases=0A=
# the costs of each syscall.=0A=
options		KTRACE		#kernel tracing=0A=
=0A=

------=_NextPart_000_01BC559D.D837E720--




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