Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 7 Jun 1995 00:03:53 -0400
From:      durham@w2xo.pgh.pa.us (James C. Durham)
To:        freebsd-current@freefall.cdrom.com
Subject:   2.0.5 kernel no compile without scsi
Message-ID:  <199506070403.AAA08290@w2xo.pgh.pa.us>

next in thread | raw e-mail | index | archive | help
Looks like the 2.0.5 kernel won't compile without some scsi devices
being specified. I don't have any, so didn't.... with the following results:

wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_3btou' referenced from text segment
wd7000.o: Undefined symbol `_scsi_done' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
wd7000.o: Undefined symbol `_scsi_attachdevs' referenced from text segment
wd7000.o: Undefined symbol `_scsi_uto3b' referenced from text segment
ioconf.o: Undefined symbol `_sbdriver' referenced from data segment
ioconf.o: Undefined symbol `_sbintr' referenced from data segment
ioconf.o: Undefined symbol `_opldriver' referenced from data segment
*** Error code 1

Stop.

**********Here's my config file********** (with comments removed)

#
machine		"i386"
cpu		"I486_CPU"
#
ident		ZORCH	
#
maxusers	10
#
options		"CHILD_MAX=128"
options		"OPEN_MAX=128"
#
config		kernel	root on wd0 dumps on wd0
#
options		"COMPAT_43"
#
options		USER_LDT
#
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
options		DDB
options		KTRACE
options		DIAGNOSTIC
options		UCONSOLE
options		INET
#
pseudo-device	ether
pseudo-device	sppp
pseudo-device	loop
pseudo-device	sl	2
pseudo-device	ppp	2
pseudo-device	disc	
pseudo-device	tun	1
#
options		"TCP_COMPAT_42"
options		GATEWAY	
options		FFS	
options		NFS	
options		"CD9660"
options		MSDOSFS	
options		PROCFS	
options		"NSWAPDEV=20"
#
pseudo-device	pty	16
pseudo-device	speaker	
pseudo-device	log	
pseudo-device	snp	3
#
controller	isa0
#
options		"AUTO_EOI_1"
options		BOUNCE_BUFFERS
options		XSERVER	
#
device		sc0	at isa? port "IO_KBD" tty irq 1 vector scintr
options		HARDFONTS
options         "MAXCONS=16"
#
device		npx0	at isa? port "IO_NPX" irq 13 vector npxintr
#
controller	wdc0	at isa? port "IO_WD1" bio irq 14 vector wdintr
disk		wd0	at wdc0 drive 0
#
controller	fdc0	at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
disk		fd0	at fdc0 drive 0
disk		fd1	at fdc0 drive 1
options	FDSEEKWAIT="16"
#
device		lpt0	at isa? port "IO_LPT3" tty irq 7 vector lptintr
device		sio0	at isa? port "IO_COM1" tty irq 4 vector siointr
device		sio1	at isa? port "IO_COM2" tty irq 3 vector siointr
options		BREAK_TO_DEBUGGER
#
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
#
device sb0      at isa? port 0x220 irq 10 conflicts drq 1 vector sbintr
device opl0     at isa? port 0x388
device pca0 at isa? port IO_TIMER1 tty
#
controller      matcd0  at isa? port ? bio
device		joy0	at isa? port "IO_GAME"
#
options		PROBE_VERBOSE


-Jim Durham



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