CVS commit: src/sys/arch/amiga/dev

2015-08-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Aug  5 07:02:20 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
remove include of , which is not necessary.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-11-07 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Nov  7 14:29:10 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: grf.c grf_cv.c grf_cv3d.c grfvar.h
Removed Files:
src/sys/arch/amiga/dev: grfws.h

Log Message:
Improved wscons support. Virtual screens are now working.


To generate a diff of this commit:
cvs rdiff -u -r1.62 -r1.63 src/sys/arch/amiga/dev/grf.c
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/amiga/dev/grf_cv.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/grf_cv3d.c
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amiga/dev/grfvar.h
cvs rdiff -u -r1.1 -r0 src/sys/arch/amiga/dev/grfws.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-11-12 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Thu Nov 12 12:19:50 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c clock.c view.c

Log Message:
Use the MD_BTOP() macro as replacement for m68k_btop() in all device
drivers which are shared with amigappc.


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amiga/dev/amidisplaycc.c
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/amiga/dev/clock.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amiga/dev/view.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-11-16 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Nov 16 21:24:06 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: grf_cv.c grf_cv3d.c

Log Message:
Fixed bug in wsdisplay copyrows textop.
Fixed WSDISPLAYIO_SVIDEO, which had inverted functionality.
Improved FBINFO setup. 15 and 16 bits depth both have 16bpp now.


To generate a diff of this commit:
cvs rdiff -u -r1.58 -r1.59 src/sys/arch/amiga/dev/grf_cv.c
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amiga/dev/grf_cv3d.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2016-03-09 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Mar  9 20:11:41 UTC 2016

Modified Files:
src/sys/arch/amiga/dev: sbic.c

Log Message:
PR/50928: David Binderman: Clarify precedence with parentheses.


To generate a diff of this commit:
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/amiga/dev/sbic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2016-06-17 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Fri Jun 17 07:41:56 UTC 2016

Modified Files:
src/sys/arch/amiga/dev: grf_cv3d.c grf_cv3dreg.h

Log Message:
Remove the "totally untested" comments for the ZorroII frame buffer
select macro. The card is confirmed to work in an A2000.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/amiga/dev/grf_cv3d.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amiga/dev/grf_cv3dreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2010-05-22 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat May 22 09:58:53 UTC 2010

Modified Files:
src/sys/arch/amiga/dev: siop2.c

Log Message:
Disabled DEBUG_SYNC. Reenable when needed.


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amiga/dev/siop2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2010-05-24 Thread John Klos
Module Name:src
Committed By:   jklos
Date:   Tue May 25 02:21:30 UTC 2010

Modified Files:
src/sys/arch/amiga/dev: msc.c

Log Message:
For some reason the 6502 clock detection routine takes 1553 iterations
of the delay loop to finish on a normally clocked A2232.


To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 src/sys/arch/amiga/dev/msc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2010-05-29 Thread David A. Holland
Module Name:src
Committed By:   dholland
Date:   Sun May 30 00:39:19 UTC 2010

Removed Files:
src/sys/arch/amiga/dev: device.h

Log Message:
another undead file


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r0 src/sys/arch/amiga/dev/device.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2010-07-19 Thread John Klos
Module Name:src
Committed By:   jklos
Date:   Tue Jul 20 05:32:46 UTC 2010

Modified Files:
src/sys/arch/amiga/dev: ioblix_zbus.c

Log Message:
Properly initialize the IOBlix card's lpt port on boot. From Frank Wille
and Michael L. Hitch.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/sys/arch/amiga/dev/ioblix_zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2010-07-20 Thread John Klos
Module Name:src
Committed By:   jklos
Date:   Wed Jul 21 01:34:00 UTC 2010

Modified Files:
src/sys/arch/amiga/dev: ioblix_zbus.c

Log Message:
Fix the port order so that port ttyC0 refers to port 1 on the IOBlix,
ttyC1 to port 2, ttyC2 to port 3, and ttyC3 to port 4.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amiga/dev/ioblix_zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2010-10-18 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Oct 18 22:02:25 UTC 2010

Modified Files:
src/sys/arch/amiga/dev: bzivsc.c bzsc.c bztzsc.c cbiisc.c cbsc.c flsc.c
if_bah_zbus.c sbic.c

