Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Sep 1998 16:48:03 -0600
From:      Ross Gardner <rgardner@interfold.com>
To:        "'freebsd-questions@FreeBSD.org'" <freebsd-questions@FreeBSD.ORG>
Subject:   Kernel Make command problems
Message-ID:  <C3EE7883164FD211AFAF00A0C978C7528EA0@roxanne.interfold.com>

next in thread | raw e-mail | index | archive | help
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_000_01BDE744.39417368
Content-Type: text/plain

aha1742.o: Undefined symbol `_eisa_match_dev' referenced from text segment
aha1742.o: Undefined symbol `_eisa_add_iospace' referenced from text segment
aha1742.o: Undefined symbol `_eisa_add_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_registerdev' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_start' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_iospace' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_reg_end' referenced from text segment
aha1742.o: Undefined symbol `_eisa_enable_intr' referenced from text segment
aha1742.o: Undefined symbol `_eisa_release_intr' referenced from text
segment

 <<LUANNE>> 
Ross Gardner
VP Interfold LLC
Support@interfold.com <mailto:Support@interfold.com> 
www.interfold.com <http://www.interfold.com>; 
303.592.7833

------_=_NextPart_000_01BDE744.39417368
Content-Type: application/octet-stream;
	name="LUANNE"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="LUANNE"

#=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.25 1998/07/20 20:11:04 msmith Exp $=0A=
=0A=
machine		"i386"=0A=
#cpu		"I386_CPU"=0A=
cpu		"I486_CPU"=0A=
#cpu		"I586_CPU"=0A=
#cpu		"I686_CPU"=0A=
ident		luanne=0A=
maxusers	10=0A=
=0A=
#options		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=
options         QUOTA=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=
# Unless you know very well what you're doing, leave ft0 at drive 2, =
or=0A=
# remove the line entirely if you don't need it.  Trying to =
configure=0A=
# it on another unit might cause surprises, see PR kern/7176.=0A=
#tape		ft0	at fdc0 drive 2=0A=
=0A=
#options		"CMD640"	# work around CMD640 chip deficiency=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=
#device		wfd0		#IDE floppy (LS-120)=0A=
=0A=
# A single entry for any of these controllers (ncr, ahb, ahc, amd) =
is=0A=
# sufficient for any number of installed devices.=0A=
=0A=
controller	ncr0=0A=
controller	amd0=0A=
controller	ahb0=0A=
controller	ahc0=0A=
controller	dpt0=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=
options   		DPT_MEASURE_PERFORMANCE	# Required by DPT driver??=0A=
#options		DPT_VERIFY_HINTR	# Some hardware must have it!=0A=
#options		DPT_TRACK_CCB_STATES	# Some hardware must have it!=0A=
#options    		DPT_HANDLE_TIMEOUTS	# Some hardware must have it!=0A=
#options		DPT_TIMEOUT_FACTOR=3D4	# Some hardware needs more=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		XSERVER			# support for X server=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" flags 0x1 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	card0=0A=
#device		pcic0	at card?=0A=
#device		pcic1	at card?=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 5 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 0x23c tty irq 5 vector mseintr=0A=
=0A=
device		psm0	at isa? 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 tx0=0A=
device vx0=0A=
=0A=
#device ed0 at isa? port 0x280 net irq 10 iomem 0xd8000 vector =
edintr=0A=
#device ie0 at isa? port 0x300 net irq 10 iomem 0xd0000 vector =
ieintr=0A=
#device ep0 at isa? port 0x300 net irq 10 vector epintr=0A=
#device ex0 at isa? port? net irq? vector exintr=0A=
#device fe0 at isa? port 0x300 net irq ? vector feintr=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=
#device cs0 at isa? disable port 0x300 net irq ? vector csintr=0A=
=0A=
pseudo-device	loop=0A=
pseudo-device	ether=0A=
pseudo-device	log=0A=
pseudo-device	sl	1=0A=
pseudo-device	ppp	1=0A=
pseudo-device	vn	1=0A=
pseudo-device	tun	1=0A=
pseudo-device	pty	16=0A=
pseudo-device	gzip		# Exec gzipped a.out's=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=
# This provides support for System V shared memory.=0A=
#=0A=
options         SYSVSHM=0A=

------_=_NextPart_000_01BDE744.39417368--

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?C3EE7883164FD211AFAF00A0C978C7528EA0>