PERFORCE change 63965 for review
Marcel Moolenaar
marcel at FreeBSD.org
Fri Oct 29 21:56:06 PDT 2004
http://perforce.freebsd.org/chv.cgi?CH=63965
Change 63965 by marcel at 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;
More information about the p4-projects
mailing list