From owner-freebsd-usb@FreeBSD.ORG Wed Jan 31 19:10:27 2007 Return-Path: X-Original-To: freebsd-usb@hub.freebsd.org Delivered-To: freebsd-usb@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C7EF116A494 for ; Wed, 31 Jan 2007 19:10:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id B924A13C442 for ; Wed, 31 Jan 2007 19:10:27 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l0VJAR8u009381 for ; Wed, 31 Jan 2007 19:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l0VJAReU009379; Wed, 31 Jan 2007 19:10:27 GMT (envelope-from gnats) Date: Wed, 31 Jan 2007 19:10:27 GMT Message-Id: <200701311910.l0VJAReU009379@freefall.freebsd.org> To: freebsd-usb@FreeBSD.org From: Lars Engels Cc: Subject: Re: usb/107642: [patch]Ralink Technology RT2501USB/RT2601USB chipset driver X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Lars Engels List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Jan 2007 19:10:27 -0000 The following reply was made to PR usb/107642; it has been noted by GNATS. From: Lars Engels To: bug-followup@FreeBSD.org, valera@chikalov.dp.ua Cc: Subject: Re: usb/107642: [patch]Ralink Technology RT2501USB/RT2601USB chipset driver Date: Wed, 31 Jan 2007 20:00:23 +0100 --hQiwHBbRI9kgIhsi Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline So, on 6.2 it's now working for me. The rt2573.ko kmod isn't automatically loaded by rum.ko at boottime. A manual kldunload/kldload does the trick. But on a CURRENT machine, I get the follwing error messages, when I try to compile the rum kmod: # cc -O2 -pipe -march=pentium-m -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE -std=c99 -nostdinc -I- -I. -I@ -I@/contrib/altq -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -fno-common -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -mno-sse3 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -Wundef -fformat-extensions -c /usr/src/sys/modules/rum/../../dev/usb/if_rum.c # In file included from /usr/src/sys/modules/rum/../../dev/usb/if_rum.c:69: # @/dev/usb/if_rumvar.h:82: error: syntax error before "USBBASEDEVICE" # /usr/src/sys/modules/rum/../../dev/usb/if_rum.c:91: error: `USB_PRODUCT_CONCEPTRONIC_C54RU2' undeclared here (not in a function) Fully formatted error message at: http://nopaste.bsdgroup.de/279 --hQiwHBbRI9kgIhsi Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (FreeBSD) iD8DBQFFwOdHKc512sD3afgRAqaQAKDCsCLbNaH1Z296jsETLLD9Y3MCcACglOrm KfXkJu1zPYttkOJXshZ/o/M= =okyn -----END PGP SIGNATURE----- --hQiwHBbRI9kgIhsi--