Date: Fri, 13 Feb 1998 04:46:30 -0800 (PST) From: Poul-Henning Kamp <phk@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/i386/isa cy.c istallion.c rc.c si.c sio.c stallion.c src/sys/net if_sl.c ppp_tty.c src/sys/pc98/pc98 sio.c src/sys/sys conf.h Message-ID: <199802131246.EAA00388@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
phk 1998/02/13 04:46:30 PST Modified files: sys/i386/isa cy.c istallion.c rc.c si.c sio.c stallion.c sys/net if_sl.c ppp_tty.c sys/pc98/pc98 sio.c sys/sys conf.h Log: Implement the spirit but not the letter of Terrys hot-char patch. The differences Terrys patch and this patch are: * Remove a lot of un-needed comments. * Don't put l_hotchar at the front of stuct linesw, there is no need to. * Use the #defines for the hotchar in the SLIP and PPP line disciplines Revision Changes Path 1.61 +2 -11 src/sys/i386/isa/cy.c 1.17 +2 -8 src/sys/i386/isa/istallion.c 1.34 +1 -6 src/sys/i386/isa/rc.c 1.66 +2 -13 src/sys/i386/isa/si.c 1.196 +2 -11 src/sys/i386/isa/sio.c 1.17 +2 -8 src/sys/i386/isa/stallion.c 1.67 +3 -2 src/sys/net/if_sl.c 1.30 +4 -3 src/sys/net/ppp_tty.c 1.52 +2 -11 src/sys/pc98/pc98/sio.c 1.39 +2 -1 src/sys/sys/conf.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802131246.EAA00388>