CVS commit: src/sys/arch/arm/footbridge

2021-08-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Aug 13 11:40:43 UTC 2021 Modified Files: src/sys/arch/arm/footbridge: footbridge.c footbridge_clock.c footbridge_com.c footbridge_com_io.c footbridge_intr.h footbridge_io.c footbridge_irqhandler.c

CVS commit: src/sys/arch/arm/footbridge

2020-12-09 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Dec 9 15:28:38 UTC 2020 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: Remove include and assume users already include that. Removes an include cycle when including via: ys/time.h,

CVS commit: src/sys/arch/arm/footbridge

2018-11-16 Thread Robert Swindells
Module Name:src Committed By: rjs Date: Sat Nov 17 01:45:25 UTC 2018 Modified Files: src/sys/arch/arm/footbridge: footbridge_pci.c Log Message: Add xname to footbridge_pci_intr_establish(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31

CVS commit: src/sys/arch/arm/footbridge

2018-06-01 Thread matthew green
Module Name:src Committed By: mrg Date: Fri Jun 1 21:22:43 UTC 2018 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: include for the cddl proc.h vs our lwp.h. this fixes build issues with cats/netwinder since the zfs/dtrace update. To

CVS commit: src/sys/arch/arm/footbridge

2017-06-13 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jun 13 15:23:17 UTC 2017 Modified Files: src/sys/arch/arm/footbridge: footbridge_io.c Log Message: Use devmap if available To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23

CVS commit: src/sys/arch/arm/footbridge

2017-04-19 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Apr 19 08:30:01 UTC 2017 Modified Files: src/sys/arch/arm/footbridge: footbridge_pci.c Log Message: Use designated initialisers and fix build in process. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29

CVS commit: src/sys/arch/arm/footbridge

2016-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 16:30:42 UTC 2016 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: This is a mess: -> sys/mutex.h -> sys/intr.h -> machine/intr.h -> footbridge/footbridge_intr.h -> arm/cpu.h ->

CVS commit: src/sys/arch/arm/footbridge

2016-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 16:41:06 UTC 2016 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: Move the ipl_cookie_t definition earlier, since the mutex internal impl uses it. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/arm/footbridge

2016-01-25 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Jan 25 21:54:14 UTC 2016 Modified Files: src/sys/arch/arm/footbridge: footbridge_intr.h Log Message: protect locore. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/arch/arm/footbridge

2013-11-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sun Nov 17 08:32:55 UTC 2013 Modified Files: src/sys/arch/arm/footbridge: footbridge_com.c src/sys/arch/arm/footbridge/isa: isa_machdep.c Log Message: Remove unused variables. To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/arm/footbridge

2012-10-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 11 08:47:45 UTC 2012 Removed Files: src/sys/arch/arm/footbridge: todclock.c todclockvar.h Log Message: Remove files not used since Sep 2006 To generate a diff of this commit: cvs rdiff -u -r1.14 -r0

CVS commit: src/sys/arch/arm/footbridge/isa

2012-10-11 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Oct 11 08:53:27 UTC 2012 Modified Files: src/sys/arch/arm/footbridge/isa: dsrtc.c Log Message: Complete the device_t/softc split I attempted previously. From chuq. To generate a diff of this commit: cvs rdiff -u -r1.11

CVS commit: src/sys/arch/arm/footbridge

2012-10-10 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Oct 10 21:53:09 UTC 2012 Modified Files: src/sys/arch/arm/footbridge: footbridge.c footbridge_com.c Log Message: Update comments to reflect the real function prototypes. From chuq. To generate a diff of this commit: cvs

CVS commit: src/sys/arch/arm/footbridge

2010-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Mon Nov 22 07:27:29 UTC 2010 Modified Files: src/sys/arch/arm/footbridge: footbridge_io.c Log Message: Fix thinko in previous. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19

CVS commit: src/sys/arch/arm/footbridge

2010-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 18 18:00:41 UTC 2010 Modified Files: src/sys/arch/arm/footbridge: footbridge.c Log Message: Remove commented out setting of SDRAM_MEMORY_ADDR - it's set later on. To generate a diff of this commit: cvs rdiff -u -r1.21

CVS commit: src/sys/arch/arm/footbridge

2010-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 18 18:06:21 UTC 2010 Modified Files: src/sys/arch/arm/footbridge: footbridge_io.c Log Message: Whitespace. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/footbridge/footbridge_io.c Please

CVS commit: src/sys/arch/arm/footbridge

2010-11-18 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Thu Nov 18 18:12:23 UTC 2010 Modified Files: src/sys/arch/arm/footbridge: footbridge_io.c Log Message: Implement footbridge_io_bs_mmap. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18

CVS commit: src/sys/arch/arm/footbridge

2009-12-15 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Dec 15 21:38:20 UTC 2009 Modified Files: src/sys/arch/arm/footbridge: footbridge_io.c Log Message: Fix ancient bug. footbridge_mem_bs_mmap should return a page number. To generate a diff of this commit: cvs rdiff -u -r1.15

CVS commit: src/sys/arch/arm/footbridge/isa

2009-08-20 Thread Havard Eidnes
Module Name:src Committed By: he Date: Thu Aug 20 12:51:28 UTC 2009 Modified Files: src/sys/arch/arm/footbridge/isa: isa_machdep.c Log Message: Typo correction: it's isa_dmadestroy(), not isa_dma_destroy(), apparently. To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/arm/footbridge

2009-07-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jul 21 07:35:55 UTC 2009 Modified Files: src/sys/arch/arm/footbridge: footbridge.c footbridge_clock.c footbridge_com.c footbridgevar.h todclock.c src/sys/arch/arm/footbridge/isa: dsrtc.c sysbeep_isa.c Log

CVS commit: src/sys/arch/arm/footbridge

2009-06-17 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jun 17 06:27:05 UTC 2009 Modified Files: src/sys/arch/arm/footbridge: footbridge_irqhandler.c Log Message: Remove incorrect KASSERT. footbridge_intr_calculate_masks is called multiple times and the KASSERT isn't valid in (at