Date: Fri, 6 Apr 2001 20:00:26 -0400 (EDT) From: "David A. Koran" <dak@solo.net> To: <tmchow@sfu.ca> Cc: <freebsd-stable@freebsd.org> Subject: Re: Break in stable code? Message-ID: <1596.209.141.226.130.986601626.squirrel@www.solo.net> In-Reply-To: <Pine.GSO.4.30.0104061644370.12869-100000@fraser.sfu.ca> References: <Pine.GSO.4.30.0104061644370.12869-100000@fraser.sfu.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
umass is the USB Mass Storage device and as specified in your kernel config, needs to have the following enabled (probing the NCR PCI bus): device scbus # SCSI bus (required) device da # Direct Access (disks) If you don't have USB or don't want to use the umass stuff, just comment it out at the bottom of the file (where the USB settings are). David > I just updated my stable source tree yesterday night, and > just tried to build the world right. However, I just got a ton of > error messages about undefinied references. One of >such messages is: > > umass.o(.text+0x1929): undefined reference to 'xpt_done' > > I greped for "xpt_done" in the /usr/src directory, and it's showing up > in a bunch of files, particularly in /usr/src/sys/pci/ncr.c (as well as > other files). > > Has this been reported/fixed? Or am I doing something wrong? > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1596.209.141.226.130.986601626.squirrel>