Log Message:
opt_m68k_arch.h can only be included when compiling for amiga/68k.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/amiga/dev/bzivsc.c
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amiga/dev/bzsc.c
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/bztzsc.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/cbiisc.c
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amiga/dev/cbsc.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/amiga/dev/flsc.c
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amiga/dev/if_bah_zbus.c
cvs rdiff -u -r1.67 -r1.68 src/sys/arch/amiga/dev/sbic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-01-22 Thread Izumi Tsutsui
Module Name:src
Committed By:   tsutsui
Date:   Sat Jan 22 17:10:21 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: com_supio.c

Log Message:
Adjust sc_frequency in MD attachment as quirks.
It is not applicable to all 1665x variants.

XXX: It looks IOBlix board actually has 22.1184MHz OSC without clock divisor
 http://amiga.resource.cx/photos/gallery/ioblix.jpg
 so needs to investigate why we have to divide sc_frequency by four
 to get right baud rate on IOBlix com. (firmware sets MCR_PRESCALE?)


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amiga/dev/com_supio.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-05-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sat May 21 14:49:35 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: grf_cvreg.h

Log Message:
ifdef _KERNEL the inlines


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amiga/dev/grf_cvreg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-07-06 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Thu Jul  7 06:02:07 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: sbic.c

Log Message:
apply some parens around an expression to get the desired behaviour,
as suggested by gcc 4.5


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/amiga/dev/sbic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-07-08 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Fri Jul  8 09:42:16 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: grfabs_cc.c

Log Message:
avoid uninitialised variable warnings.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/grfabs_cc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-09-20 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Tue Sep 20 18:11:51 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: zbus.c

Log Message:
try to make this compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.65 -r1.66 src/sys/arch/amiga/dev/zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-09-21 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Wed Sep 21 12:40:25 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: zbus.c zbusvar.h

Log Message:
Fix build for both amiga and amigappc (discussed with christos).


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 src/sys/arch/amiga/dev/zbus.c
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amiga/dev/zbusvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-09-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Sep 21 12:48:57 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: zbusvar.h

Log Message:
no parameter names.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amiga/dev/zbusvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-10-29 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sat Oct 29 11:16:19 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: efa.c efareg.h

Log Message:
Fix style (pointed out by phx).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/efa.c \
src/sys/arch/amiga/dev/efareg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2011-11-05 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sat Nov  5 17:44:25 UTC 2011

Modified Files:
src/sys/arch/amiga/dev: efa.c

Log Message:
Simplify bus space mapping.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/dev/efa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-01-11 Thread Michael Lorenz
Module Name:src
Committed By:   macallan
Date:   Wed Jan 11 21:14:33 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
adjust wsfont_find()


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-04-09 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Apr  9 19:55:00 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: if_ne_zbus.c

Log Message:
Workaround for the fake X-Surf autoconfig entry, created by the Deneb firmware 
v11.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amiga/dev/if_ne_zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-07-09 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Jul  9 19:34:56 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: efa.c

Log Message:
PR port-amiga/46672

Removed surpluss semicolon after if().


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amiga/dev/efa.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-10-27 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sat Oct 27 21:13:03 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: if_ed_zbus.c

Log Message:
Fixed receiving of odd-length packets. Driver works now perfectly.
Thanks to Harald Meinzer for providing me with a Hydra for a few days.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/if_ed_zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-10-29 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Oct 29 23:45:34 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: xsurf.c

Log Message:
Apparently, clockport present at offset 0xC00 is the first clockport.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/xsurf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-11-08 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Thu Nov  8 18:04:56 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: grf_cl.c grf_cv.c grf_cv3d.c grf_et.c grf_rh.c
grf_rt.c grf_ul.c

Log Message:
Make Amiga video drivers work again after device/softc changes.
Patch from chs@.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amiga/dev/grf_cl.c
cvs rdiff -u -r1.54 -r1.55 src/sys/arch/amiga/dev/grf_cv.c
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/amiga/dev/grf_cv3d.c
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/grf_et.c
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/amiga/dev/grf_rh.c
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/amiga/dev/grf_rt.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/amiga/dev/grf_ul.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-11-14 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Wed Nov 14 13:36:03 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: rtc.h

Log Message:
Nuke unused clock struct, was used by a2kbbc before conversion to MI msm6242b
driver.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amiga/dev/rtc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-11-19 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Nov 19 22:36:11 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: xsurf.c
Added Files:
src/sys/arch/amiga/dev: wdc_xsurf.c

