Date: Sat, 30 Oct 2004 04:56:05 GMT From: Marcel Moolenaar <marcel@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 63965 for review Message-ID: <200410300456.i9U4u500027064@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=63965 Change 63965 by marcel@marcel_nfs on 2004/10/30 04:55:56 Skeletal code. Compiles and links. And that's about it... Affected files ... .. //depot/projects/uart/conf/files#30 edit .. //depot/projects/uart/dev/scc/scc_bfe.h#3 edit .. //depot/projects/uart/dev/scc/scc_core.c#1 add .. //depot/projects/uart/dev/scc/scc_dev_sab82532.c#1 add .. //depot/projects/uart/dev/scc/scc_dev_z8530.c#1 add Differences ... ==== //depot/projects/uart/conf/files#30 (text+ko) ==== @@ -664,6 +664,8 @@ dev/scc/scc_bfe_ebus.c optional scc ebus dev/scc/scc_bfe_sbus.c optional scc sbus dev/scc/scc_core.c optional scc +dev/scc/scc_dev_sab82532.c optional scc +dev/scc/scc_dev_z8530.c optional scc dev/scd/scd.c optional scd isa dev/scd/scd_isa.c optional scd isa dev/si/si.c optional si ==== //depot/projects/uart/dev/scc/scc_bfe.h#3 (text+ko) ==== @@ -50,6 +50,9 @@ struct scc_class { KOBJ_CLASS_FIELDS; u_int sc_channels; + u_int sc_range; + u_int sc_rclk; + u_int sc_regshft; }; extern struct scc_class scc_sab82532_class;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200410300456.i9U4u500027064>