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

2020-06-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Jun 17 06:41:39 UTC 2020

Modified Files:
src/sys/arch/amiga/pci: pci_machdep.c

Log Message:
 not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/pci_machdep.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/pci

2020-06-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Jun 17 06:40:45 UTC 2020

Modified Files:
src/sys/arch/amiga/pci: p5membar.c

Log Message:
 not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/p5membar.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/pci

2020-06-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Jun 17 06:39:49 UTC 2020

Modified Files:
src/sys/arch/amiga/pci: emmem.c

Log Message:
 not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/pci/emmem.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/pci

2020-06-16 Thread Jason R Thorpe
Module Name:src
Committed By:   thorpej
Date:   Wed Jun 17 06:37:57 UTC 2020

Modified Files:
src/sys/arch/amiga/pci: cv3dpb.c

Log Message:
 not needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/cv3dpb.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/pci

2015-10-30 Thread Frank Wille
Module Name:src
Committed By:   phx
Date:   Fri Oct 30 12:14:33 UTC 2015

Modified Files:
src/sys/arch/amiga/pci: p5pb.c

Log Message:
Include genfb.h for NGENFB.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/arch/amiga/pci/p5pb.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/pci

2013-01-29 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Jan 29 21:02:50 UTC 2013

Modified Files:
src/sys/arch/amiga/pci: em4k.c

Log Message:
Support PCI_NETBSD_CONFIGURE for em4k. Mediator 4000 now works completely (minus
obvious lack of DMA).


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/em4k.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/pci

2013-01-28 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Tue Jan 29 00:49:43 UTC 2013

Modified Files:
src/sys/arch/amiga/pci: emmem.c empb.c empbreg.h
Added Files:
src/sys/arch/amiga/pci: em4k.c em4kvar.h

Log Message:
Add Mediator 4000 driver - em4k(4). Working, but PCI_NETBSD_CONFIGURE not
implemented yet. While here add some untested Mediator ZIV support to empb(4).


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/pci/em4k.c \
src/sys/arch/amiga/pci/em4kvar.h
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/emmem.c
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amiga/pci/empb.c
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/pci/empbreg.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/pci

2013-01-28 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Jan 28 14:44:37 UTC 2013

Modified Files:
src/sys/arch/amiga/pci: empb.c empbreg.h empbvar.h
Added Files:
src/sys/arch/amiga/pci: empm.c empmvar.h

Log Message:
Add support for power management on Mediator 1200 SX and TX models. Allows
software power-off. Feels so modern.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 src/sys/arch/amiga/pci/empb.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/pci/empbreg.h
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/pci/empbvar.h
cvs rdiff -u -r0 -r1.1 src/sys/arch/amiga/pci/empm.c \
src/sys/arch/amiga/pci/empmvar.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/pci

2012-07-11 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Wed Jul 11 19:14:18 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: p5pb.c

Log Message:
Fix incomplete bus_dma tag.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 src/sys/arch/amiga/pci/p5pb.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/pci

2012-06-27 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Wed Jun 27 18:53:04 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: empb.c empb_bsm.c

Log Message:
Fix Mediator 1200 memory space support. Now it's good enough to drive a Voodoo 
3.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/amiga/pci/empb.c
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/pci/empb_bsm.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/pci

2012-06-04 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Jun  4 19:45:50 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: empb.c empb_bsm.c

Log Message:
Finally add support for memory space access for empb(4). Buggy but better than 
nothing.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/pci/empb.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/empb_bsm.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/pci

2012-06-04 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Mon Jun  4 12:56:49 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: empb.c empb_bsm.c empbreg.h empbvar.h

Log Message:
Fix PCI interrupt handling on empb. Also, continue work on memory accesses. Now 
empb is good enough to handle satalink!


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amiga/pci/empb.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/pci/empb_bsm.c
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/empbreg.h
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/empbvar.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/pci

2012-06-01 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jun  1 17:41:17 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: empb.c empb_bsm.c empbreg.h

Log Message:
Add support for PCI_NETBSD_CONFIGURE in empb(4). Continue work on memory window.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/empb.c
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/empb_bsm.c
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/pci/empbreg.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/pci

2012-05-31 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Thu May 31 21:29:02 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: emmem.c empb.c empbreg.h

Log Message:
Add empb(4) functions to switch memory window position.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/sys/arch/amiga/pci/emmem.c \
src/sys/arch/amiga/pci/empb.c src/sys/arch/amiga/pci/empbreg.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/pci

2012-01-29 Thread Lars Heidieker
Module Name:src
Committed By:   para
Date:   Sun Jan 29 15:32:52 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: mppb.c p5pb.c

Log Message:
adapt to extent(9) changes


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/amiga/pci/mppb.c
cvs rdiff -u -r1.7 -r1.8 src/sys/arch/amiga/pci/p5pb.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/pci

2012-01-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jan 13 13:41:25 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: mppb.c

Log Message:
Make it actually build without PCI_NETBSD_CONFIGURE too.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/sys/arch/amiga/pci/mppb.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/pci

2012-01-13 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Jan 13 13:36:36 UTC 2012

Modified Files:
src/sys/arch/amiga/pci: mppb.c

Log Message:
Make it build without PCI_NETBSD_CONFIGURE too.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/amiga/pci/mppb.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/pci

2011-10-07 Thread Radoslaw Kujawa
Module Name:src
Committed By:   rkujawa
Date:   Fri Oct  7 23:08:33 UTC 2011

Modified Files:
src/sys/arch/amiga/pci: p5pb.c

Log Message:
P5PB_MATCH_CV643D is supposed to be disabled by default


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

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