Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 1996 09:10:55 +0000 ()
From:      Randy Kirchhof <rkk@kirchhof.com>
To:        freebsd-stable@freebsd.org
Subject:   No Make on -stable (bt0 driver related)
Message-ID:  <199606280910.JAA02325@kirchhof.com>

next in thread | raw e-mail | index | archive | help

Latest sources are giving me this, with or without eisa0
configured. Anyone else seeing this? Ideas?

$ make

[...]

loading kernel
ioconf.o: Undefined symbol `_btintr' referenced from data segment
*** Error code 1

Config file:

machine		"i386"
cpu		"I486_CPU"
ident		"RKK2B"
maxusers	20
options		INET			#InterNETworking
options		FFS			#Berkeley Fast Filesystem
options		NFS			#Network Filesystem
options		MSDOSFS			#MSDOS Filesystem
options		MFS			#ramdisk
options		"CD9660"		#ISO 9660 Filesystem
options		PROCFS			#Process filesystem
options		"COMPAT_43"		#Compatible with BSD 4.3
options		"SCSI_DELAY=8"		#Be pessimistic about Joe SCSI device
options		BOUNCE_BUFFERS		#include support for DMA bounce buffers
options		UCONSOLE		#Allow users to grab the console
options		"MAXMEM=32768"		#memory size
options		SYSVSHM
options		SYSVSEM
options		SYSVMSG
config		kernel	root on sd0 dumps on sd0
controller	isa0
controller	eisa0
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
controller	bt0	at isa? port "IO_BT0" bio irq ? vector btintr
controller	scbus0
device		sd0
device		st0
device		cd0	#Only need one of these, the code dynamically grows
options		XSERVER			# include code for XFree86
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? port "IO_COM3" tty irq 5 vector siointr
device		lpt0	at isa? port? tty irq 7 vector lptintr
pseudo-device	loop
pseudo-device	ether
pseudo-device	log
pseudo-device	ppp	1
pseudo-device	tun	1
pseudo-device	pty	16
pseudo-device	gzip		# Exec gzipped a.out's

-- 
   =====================================================================
 Randy Kirchhof | Travis County, TX | rkk@kirchhof.com | hm - 512/259-7171



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