kern/125015: ralfw missing rt2860

Dan Cojocar dan.cojocar at gmail.com
Thu Jun 26 17:40:01 UTC 2008


>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 at 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:


More information about the freebsd-bugs mailing list