TTY cleanups have started...

Poul-Henning Kamp phk at phk.freebsd.dk
Fri Sep 17 04:59:24 PDT 2004


I've started cleaning up the TTY code, and the first driver hit
big time is ucom which drives a lot of USB serial gadgets.

The P4::phk_tty branch is 3028 lines shorter than current and I
will be perambulating the rest of the tty drivers with similar
cleanups in the coming weeks.

Let me know if I break something underway, I'm doing my best,
but I don't have all the hardware to test all our drivers.

Poul-Henning


In message <200409171153.i8HBrkPD077518 at repoman.freebsd.org>, Poul-Henning Kamp
 writes:
>phk         2004-09-17 11:53:46 UTC
>
>  FreeBSD src repository
>
>  Modified files:
>    sys/dev/usb          ucom.c ucomvar.h umodem.c uplcom.c 
>                         uvscom.c 
>  Log:
>  Overhaul ucom serial driver by using generic stuff instead of homerolled
>  all over the place.
>  
>  Revision  Changes    Path
>  1.52      +142 -415  src/sys/dev/usb/ucom.c
>  1.5       +0 -16     src/sys/dev/usb/ucomvar.h
>  1.54      +4 -3      src/sys/dev/usb/umodem.c
>  1.22      +3 -2      src/sys/dev/usb/uplcom.c
>  1.24      +4 -3      src/sys/dev/usb/uvscom.c
>

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk at FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.


More information about the freebsd-current mailing list