Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Nov 2003 20:19:19 -0800 (PST)
From:      Nate Lawson <nate@root.org>
To:        Shunsuke Akiyama <akiyama@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/usb ubsa.c
Message-ID:  <20031130201755.K11560@root.org>
In-Reply-To: <20031130125353.EC71716A558@hub.freebsd.org>
References:  <20031130125353.EC71716A558@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Nov 2003, Shunsuke Akiyama wrote:
>   Modified files:        (Branch: RELENG_4)
>     sys/dev/usb          ubsa.c
>   Log:
>   MFC: revision 1.11
>
>   Apply some fixups in the driver_t's.
>
>   Revision  Changes    Path
>   1.2.2.2   +1 -1      src/sys/dev/usb/ubsa.c
>
> --- src/sys/dev/usb/ubsa.c:1.2.2.1	Wed Dec 11 12:54:47 2002
> +++ src/sys/dev/usb/ubsa.c	Sun Nov 30 04:53:40 2003
> @@ -237,7 +237,7 @@
>  };
>
>  Static driver_t ubsa_driver = {
> -	"ubsa",
> +	"ucom",
>  	ubsa_methods,
>  	sizeof (struct ubsa_softc)
>  };
>

Are you sure this is the direction you want to go?  The driver is called
ubsa and has a man page called ubsa.4.  Why make it inaccurate?

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031130201755.K11560>