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

2021-05-12 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Wed May 12 23:48:41 UTC 2021 Modified Files: src/sys/arch/shark/conf: files.shark Log Message: Add OFW PCI subroutines if PCI support is included in the kernel. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/

CVS commit: src/sys/arch/shark

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:24:06 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark Added Files: src/sys/arch/shark/shark: shark_iic.c Log Message: Driver for the I2C bus used for RAM serial presence detection. Thi

CVS commit: src/sys/arch/shark

2021-04-29 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Fri Apr 30 02:11:37 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark src/sys/arch/shark/shark: hat.c sequoia.c sequoia.h Log Message: - Introduce sequoiaLock() / sequoiaUnlock() functions that hide aw

CVS commit: src/sys/arch/shark

2021-04-27 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Tue Apr 27 23:37:02 UTC 2021 Modified Files: src/sys/arch/shark/conf: GENERIC INSTALL files.shark Removed Files: src/sys/arch/shark/ofw: ofisapc.c src/sys/arch/shark/shark: kbdreg.h opms.c Log Message: Garbage-col

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

2021-01-03 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Jan 3 17:28:33 UTC 2021 Modified Files: src/sys/arch/shark/shark: opms.c Log Message: Use sel{record,remove}_knote(). To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/arch/shark/shark/opms.c Please no

CVS commit: src/sys/arch/shark

