CVS commit: src/sys/arch/shark/ofw

2019-01-03 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Thu Jan 3 18:28:21 UTC 2019 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: catch up with struct arm32_pci_chipset changes To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9

CVS commit: src/sys/arch/shark/ofw

2017-09-08 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Fri Sep 8 08:16:09 UTC 2017 Modified Files: src/sys/arch/shark/ofw: ofrom.c Log Message: Remove comment (and its typo) that doesn't apply any more. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27

CVS commit: src/sys/arch/shark/ofw

2017-04-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Apr 18 14:11:42 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Added Files: src/sys/arch/shark/ofw: vlpci.h Log Message: First pass reducing magic numbers adding register defines. No change to register

CVS commit: src/sys/arch/shark/ofw

2017-04-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Tue Apr 18 12:17:12 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: KNF, whitespace. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/shark/ofw/vlpci.c Please note that diffs are not

CVS commit: src/sys/arch/shark/ofw

2017-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 10 00:22:01 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: - provide access to PCI memory space - pass a DMA tag. Won't work but at least we don't crash anymore TODO: - magic number reduction.

CVS commit: src/sys/arch/shark/ofw

2017-03-03 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sat Mar 4 01:29:27 UTC 2017 Modified Files: src/sys/arch/shark/ofw: ofw.c Log Message: Fix up OFW_DEBUG printfs, particularly regarding newlines and error cases. To generate a diff of this commit: cvs rdiff -u -r1.66 -r1.67

CVS commit: src/sys/arch/shark/ofw

2017-02-27 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Mon Feb 27 18:30:42 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: Flesh out missing functions. Get IO space and interrupts working. Successfully tested with RTL8029 ne(4)@pci(4). To generate a diff

CVS commit: src/sys/arch/shark/ofw

2017-02-19 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Feb 19 14:34:40 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: Filter configuration space at and above PCI_CONF_SIZE, instead of KASSERTing. To generate a diff of this commit: cvs rdiff -u -r1.2

CVS commit: src/sys/arch/shark/ofw

2017-02-18 Thread Felix Deichmann
Module Name:src Committed By: flxd Date: Sat Feb 18 13:56:29 UTC 2017 Modified Files: src/sys/arch/shark/ofw: vlpci.c Log Message: Let vlpci attach instead of ofbus. OK jakllsch@ To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/shark/ofw/vlpci.c

CVS commit: src/sys/arch/shark/ofw

2017-01-22 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Sun Jan 22 17:27:31 UTC 2017 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: Call OF to bring up the CyberPro if it's not the console. Avoids igsfb crash later with serial console due to inaccessible

CVS commit: src/sys/arch/shark/ofw

2015-06-29 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Jun 30 03:52:54 UTC 2015 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: don't map the framebuffer as cacheable To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16

CVS commit: src/sys/arch/shark/ofw

2014-02-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 22 18:55:18 UTC 2014 Modified Files: src/sys/arch/shark/ofw: ofrom.c Log Message: use kenter_pa/kremove To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/shark/ofw/ofrom.c Please note that diffs

CVS commit: src/sys/arch/shark/ofw

2014-02-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 22 18:55:53 UTC 2014 Modified Files: src/sys/arch/shark/ofw: ofw.c Log Message: Deal with non-4K page sizes. To generate a diff of this commit: cvs rdiff -u -r1.62 -r1.63 src/sys/arch/shark/ofw/ofw.c Please note that

CVS commit: src/sys/arch/shark/ofw

2014-01-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Jan 2 19:00:39 UTC 2014 Modified Files: src/sys/arch/shark/ofw: chipsfb_ofbus.c igsfb_ofbus.c Log Message: Fix const use. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/shark/ofw/chipsfb_ofbus.c

CVS commit: src/sys/arch/shark/ofw

2013-11-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 6 02:41:12 UTC 2013 Modified Files: src/sys/arch/shark/ofw: ofw.c Log Message: remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/sys/arch/shark/ofw/ofw.c Please note that

CVS commit: src/sys/arch/shark/ofw

2012-08-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Aug 22 21:15:18 UTC 2012 Modified Files: src/sys/arch/shark/ofw: chipsfb_ofbus.c Log Message: actually pass a working IO tag to the rest of the driver To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3

CVS commit: src/sys/arch/shark/ofw

2012-03-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Thu Mar 1 17:59:38 UTC 2012 Modified Files: src/sys/arch/shark/ofw: ofw.c Log Message: kernelstack is declared in arm32_machdep.c To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/sys/arch/shark/ofw/ofw.c Please

CVS commit: src/sys/arch/shark/ofw

2012-02-04 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Feb 4 19:08:04 UTC 2012 Modified Files: src/sys/arch/shark/ofw: if_cs_ofisa_machdep.c Log Message: add sys/rnd.h to fix the build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10

CVS commit: src/sys/arch/shark/ofw

2011-02-28 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Mon Feb 28 10:05:04 UTC 2011 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: use ARM32_MMAP_WRITECOMBINE when mmap()ing video memory for improved X11 speed To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch/shark/ofw

2009-11-11 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Nov 11 17:05:11 UTC 2009 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: Look for a Sun-like video mode specifier in output-device, if there is one pass it on to igsfb. With this you can setenv

CVS commit: src/sys/arch/shark/ofw

2009-11-10 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Tue Nov 10 22:24:58 UTC 2009 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c Log Message: add a mmap() method so the xf86-video-igs driver can map the aperture and IO space in a sane way. To generate a diff of this