Date: Fri, 19 Nov 2004 02:59:41 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 65435 for review Message-ID: <200411190259.iAJ2xfaw009073@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411190259.iAJ2xfaw009073>