Log Message:
Add X-Surf IDE driver.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/dev/wdc_xsurf.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/xsurf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-11-21 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Wed Nov 21 22:37:03 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: wdc_xsurf.c

Log Message:
Remove confusing comment, misc style.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/wdc_xsurf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-11-25 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Nov 25 19:15:44 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: zbus.c

Log Message:
Use constants, not magic values.


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/amiga/dev/zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2012-11-25 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Nov 25 19:52:05 UTC 2012

Modified Files:
src/sys/arch/amiga/dev: zbus.c

Log Message:
readability fix.


To generate a diff of this commit:
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/amiga/dev/zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2013-01-27 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Jan 27 19:58:04 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: a2kbbc.c

Log Message:
Remove confusing, leftover comment.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 src/sys/arch/amiga/dev/a2kbbc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2013-08-09 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Aug  9 12:56:31 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: xsh.c

Log Message:
Fix style.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/xsh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2013-08-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Sun Aug 11 12:35:18 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Use the proper NE2000_TYPE for AX88796.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/if_ne_xsh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2013-08-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Aug 13 10:43:28 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Clean up a bit, add debug function to print the register mappings.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/if_ne_xsh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2013-08-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Aug 13 15:43:25 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: if_ne_xsh.c

Log Message:
Add support for X-Surf 100 integrated MII PHY. MAC part seems to be compatible
with AX88190, while PHY itself can be handled by ukphy.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/dev/if_ne_xsh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-09-07 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Sep  7 22:24:40 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: gayle_pcmcia.c

Log Message:
According to http://eab.abime.net/showpost.php?p=782840&postcount=115
there are two methods for a Gayle PCMCIA soft-reset.
pccard_attach() only implemented a method with works on A600 and some
older (?) A1200 models. I added the second method as well, to make the
reset work in any case. Tested on the latest A1200 model, which failed before.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/sys/arch/amiga/dev/gayle_pcmcia.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-09-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep 21 15:44:17 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: siop.c

Log Message:
remove dead code


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 src/sys/arch/amiga/dev/siop.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-09-21 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Sun Sep 21 15:44:47 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: siop2.c

Log Message:
remove dead code


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/amiga/dev/siop2.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-12-31 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Wed Dec 31 20:55:53 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: fd.c

Log Message:
fix typo


To generate a diff of this commit:
cvs rdiff -u -r1.93 -r1.94 src/sys/arch/amiga/dev/fd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-01-19 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Jan 19 20:10:27 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: sbic.c

Log Message:
Make it compile with -DDEBUG again.


To generate a diff of this commit:
cvs rdiff -u -r1.73 -r1.74 src/sys/arch/amiga/dev/sbic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-02-08 Thread Jukka Andberg
Module Name:src
Committed By:   jandberg
Date:   Sun Feb  8 09:55:25 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: gayle_pcmcia.c

Log Message:
Add a delay between the recently added new PCMCIA reset method and the old
reset method to get the card reset work reliably on my A1200 model and network
cards.

Discussed on port-amiga.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/gayle_pcmcia.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-04-18 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Apr 18 14:21:41 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: wdc_amiga.c

Log Message:
detect a4000 hardware only once, then use the result.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/amiga/dev/wdc_amiga.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2015-06-01 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Jun  1 17:09:46 UTC 2015

Modified Files:
src/sys/arch/amiga/dev: z3rambd.c

Log Message:
Removed unused variable to make it compile again.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/z3rambd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2017-09-04 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Sep  4 14:39:00 UTC 2017

Modified Files:
src/sys/arch/amiga/dev: wdc_xsurf.c

Log Message:
Set the correct device data size wdc_xsurf_softc instead of wdc_softc.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/wdc_xsurf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2017-09-04 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Mon Sep  4 17:26:06 UTC 2017

Modified Files:
src/sys/arch/amiga/dev: efa.c efavar.h wdc_acafh.c wdc_xsurf.c

Log Message:
Remove double device pointers. The pointer is already part of sc_wdcdev.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amiga/dev/efa.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/efavar.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/dev/wdc_acafh.c \
src/sys/arch/amiga/dev/wdc_xsurf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2017-10-04 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Wed Oct  4 09:44:09 UTC 2017

Modified Files:
src/sys/arch/amiga/dev: mntva.c mntvareg.h mntvavar.h zbus.c

