Up to [cvs.NetBSD.org] / src / sys / arch / amiga / clockport
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Tue Oct 30 01:17:24 2012 UTC (6 months, 2 weeks ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add sc_dev removed previously in a moment of insanity. How did this ever work is beyond me.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Oct 27 17:17:26 2012 UTC (6 months, 2 weeks ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Changes since 1.3: +9 -11
lines
Diff to previous 1.3 (colored)
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 28 18:55:03 2012 UTC (10 months, 2 weeks ago) by rkujawa
Branch: MAIN
Branch point for: tls-maxphys
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Obtain sc using device_private(), cosmetic changes.
Revision 1.2 / (download) - annotate - [select for diffs], Fri May 18 20:52:02 2012 UTC (12 months ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base10
Branch point for: yamt-pagecache
Changes since 1.1: +3 -1
lines
Diff to previous 1.1 (colored)
Cosmetic change - print newline during autoconf.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 09:59:03 2012 UTC (13 months ago) by rkujawa
Branch: MAIN
CVS Tags: jmcneill-usbmp-base9
Add clockport(4) layer, which provides support for expansion bus present on Amiga-style clockports. Also add a1k2cp(4) backend driver and the first clockport device driver com_ss, that supports com(4) on clockport(4) (particurarly Individual Computers SilverSurfer). Disabled by default, since probe procedure is not written yet.