2020-11-21 Thread Jason R Thorpe
Module Name:src Committed By: thorpej Date: Sun Nov 22 03:57:19 UTC 2020 Modified Files: src/sys/arch/shark/isa: isa_irqhandler.c isa_shark_machdep.c src/sys/arch/shark/ofw: if_cs_ofisa_machdep.c igsfb_ofbus.c Log Message: malloc(9) -> kmem(9) (easy, straight-forwa

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

2020-11-21 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Sat Nov 21 19:58:11 UTC 2020 Modified Files: src/sys/arch/shark/isa: isa_irq.S Log Message: Adjust egister usage so that r4 and r5 are preserved as cur{cpu,lwp} respectively as required by the change to make ASTs operate per-LWP ra

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 src/sys/arch/shark/ofw/vlpci.

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

2018-12-31 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Mon Dec 31 13:37:07 UTC 2018 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Switch to arm-elf2aout from objcopy since new binutils don't support a.out anymore. To generate a diff of this commit: cvs r

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

2018-01-30 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Tue Jan 30 19:22:28 UTC 2018 Modified Files: src/sys/arch/shark/isa: isa_irq.S Log Message: whitespace To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/shark/isa/isa_irq.S Please note that diffs are not

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 src/sys/arch/shark

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

2017-08-22 Thread Robert Elz
Module Name:src Committed By: kre Date: Tue Aug 22 21:23:58 UTC 2017 Modified Files: src/sys/arch/shark/shark: sequoia.h Log Message: Add () around "1 << n' in #define's, without it ~NAME is "~1 << n" which is not what is wanted at all (and which caused the << of a negativ

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

2017-08-22 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Aug 22 12:52:24 UTC 2017 Modified Files: src/sys/arch/shark/shark: sequoia.h Log Message: Since left shifts of negative values is undefined, make sure the various constants are unsigned. To generate a diff of this commit: cvs

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

2017-08-15 Thread Maya Rashish
Module Name:src Committed By: maya Date: Tue Aug 15 08:39:11 UTC 2017 Modified Files: src/sys/arch/shark/shark: shark_machdep.c Log Message: Remove dead code. it isn't possible to do non-__ELF__ builds To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys

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 values/w

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

2017-03-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 12 10:19:40 UTC 2017 Modified Files: src/sys/arch/shark/isa: isa_shark_machdep.c src/sys/arch/shark/ofw: vlpci.c Log Message: Implement {pci,isa}_intr_disestablish To generate a diff of this commit: cvs rdiff -u

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

2017-03-12 Thread Martin Husemann
Module Name:src Committed By: martin Date: Sun Mar 12 10:18:07 UTC 2017 Modified Files: src/sys/arch/shark/conf: std.shark Log Message: Include the atheros hal files To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/shark/conf/std.shark Please no

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. Seri

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

2017-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 10 00:13:08 UTC 2017 Modified Files: src/sys/arch/shark/shark: shark_machdep.c Log Message: if we have vlpci, map in 1MB worth of PCI memory space To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/sys/a

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

2017-03-09 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Mar 10 00:09:13 UTC 2017 Modified Files: src/sys/arch/shark/conf: files.shark Log Message: include files.usb, vlpci needs-flag To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/shark/conf/files.sha

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 s

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 of

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 -r1.

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/conf

2017-02-17 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Feb 17 19:43:40 UTC 2017 Modified Files: src/sys/arch/shark/conf: majors.shark Log Message: add major number for pci ( same as in arch/arm/conf ) To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/arch/s

CVS commit: src/sys/arch/shark

2017-02-17 Thread Jonathan A. Kollasch
Module Name:src Committed By: jakllsch Date: Fri Feb 17 18:07:51 UTC 2017 Modified Files: src/sys/arch/shark/conf: GENERIC files.shark Added Files: src/sys/arch/shark/ofw: vlpci.c Log Message: Add initial basic driver for DNARD's VT82C505 VL to PCI bridge. Current

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 hardware

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

2016-08-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 26 22:19:48 UTC 2016 Modified Files: src/sys/arch/shark/isa: isa_io.c Log Message: teach isa_bs_mmap() about BUS_SPACE_MAP_PREFETCHABLE use the right paddr for chipsfb To generate a diff of this commit: cvs rdiff -u -r

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

2016-08-26 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Fri Aug 26 20:19:45 UTC 2016 Modified Files: src/sys/arch/shark/isa: isa_io.c Log Message: add the same special casing for chipsfb as we already do for igsfb to isa_bs_mmap() To generate a diff of this commit: cvs rdiff -u -r1

CVS commit: src/sys/arch/shark/stand/ofwboot

2016-06-10 Thread David A. Holland
Module Name:src Committed By: dholland Date: Sat Jun 11 06:41:55 UTC 2016 Modified Files: src/sys/arch/shark/stand/ofwboot: boot.c Log Message: PR 51200 gets in libsa considered harmful: use kgets To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/s

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

2015-08-18 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Wed Aug 19 05:47:38 UTC 2015 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Write the rule of ldscript generation. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 src/sys/arch/shark/conf

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 src/sys/arch/shark/ofw/igsfb_

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

2015-03-03 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Mar 3 09:23:02 UTC 2015 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Put -fno-unwind-tables into CFLAGS instead of COPTS - the old version caused DEFCOPTS not to be propagated into COPTS, which mea

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

2014-11-24 Thread Martin Husemann
Module Name:src Committed By: martin Date: Tue Nov 25 07:42:35 UTC 2014 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Explicitly set LOADADDRESS, the linker script hack is overriden by command line arguments now. To generate a diff of this comm

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

2014-11-15 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sat Nov 15 13:41:17 UTC 2014 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Use LINKSCRIPT. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/shark/conf/Makefile.shark.inc Pl

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

2014-09-21 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Sep 21 15:48:29 UTC 2014 Modified Files: src/sys/arch/shark/isa: isa_irqhandler.c Log Message: fix leak To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/shark/isa/isa_irqhandler.c Please note tha

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

2014-06-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 24 12:17:33 UTC 2014 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: Bump SYMTAB_SPACE to allow clang to build this kernel. To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 src/sys/arch/shark/

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

2014-02-22 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sat Feb 22 18:56:25 UTC 2014 Modified Files: src/sys/arch/shark/isa: isa_irqhandler.c Log Message: include To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/sys/arch/shark/isa/isa_irqhandler.c Please note that di

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 diff

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 a

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

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

2013-12-27 Thread Matt Thomas
Module Name:src Committed By: matt Date: Fri Dec 27 22:13:32 UTC 2013 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: Bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.112 -r1.113 src/sys/arch/shark/conf/GENERIC Please note that diffs a

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 diffs

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

2013-11-05 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Nov 6 02:35:26 UTC 2013 Modified Files: src/sys/arch/shark/shark: consinit.c Log Message: move code inside ifdef To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/shark/shark/consinit.c Please no

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

2013-08-26 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Aug 27 03:41:59 UTC 2013 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: Bump STMRAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.111 -r1.112 src/sys/arch/shark/conf/GENERIC Please note that diffs a

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

2013-08-22 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 22 20:03:15 UTC 2013 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Re-add -fno-unwind-tables, otherwise eabi kernels fail to boot (bug in objcopy?) To generate a diff of this commit: cvs rdiff

CVS commit: src/sys/arch/shark/stand/ofwboot

2013-08-20 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 21 06:24:42 UTC 2013 Modified Files: src/sys/arch/shark/stand/ofwboot: Makefile Log Message: Use To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/shark/stand/ofwboot/Makefile Please note that di

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

2013-08-15 Thread Martin Husemann
Module Name:src Committed By: martin Date: Thu Aug 15 12:45:06 UTC 2013 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Do not explicitly prevent unwind table generation To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/s

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

2013-08-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 14 14:45:12 UTC 2013 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Do not output unwind tables, they make no sense for the kernel. Do not force MACHINE=arm, to allow building eabi kernels with MA

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

2013-08-14 Thread Martin Husemann
Module Name:src Committed By: martin Date: Wed Aug 14 14:43:12 UTC 2013 Added Files: src/sys/arch/shark/include: netbsd32_machdep.h Log Message: Allow building of COMPAT_NETBSD32. To generate a diff of this commit: cvs rdiff -u -r0 -r1.1 src/sys/arch/shark/include/netbsd

CVS commit: src/sys/arch/shark

2013-08-12 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Aug 12 17:32:03 UTC 2013 Modified Files: src/sys/arch/shark/isa: isa_irq.S src/sys/arch/shark/shark: shark_fiq.S Log Message: Update to unified syntax To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/s

CVS commit: src/sys/arch/shark

2013-06-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jun 30 21:56:44 UTC 2013 Modified Files: src/sys/arch/shark: Makefile Log Message: Move stand to its own line. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/shark/Makefile Please note that diffs are

CVS commit: src/sys/arch/shark/stand/ofwboot

2013-06-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Sun Jun 30 21:54:26 UTC 2013 Modified Files: src/sys/arch/shark/stand/ofwboot: Makefile Log Message: Add -fno-unwind-tables Add CPUFLAGS=-mcpu-strongarm Add ${_MKTARGET_LINK} To generate a diff of this commit: cvs rdiff -u -r1.12

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

2012-09-03 Thread Matt Thomas
Module Name:src Committed By: matt Date: Mon Sep 3 16:35:34 UTC 2012 Modified Files: src/sys/arch/shark/isa: isa_irq.S Log Message: Don't use r7, use r5 instead To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/shark/isa/isa_irq.S Please note t

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 src/sys/arc

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

2012-08-01 Thread Matt Thomas
Module Name:src Committed By: matt Date: Wed Aug 1 22:28:10 UTC 2012 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: bump symtab_space To generate a diff of this commit: cvs rdiff -u -r1.101 -r1.102 src/sys/arch/shark/conf/GENERIC Please note that diffs a

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

2012-05-13 Thread matthew green
Module Name:src Committed By: mrg Date: Sun May 13 07:34:03 UTC 2012 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: enable PUFFS and putter. To generate a diff of this commit: cvs rdiff -u -r1.99 -r1.100 src/sys/arch/shark/conf/GENERIC Please note that di

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/include

2012-02-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Feb 17 16:01:41 UTC 2012 Modified Files: src/sys/arch/shark/include: vmparam.h Log Message: expose more to kmemuser To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/shark/include/vmparam.h 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 to fix the build. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/shark/ofw/if_cs_ofisa_mac

CVS commit: src/sys/arch/shark

2012-01-30 Thread Matt Thomas
Module Name:src Committed By: matt Date: Tue Jan 31 04:28:50 UTC 2012 Modified Files: src/sys/arch/shark/isa: isa_io.c isadma_machdep.c src/sys/arch/shark/shark: scr.c Log Message: Convert stragglers to use real C89 prototypes. To generate a diff of this commit:

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

2012-01-28 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sun Jan 29 00:50:59 UTC 2012 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: Bump SYMTAB_SPACE To generate a diff of this commit: cvs rdiff -u -r1.97 -r1.98 src/sys/arch/shark/conf/GENERIC Please note that diffs

CVS commit: src/sys/arch/shark

2011-07-26 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jul 26 08:56:27 UTC 2011 Modified Files: src/sys/arch/shark/ofw: igsfb_ofbus.c ofrom.c src/sys/arch/shark/shark: opms.c scr.c Log Message: convert to device_t, cfdata_t and CFATTACH_DECL_NEW. To generate a diff of this

CVS commit: src/sys/arch/shark

2011-07-19 Thread David Young
Module Name:src Committed By: dyoung Date: Tue Jul 19 15:07:43 UTC 2011 Modified Files: src/sys/arch/shark/include: Makefile src/sys/arch/shark/isa: isa_io.c isadma_machdep.c src/sys/arch/shark/ofw: chipsfb_ofbus.c com_ofisa_machdep.c if_cs_ofisa

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

2011-07-02 Thread Izumi Tsutsui
Module Name:src Committed By: tsutsui Date: Sat Jul 2 17:33:10 UTC 2011 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: Remove an extra backslash. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/shark/conf/Makefile.sha

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

2011-07-02 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Jul 2 14:17:40 UTC 2011 Modified Files: src/sys/arch/shark/conf: Makefile.shark.inc Log Message: also need to strip out GCC 4.5's new .debug_pubtypes section. while here, minor cleanup. To generate a diff of this commit: cvs r

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

2011-03-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 23 04:46:29 UTC 2011 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: add chipsfb To generate a diff of this commit: cvs rdiff -u -r1.93 -r1.94 src/sys/arch/shark/conf/GENERIC Please note that diffs are n

CVS commit: src/sys/arch/shark

2011-03-22 Thread Michael Lorenz
Module Name:src Committed By: macallan Date: Wed Mar 23 04:06:04 UTC 2011 Modified Files: src/sys/arch/shark/conf: files.shark src/sys/arch/shark/ofw: ofw.c src/sys/arch/shark/shark: consinit.c Added Files: src/sys/arch/shark/ofw: chipsfb_ofbus.c Lo

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 -r1

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

2010-11-13 Thread Masao Uebayashi
Module Name:src Committed By: uebayasi Date: Sun Nov 14 03:36:53 UTC 2010 Modified Files: src/sys/arch/shark/shark: shark_machdep.c Log Message: This uses autoconf(9) API, include sys/device.h. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/sh

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

2010-06-02 Thread David A. Holland
Module Name:src Committed By: dholland Date: Wed Jun 2 18:03:52 UTC 2010 Modified Files: src/sys/arch/shark/conf: GENERIC Log Message: COMPAT_43 should not be sorted between COMPAT_40 and COMPAT_50. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 src/sys/a