Log Message:
Update driver to support firmware v1.5+.

>From Lukas F. Hartmann. With hopeful style fixes from me.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/dev/mntva.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/mntvareg.h \
src/sys/arch/amiga/dev/mntvavar.h
cvs rdiff -u -r1.74 -r1.75 src/sys/arch/amiga/dev/zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2017-10-23 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Mon Oct 23 09:21:40 UTC 2017

Modified Files:
src/sys/arch/amiga/dev: if_bah_zbus.c

Log Message:
 Return if bah_attach_subr() failed.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/amiga/dev/if_bah_zbus.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2017-12-19 Thread SAITOH Masanobu
Module Name:src
Committed By:   msaitoh
Date:   Wed Dec 20 05:27:06 UTC 2017

Modified Files:
src/sys/arch/amiga/dev: ite_rh.c

Log Message:
 rt_init() in a comment must be rh_init(). Fix it.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/arch/amiga/dev/ite_rh.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2018-01-28 Thread Jukka Andberg
Module Name:src
Committed By:   jandberg
Date:   Sun Jan 28 10:00:31 UTC 2018

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
Make the console framebuffer visible when polling mode console input is used.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2018-03-04 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Sun Mar  4 22:28:18 UTC 2018

Modified Files:
src/sys/arch/amiga/dev: grf_et.c

Log Message:
avoid gcc 6 indentation issues.  rewrite:
   if (vgar()); if (vgar()); if (vgar()); if (vgar());
as
   vgar();
   vgar();
   vgar();
   vgar();

verified the ass output has the 4 reads (the macro uses a
volatile pointer, so it should remain so too.)


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/amiga/dev/grf_et.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2018-03-04 Thread Christos Zoulas
Module Name:src
Committed By:   christos
Date:   Mon Mar  5 02:41:19 UTC 2018

Modified Files:
src/sys/arch/amiga/dev: grf_et.c

Log Message:
use an inline function for the "4 reads"


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/grf_et.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2018-03-04 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Mon Mar  5 04:23:00 UTC 2018

Modified Files:
src/sys/arch/amiga/dev: grf_et.c

Log Message:
Remove duplicate vgaw() accidentally introduced in the previous revision.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amiga/dev/grf_et.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2020-12-19 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Sat Dec 19 15:12:17 UTC 2020

Modified Files:
src/sys/arch/amiga/dev: event.c

Log Message:
Use sel{record,remove}_knote().


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amiga/dev/event.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2021-01-06 Thread Jukka Andberg
Module Name:src
Committed By:   jandberg
Date:   Wed Jan  6 13:00:51 UTC 2021

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
Implement the WSDISPLAYIO_GET_FBINFO ioctl, needed by X wsfb driver.


To generate a diff of this commit:
cvs rdiff -u -r1.32 -r1.33 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2021-06-03 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Thu Jun  3 07:31:20 UTC 2021

Modified Files:
src/sys/arch/amiga/dev: kbd.c ms.c

Log Message:
kbd(4) and ms(4) carry multiple interface attributes. They are configurable
both as standalone drivers for legacy framebuffer console, or parents of
wskbd(4) and wsmouse(4), respectively. For the latter, be explicit about
using "wskbddev" and "wsmousedev" interface attributes for children.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/arch/amiga/dev/kbd.c
cvs rdiff -u -r1.40 -r1.41 src/sys/arch/amiga/dev/ms.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2021-06-15 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Tue Jun 15 08:53:47 UTC 2021

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
Add support for WSDISPLAYIO_MODE_DUMBFB to WSDISPLAYIO_SMODE.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2021-06-15 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Tue Jun 15 09:00:33 UTC 2021

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
Remove parentheses from return. No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2013-09-23 Thread Jukka Andberg
Module Name:src
Committed By:   jandberg
Date:   Mon Sep 23 08:39:28 UTC 2013

Modified Files:
src/sys/arch/amiga/dev: gayle_pcmcia.c

Log Message:
Fix interrupt handler arg (needs to be softc instead of device_t)


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amiga/dev/gayle_pcmcia.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-03-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Mar 29 12:55:11 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: amidisplaycc.c

Log Message:
Mark variables only used in KASSET to appease compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/amiga/dev/amidisplaycc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-03-29 Thread Michael van Elst
Module Name:src
Committed By:   mlelstv
Date:   Sat Mar 29 12:54:27 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: grf.c

