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 (7 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], Mon Jul 9 19:32:26 2012 UTC (11 months, 1 week ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base6
Branch point for: tls-maxphys
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
Remove unused sc_dev. Thanks to cegger@.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Jun 28 18:55:03 2012 UTC (11 months, 2 weeks ago) by rkujawa
Branch: MAIN
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Obtain sc using device_private(), cosmetic changes.
Revision 1.2 / (download) - annotate - [select for diffs], Tue May 15 17:35:43 2012 UTC (13 months ago) by rkujawa
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
jmcneill-usbmp-base10
Branch point for: yamt-pagecache
Changes since 1.1: +15 -1
lines
Diff to previous 1.1 (colored)
- Split X-Surf driver from if_ne_zbus, rework, add support for clockports present on X-Surf boards. - Add gencp(4), a driver for generic clockports (it just needs a base address). Approved by phx.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 09:59:03 2012 UTC (14 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.