Date: Thu, 26 Jun 2008 17:37:45 GMT From: Dan Cojocar <dan.cojocar@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/125015: ralfw missing rt2860 Message-ID: <200806261737.m5QHbjQw027713@www.freebsd.org> Resent-Message-ID: <200806261740.m5QHe1nZ067159@freefall.freebsd.org>
index | next in thread | raw e-mail
>Number: 125015 >Category: kern >Synopsis: ralfw missing rt2860 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 26 17:40:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Dan Cojocar >Release: -current >Organization: >Environment: FreeBSD example.com 8.0-CURRENT FreeBSD 8.0-CURRENT #1: Fri May 30 12:31:17 EEST 2008 root@example.com:/usr/obj/usr/src/sys/SCHOOL amd64 >Description: ralfw module contains reference to rt2860 that is missing, and building kernel I get the following error: ===> ralfw/rt2860 (cleandir) cd: can't cd to /usr/src/sys/modules/ralfw/rt2860 *** Error code 2 Stop in /usr/src/sys/modules/ralfw. *** Error code 1 >How-To-Repeat: update to a date after vap import and build -current with ralfw module >Fix: remove the rt2860 reference Patch attached with submission follows: --- Makefile 2008-06-26 20:32:13.000000000 +0300 +++ Makefile.orig 2008-04-20 23:35:40.000000000 +0300 @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/modules/ralfw/Makefile,v 1.1 2008/04/20 20:35:40 sam Exp $ -SUBDIR= rt2561 rt2561s rt2661 +SUBDIR= rt2561 rt2561s rt2661 rt2860 .include <bsd.subdir.mk> >Release-Note: >Audit-Trail: >Unformatted:home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806261737.m5QHbjQw027713>
