From owner-freebsd-questions Thu Feb 10 1:52: 0 2000 Delivered-To: freebsd-questions@freebsd.org Received: from kearneys.ca (cr1003527-a.rct1.bc.wave.home.com [24.113.36.145]) by builder.freebsd.org (Postfix) with SMTP id 953EE436A for ; Thu, 10 Feb 2000 01:51:53 -0800 (PST) Received: (qmail 3685 invoked by uid 1000); 10 Feb 2000 09:51:31 -0000 Date: Thu, 10 Feb 2000 01:51:31 -0800 From: Brent Kearney To: FreeBSD Questions Subject: kernel compile for QIC80 support fails Message-ID: <20000210015131.A3283@kearneys.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, I'm having trouble compiling in support for my /dev/ft0 device. It's an older Connor QIC80 floppy-tape drive. Here's what I have in my kernel config file: controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 #controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 flags 0x1 # #disk fd0 at fdc0 drive 0 tape ft0 at fdc0 drive 0 (my floppy disk drive is disconnected at the moment) I do a 'config', then switch to the build directory, and a 'make depend', all without errors. However, the 'make' fails here: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c loading kernel ioconf.o(.data+0x4): undefined reference to `fdcdriver' ioconf.o(.data+0x268): undefined reference to `fdcdriver' *** Error code 1 Stop. I don't know what to do... -Brent .-. .-. / \ .-. / \ / \ --/---\-----/-----\-------/-------\- `' \ / \ / \ `-' \ / Brent Kearney `-' brent@kearneys.ca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message