From owner-cvs-all Thu Jan 27 18:22:28 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2340A15954; Thu, 27 Jan 2000 18:22:24 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA06122; Thu, 27 Jan 2000 18:22:23 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <200001280222.SAA06122@freefall.freebsd.org> From: Archie Cobbs Date: Thu, 27 Jan 2000 18:22:23 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern tty.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk archie 2000/01/27 18:22:23 PST Modified files: sys/kern tty.c Log: When an attempt to install a line discipline fails, check for known KLD's that might support it, and load the KLD if found. Currently the list includes SLIPDISC, PPPDISC, and NETGRAPHDISC. Revision Changes Path 1.128 +58 -1 src/sys/kern/tty.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message