From owner-cvs-all@FreeBSD.ORG Sun Aug 31 03:22:32 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E5CD1065690; Sun, 31 Aug 2008 03:22:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 7A5708FC12; Sun, 31 Aug 2008 03:22:32 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7V3MWW1054390; Sun, 31 Aug 2008 03:22:32 GMT (envelope-from imp@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7V3MWlZ054389; Sun, 31 Aug 2008 03:22:32 GMT (envelope-from imp@repoman.freebsd.org) Message-Id: <200808310322.m7V3MWlZ054389@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to imp@repoman.freebsd.org using -f From: Warner Losh Date: Sun, 31 Aug 2008 03:22:19 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/sys/dev/usb ufoma.c umodem.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 31 Aug 2008 03:22:32 -0000 imp 2008-08-31 03:22:19 UTC FreeBSD src repository Modified files: sys/dev/usb ufoma.c umodem.c Log: SVN rev 182506 on 2008-08-31 03:22:19Z by imp All the other routines returned EIO from the param routine. Return it from umodem and ufoma. With these changes, umodem kinda works for me now. It certainly gets past the "tip" bug that I found earlier where 115200 wasn't a valid baud rate. This was "broken" in the mpsafetty commit, but in reality, umodem was always broken. Revision Changes Path 1.12 +1 -1 src/sys/dev/usb/ufoma.c 1.74 +1 -1 src/sys/dev/usb/umodem.c