From owner-freebsd-hackers Sat Jan 28 00:41:09 1995 Return-Path: hackers-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id AAA11568 for hackers-outgoing; Sat, 28 Jan 1995 00:41:09 -0800 Received: from vmbb.cts.com (vmbb.cts.com [192.188.72.18]) by freefall.cdrom.com (8.6.9/8.6.6) with SMTP id AAA11561 for ; Sat, 28 Jan 1995 00:41:06 -0800 Received: from io.cts.com by vmbb.cts.com with smtp (Smail3.1.28.1 #9) id m0rY8iE-0000Y6C; Sat, 28 Jan 95 00:40 PST Received: (from root@localhost) by io.cts.com (8.6.9/8.6.9) id AAA07588; Sat, 28 Jan 1995 00:33:06 -0800 From: Morgan Davis Message-Id: <199501280833.AAA07588@io.cts.com> Subject: Re: pcd0?? To: jkh@freefall.cdrom.com (Jordan K. Hubbard) Date: Sat, 28 Jan 1995 00:33:05 -0800 (PST) Cc: hackers@FreeBSD.org In-Reply-To: <199501280430.UAA06157@freefall.cdrom.com> from "Jordan K. Hubbard" at Jan 27, 95 08:30:34 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 825 Sender: hackers-owner@FreeBSD.org Precedence: bulk Jordan K. Hubbard writes: > > >From files.i386: > > i386/isa/pcd.c optional pcd device-driver > > Would someone kindly explain what this is doing here? The referenced > file doesn't even exist! > > I would like to remove it and will do so in 24 hours if nobody pipes up. > It's also referenced in LINT, and this is simply deceptive of support > we currently do NOT offer! Might this be why I'm getting this error on linking the kernel from today's -current? loading kernel ioconf.o: Undefined symbol `_pasdriver' referenced from data segment *** Error code 1 Stop. I last supped on 1/12 and everything was cool. I was able to sup -current and 'make world' fine today. But trying to make my kernel (which hasn't changed in configuration since 1/12) gives the above error. Suggestions?