From owner-cvs-all Fri Feb 13 04:46:49 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA20646 for cvs-all-outgoing; Fri, 13 Feb 1998 04:46:49 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA20633; Fri, 13 Feb 1998 04:46:47 -0800 (PST) (envelope-from phk@FreeBSD.org) From: Poul-Henning Kamp Received: (from phk@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id EAA00388; Fri, 13 Feb 1998 04:46:30 -0800 (PST) Date: Fri, 13 Feb 1998 04:46:30 -0800 (PST) Message-Id: <199802131246.EAA00388@freefall.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 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message