From owner-freebsd-stable Wed Oct 4 11:14: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from dynamictrade.com (node-d8e93fd2.powerinter.net [216.233.63.210]) by hub.freebsd.org (Postfix) with SMTP id 4A6EF37B66C for ; Wed, 4 Oct 2000 11:13:51 -0700 (PDT) Received: (qmail 31677 invoked from network); 4 Oct 2000 18:13:47 -0000 Received: from tyr.internal.3.168.192.in-addr.arpa (HELO dynamictrade.com) (192.168.3.213) by mailhost.internal with SMTP; 4 Oct 2000 18:13:47 -0000 Message-ID: <39DB73D9.A4C96755@dynamictrade.com> Date: Wed, 04 Oct 2000 13:15:53 -0500 From: john b p melesky X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Flattie McGee Cc: stable@freebsd.org Subject: Re: Kernel Compile error on 4.1.1 (with info) References: <20001004175558.400.qmail@eris.intertech-canada.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > Now I'm faced with another problem. Odly enough, I've commented out the USB > support lines in the kernel, and removed the #'s to uncomment them. I've > tried removing the ata drivers..too. ... > `USB_PRODUCT_DLINK_DSB650' undeclared here (not in a function) I ran into the same problem this morning. It's being compiled as a kernel module, which is why commenting it out of your kernel config file doesn't help. I ended up going into /usr/src/sys/dev/usb/usbdevs.h and adding the following line: #define USB_PRODUCT_DLINK_DSB650 0x4001 /* no clue -- jmelesky */ I don't know if that line is accurate or not, but i didn't have that device on my machine, so it worked fine just getting everything to compile. Kernel compiled and ran without a problem. Anyone working with USB know if that's the way to get around this error? -johnnnnnnnn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message