Log Message:
Appease compiler.


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 src/sys/arch/amiga/dev/grf.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-08-07 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Thu Aug  7 08:59:42 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: sbic.c

Log Message:
Drop extra ().


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 src/sys/arch/amiga/dev/sbic.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-08-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug  8 21:13:05 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: kbdmap.c

Log Message:
Avoid non-UTF8 input.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 src/sys/arch/amiga/dev/kbdmap.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2014-08-08 Thread Joerg Sonnenberger
Module Name:src
Committed By:   joerg
Date:   Fri Aug  8 21:13:52 UTC 2014

Modified Files:
src/sys/arch/amiga/dev: fd.c

Log Message:
Fix misspelling of binary and as logical and.


To generate a diff of this commit:
cvs rdiff -u -r1.91 -r1.92 src/sys/arch/amiga/dev/fd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2020-01-28 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Jan 29 05:23:16 UTC 2020

Modified Files:
src/sys/arch/amiga/dev: if_es.c if_qn.c

Log Message:
Adopt .


To generate a diff of this commit:
cvs rdiff -u -r1.64 -r1.65 src/sys/arch/amiga/dev/if_es.c
cvs rdiff -u -r1.48 -r1.49 src/sys/arch/amiga/dev/if_qn.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2020-02-28 Thread Tetsuya Isaki
Module Name:src
Committed By:   isaki
Date:   Sat Feb 29 06:03:55 UTC 2020

Modified Files:
src/sys/arch/amiga/dev: aucc.c

Log Message:
round_blocksize must return a multiple of the framesize.
aucc(4) supports 3 channels mode.


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 src/sys/arch/amiga/dev/aucc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2020-03-02 Thread Ignatios Souvatzis
Module Name:src
Committed By:   is
Date:   Mon Mar  2 19:48:23 UTC 2020

Modified Files:
src/sys/arch/amiga/dev: gayle_pcmcia.c

Log Message:
The Gayle interface uses swapped (little-endian) word accesses, so we
need to use the amiga_bus_stride_1swap methods for the word accesses.

Analyzed and submitted via port-amiga@ by Martin Ã…berg.

Tested on formerly working hardware

- by Jukka Andberg  with Dlink DE-660+  (ne)
- by Frank Willewith D-Link DFE-670TXD  (ne)

Tested on formerly not working hardware:

- by Martin with 3Com 3c589 Etherling III   (ep)
- by Martin and Frank   with CompactFlash cards (wdc)


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 src/sys/arch/amiga/dev/gayle_pcmcia.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2020-05-19 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Tue May 19 08:43:30 UTC 2020

Modified Files:
src/sys/arch/amiga/dev: clock.c

Log Message:
Round amiga_clk_interval to the nearest integer, in order to emulate
100 Hz clock better by that running at PAL frequency (709379 Hz).

No functional changes for systems running at NTSC freq (715909 Hz).


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/amiga/dev/clock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2020-05-28 Thread Rin Okuyama
Module Name:src
Committed By:   rin
Date:   Fri May 29 05:35:47 UTC 2020

Modified Files:
src/sys/arch/amiga/dev: clock.c

Log Message:
For clk_timecounter:
- Use C99 initializer.
- Leave .tc_name NULL initially.
No functional changes.


To generate a diff of this commit:
cvs rdiff -u -r1.56 -r1.57 src/sys/arch/amiga/dev/clock.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2016-10-23 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Sun Oct 23 18:40:52 UTC 2016

Modified Files:
src/sys/arch/amiga/dev: mntva.c

Log Message:
Fixed WSCONS kernels. The cnprobe function must only be called when
MNTVA_CONSOLE is defined.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/dev/mntva.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2019-02-05 Thread matthew green
Module Name:src
Committed By:   mrg
Date:   Wed Feb  6 04:07:31 UTC 2019

Modified Files:
src/sys/arch/amiga/dev: wstsc.c

Log Message:
properly check SCI_CSR_DREQ in one place.


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/amiga/dev/wstsc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.



CVS commit: src/sys/arch/amiga/dev

2019-02-24 Thread Jukka Andberg
Module Name:src
Committed By:   jandberg
Date:   Sun Feb 24 19:25:35 UTC 2019

Modified Files:
src/sys/arch/amiga/dev: kbd.c

Log Message:
fix comment


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 src/sys/arch/amiga/dev/kbd.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.