Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/nathanw_sa]: src/sys/arch/arc/jazz remove "cputype", introduce "struct a...



details:   https://anonhg.NetBSD.org/src/rev/f98c4a499bcf
branches:  nathanw_sa
changeset: 504753:f98c4a499bcf
user:      soda <soda%NetBSD.org@localhost>
date:      Wed Jun 13 15:10:36 2001 +0000

description:
remove "cputype", introduce "struct asc_config *asc_conf;"
to describe platform-dependent variants.

diffstat:

 sys/arch/arc/jazz/ascvar.h |  8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diffs (12 lines):

diff -r a31c460212c7 -r f98c4a499bcf sys/arch/arc/jazz/ascvar.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/arch/arc/jazz/ascvar.h        Wed Jun 13 15:10:36 2001 +0000
@@ -0,0 +1,8 @@
+struct asc_config {
+       struct asc_timing *ac_timing;
+       int ac_cnfg3;
+};
+
+extern struct asc_config *asc_conf;
+
+extern struct asc_timing asc_timing_40mhz, asc_timing_25mhz, asc_timing_12mhz;



Home | Main Index | Thread Index | Old Index