From owner-p4-projects@FreeBSD.ORG Fri Nov 19 02:59:43 2004 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id C5CF616A4D0; Fri, 19 Nov 2004 02:59:42 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9837616A4CE for ; Fri, 19 Nov 2004 02:59:42 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7084443D39 for ; Fri, 19 Nov 2004 02:59:42 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id iAJ2xgEn009076 for ; Fri, 19 Nov 2004 02:59:42 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id iAJ2xfaw009073 for perforce@freebsd.org; Fri, 19 Nov 2004 02:59:41 GMT (envelope-from marcel@freebsd.org) Date: Fri, 19 Nov 2004 02:59:41 GMT Message-Id: <200411190259.iAJ2xfaw009073@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 65435 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 02:59:43 -0000 http://perforce.freebsd.org/chv.cgi?CH=65435 Change 65435 by marcel@marcel_nfs on 2004/11/19 02:58:43 Copy bsc(4) to hdlc(4) and s/bsc/hdlc/g for the contents. Now that I have the HDLC standard, I might as well go for that. I need a synchronous driver for validation and the bisync driver is much easier to implement. HDLC is more useful (relatively speaking). Affected files ... .. //depot/projects/uart/conf/files#36 edit .. //depot/projects/uart/dev/hdlc/hdlc_bus.h#1 add .. //depot/projects/uart/dev/hdlc/hdlc_bus_scc.c#1 add .. //depot/projects/uart/dev/hdlc/hdlc_core.c#1 add .. //depot/projects/uart/dev/hdlc/hdlc_dev_sab82532.c#1 add .. //depot/projects/uart/dev/hdlc/hdlc_dev_z8530.c#1 add Differences ... ==== //depot/projects/uart/conf/files#36 (text+ko) ==== @@ -479,6 +479,10 @@ dev/hatm/if_hatm_ioctl.c optional hatm pci dev/hatm/if_hatm_rx.c optional hatm pci dev/hatm/if_hatm_tx.c optional hatm pci +dev/hdlc/hdlc_bus_scc.c optional hdlc scc +dev/hdlc/hdlc_core.c optional hdlc +dev/hdlc/hdlc_dev_sab82532.c optional hdlc +dev/hdlc/hdlc_dev_z8530.c optional hdlc dev/hfa/fore_buffer.c optional hfa dev/hfa/fore_command.c optional hfa dev/hfa/fore_globals.c optional hfa