From owner-freebsd-questions@FreeBSD.ORG Fri Apr 18 10:21:52 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 54940106564A for ; Fri, 18 Apr 2008 10:21:52 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from snoogles.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id D7BD58FC27 for ; Fri, 18 Apr 2008 10:21:51 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (localhost [127.0.0.1]) by snoogles.rachie.is-a-geek.net (Postfix) with ESMTP id 4474B1CC91; Fri, 18 Apr 2008 02:21:50 -0800 (AKDT) From: Mel To: freebsd-questions@freebsd.org Date: Fri, 18 Apr 2008 12:21:45 +0200 User-Agent: KMail/1.9.7 References: <48086EF6.4000708@intersonic.se> In-Reply-To: <48086EF6.4000708@intersonic.se> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200804181221.47180.fbsd.questions@rachie.is-a-geek.net> Cc: Subject: Re: usb serial line speed limits X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 18 Apr 2008 10:21:52 -0000 On Friday 18 April 2008 11:50:46 Per olof Ljungmark wrote: > 'B1228800' undeclared (first use in this function) > /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: (Each > undeclared identifier is reported only once > /usr/src/sys/modules/ubsa/../../dev/usb/ubsa.c:534: error: for each > function it appears in.) > *** Error code 1 > > Where can I dig out more info on how to proceed? Unfortunately my > understanding of C and the rest is rather limited... /usr/src/sys/sys/termios.h defines the baud rates. Next one up from 115200 is B230400. Max is B921600. -- Mel Problem with today's modular software: they start with the modules and never get to the software part.