CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: rin Date: Fri Aug 6 09:01:36 UTC 2021 Modified Files: src/sys/arch/arm/xscale: i80321_icu.c i80321var.h Log Message: Simplify i80321_intr_calculate_masks(). G/C unused members of struct intrq. No functional changes intended. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/sys/arch/arm/xscale/i80321_icu.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/xscale/i80321var.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/arm/xscale
Module Name:src Committed By: rin Date: Fri Aug 6 08:58:42 UTC 2021 Modified Files: src/sys/arch/arm/xscale: i80321_intr.h Log Message: Do *NOT* lower IPL in i80321_splraise(). Fix various strange crashes for DIAGNOSTIC kernel on evbarm/HDL_G, including one worked around by if_wm.c rev 1.706: http://cvsweb.netbsd.org/bsdweb.cgi/src/sys/dev/pci/if_wm.c#rev1.706 To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/i80321_intr.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/arm/xscale
Module Name:src Committed By: isaki Date: Sat Feb 6 12:53:37 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ac97.c Log Message: Fix "locking against myself". halt_{input,output} will be called with sc_intr_lock held. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/xscale/pxa2x0_ac97.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/arm/xscale
Module Name:src Committed By: isaki Date: Sat Feb 6 07:16:54 UTC 2021 Modified Files: src/sys/arch/arm/xscale: pxa2x0_ac97.c Log Message: Calling halt_{input,output} is done by the MI audio layer if necessary. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/xscale/pxa2x0_ac97.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/arm/xscale
Module Name:src Committed By: skrll Date: Sat Nov 21 19:55:49 UTC 2020 Modified Files: src/sys/arch/arm/xscale: i80200_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 rather than per-CPU. DO_AST_AND_RESTORE_ALIGNMENT_FAULTS expects this. XXX untested To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/xscale/i80200_irq.S Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: thorpej Date: Tue Feb 18 14:49:32 UTC 2020 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Use ether_mediastatus(). To generate a diff of this commit: cvs rdiff -u -r1.46 -r1.47 src/sys/arch/arm/xscale/ixp425_if_npe.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/arm/xscale
Module Name:src Committed By: thorpej Date: Wed Feb 12 05:44:26 UTC 2020 Modified Files: src/sys/arch/arm/xscale: ixp425reg.h Log Message: Correct the location of SDRAM in the comment describing the IXP425 memory map. SDRAM is located at 0x and has aliases at 0x1000, 0x2000, and 0x3000. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/xscale/ixp425reg.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/arm/xscale
Module Name:src Committed By: thorpej Date: Tue Feb 4 05:16:18 UTC 2020 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Add a comment that ifmedia_fini() should be used here someday. To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 src/sys/arch/arm/xscale/ixp425_if_npe.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/arm/xscale
Module Name:src Committed By: thorpej Date: Thu Jan 30 13:07:18 UTC 2020 Modified Files: src/sys/arch/arm/xscale: ixp425-fw.README Log Message: Update the URL for IPL_ixp400NpeLibrary-2_4.zip. Note the URL For IPL_ixp400NpeLibraryWithCrypto-2_4.zip for reference purposes. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xscale/ixp425-fw.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: thorpej Date: Thu Jan 2 22:27:15 UTC 2020 Modified Files: src/sys/arch/arm/xscale: pxa2x0_rtc.c Log Message: In the wristwatch case, use todr_gettime_ymdhms / todr_settime_ymdhms. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/pxa2x0_rtc.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/arm/xscale
Module Name:src Committed By: msaitoh Date: Wed Apr 24 10:40:19 UTC 2019 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: This driver uses MII(4) and have hook SIOCGIFMEDIA which just pass to ifmedia_ioctl(), the hook is not required because ether_ioctl has it (if_ethersubr.c rev. 1.160). This driver might require some additional fixes for SIOCSIFMTU and other ioctl()s. To generate a diff of this commit: cvs rdiff -u -r1.37 -r1.38 src/sys/arch/arm/xscale/ixp425_if_npe.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/arm/xscale
Module Name:src Committed By: maxv Date: Sun Mar 17 06:36:22 UTC 2019 Modified Files: src/sys/arch/arm/xscale: iopaau.c iopaaureg.h Log Message: Hard-align the fields of the structures with __aligned(32), and pass ioff=0 in the pool cache. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/xscale/iopaau.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/iopaaureg.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/arm/xscale
Module Name:src Committed By: macallan Date: Wed Nov 21 19:03:18 UTC 2018 Modified Files: src/sys/arch/arm/xscale: i80321_space.c Log Message: further de-cargocult the new mmap() methods To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/xscale/i80321_space.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/arm/xscale
Module Name:src Committed By: thorpej Date: Wed Nov 21 09:49:39 UTC 2018 Modified Files: src/sys/arch/arm/xscale: i80321_space.c Log Message: EINVAL (22) is a valid return value for ARM mmap routines; we need to return -1 for invalid mmap attempts. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/xscale/i80321_space.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/arm/xscale
Module Name:src Committed By: macallan Date: Sun Nov 18 06:28:39 UTC 2018 Modified Files: src/sys/arch/arm/xscale: i80321_space.c Log Message: - support *_mmap() - support BUS_SPACE_MAP_PREFETCHABLE for memory spaces - fill in *_stream methods if needed With this Xorg with wsfb works on iyonix. The nv driver still crashes ( and needs options INSECURE ), something seems to be wrong with accessing IO space. But, progress. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/xscale/i80321_space.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/arm/xscale
Module Name:src Committed By: christos Date: Fri Mar 9 17:14:58 UTC 2018 Modified Files: src/sys/arch/arm/xscale: files.pxa2x0 Log Message: fix device attributes To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/xscale/files.pxa2x0 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: tnn Date: Fri Feb 10 23:11:30 UTC 2017 Modified Files: src/sys/arch/arm/xscale: ixp425-fw.README Log Message: remove misleading comment about version 3.0 microcode The last known microcode to work is 2.4. Version 3.0 changes the header signature and fails with "block too big for NPE memory". Provide a backup download URL since intel removed version < 3.0. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/ixp425-fw.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: tnn Date: Fri Feb 10 20:30:39 UTC 2017 Modified Files: src/sys/arch/arm/xscale: ixp425-fw.README Log Message: update firmware download URL To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xscale/ixp425-fw.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: maxv Date: Sun Jun 28 15:13:29 UTC 2015 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Initialize 'error'. Can't test, but obvious enough apparently. Found by Brainy. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/xscale/ixp425_if_npe.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/arm/xscale
Module Name:src Committed By: nonaka Date: Thu Feb 5 13:27:18 UTC 2015 Modified Files: src/sys/arch/arm/xscale: pxa2x0_dmac.c Log Message: Don't write DMAC_DINT register on PXA270, because read-only register. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/pxa2x0_dmac.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/arm/xscale
Module Name:src Committed By: joerg Date: Thu Aug 14 16:55:02 UTC 2014 Modified Files: src/sys/arch/arm/xscale: ixp425_npe.c Log Message: Remove tautologies. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/ixp425_npe.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/arm/xscale
Module Name:src Committed By: htodd Date: Sun Mar 30 21:52:09 UTC 2014 Modified Files: src/sys/arch/arm/xscale: becc_pci.c Log Message: Fix typo. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/xscale/becc_pci.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/arm/xscale
Module Name:src Committed By: joerg Date: Sun Mar 2 13:23:17 UTC 2014 Modified Files: src/sys/arch/arm/xscale: i80321_space.c Log Message: Skip a tautologic check if we know it is one. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/xscale/i80321_space.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/arm/xscale
Module Name:src Committed By: martin Date: Mon Feb 24 10:50:40 UTC 2014 Modified Files: src/sys/arch/arm/xscale: ixp425_pci_space.c Log Message: Fix compilation To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/ixp425_pci_space.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/arm/xscale
Module Name:src Committed By: martin Date: Mon Feb 24 10:47:46 UTC 2014 Modified Files: src/sys/arch/arm/xscale: ixp425_if_npe.c Log Message: Explicitly include for now (untill Nick kills it for real), to make it compile. To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/arch/arm/xscale/ixp425_if_npe.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/arm/xscale
Module Name:src Committed By: msaitoh Date: Mon Feb 24 00:32:17 UTC 2014 Modified Files: src/sys/arch/arm/xscale: pxa2x0_space.c Log Message: Remove unused variable. Fixes compile error. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/pxa2x0_space.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/arm/xscale
Module Name:src Committed By: christos Date: Wed Feb 5 19:03:45 UTC 2014 Modified Files: src/sys/arch/arm/xscale: becc_intr.h Log Message: put back line accidentally deleted before (hi matt) To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/xscale/becc_intr.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/arm/xscale
Module Name:src Committed By: martin Date: Tue Jan 28 12:22:32 UTC 2014 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.c Log Message: Remove unused variables To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 src/sys/arch/arm/xscale/pxa2x0_lcd.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/arm/xscale
Module Name:src Committed By: martin Date: Tue Jan 28 12:02:48 UTC 2014 Modified Files: src/sys/arch/arm/xscale: i80312_pci.c Log Message: Remove an unused variable To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/xscale/i80312_pci.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/arm/xscale
Module Name:src Committed By: joerg Date: Tue Dec 17 01:28:56 UTC 2013 Modified Files: src/sys/arch/arm/xscale: i80321_timer.c Log Message: Mark tmr0_read and tmr1_read as unused. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/xscale/i80321_timer.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/arm/xscale
Module Name:src Committed By: joerg Date: Tue Dec 17 01:28:04 UTC 2013 Modified Files: src/sys/arch/arm/xscale: pxa2x0_intr.c Log Message: Nuke __raise. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/xscale/pxa2x0_intr.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/arm/xscale
Module Name:src Committed By: matt Date: Fri Sep 7 17:11:43 UTC 2012 Modified Files: src/sys/arch/arm/xscale: pxa2x0_dmac.c Log Message: Forgot to commit this. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/pxa2x0_dmac.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/arm/xscale
Module Name:src Committed By: matt Date: Fri Sep 7 02:11:32 UTC 2012 Modified Files: src/sys/arch/arm/xscale: becc_pci.c Log Message: Fix pci_conf_interrupt fallout. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/becc_pci.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/arm/xscale
Module Name:src Committed By: tsutsui Date: Sun Jan 29 09:08:05 UTC 2012 Modified Files: src/sys/arch/arm/xscale: pxa2x0_dmac.c Log Message: Handle PXA25x specific DMAC constraints. From kiyohara@. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/pxa2x0_dmac.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/arm/xscale
Module Name:src Committed By: nonaka Date: Sun Jan 15 10:59:51 UTC 2012 Modified Files: src/sys/arch/arm/xscale: pxa2x0_i2s.c Log Message: Don't lock sc->sc_intr_lock at halt_output(), halt_input(). sc->sc_intr_lock is already locked by audio_close(). To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/pxa2x0_i2s.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/arm/xscale
Module Name:src Committed By: jakllsch Date: Tue Jan 10 18:55:38 UTC 2012 Modified Files: src/sys/arch/arm/xscale: i80312_i2c.c i80321_i2c.c iopi2c.c iopi2cvar.h Log Message: split iopi2c(4) device/softc To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/xscale/i80312_i2c.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xscale/i80321_i2c.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/iopi2c.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/iopi2cvar.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/arm/xscale
Module Name:src Committed By: kiyohara Date: Sat Aug 6 03:42:11 UTC 2011 Modified Files: src/sys/arch/arm/xscale: pxa2x0_i2c.c pxa2x0_i2c.h Log Message: Support slave mode for PXA2x0 I2C. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xscale/pxa2x0_i2c.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xscale/pxa2x0_i2c.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/arm/xscale
Module Name:src Committed By: matt Date: Mon Jul 11 15:59:57 UTC 2011 Modified Files: src/sys/arch/arm/xscale: ixp425_pci_space.c Log Message: Remove inline from global routines To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/ixp425_pci_space.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/arm/xscale
Module Name:src Committed By: dyoung Date: Fri Jul 1 20:32:51 UTC 2011 Modified Files: src/sys/arch/arm/xscale: becc.c becc_pci.c becc_space.c becc_timer.c i80312.c i80312_gpio.c i80312_i2c.c i80312_mem.c i80312_pci.c i80312_space.c i80312var.h i80321.c i80321_gpio.c i80321_i2c.c i80321_icu.c i80321_mcu.c i80321_pci.c i80321_space.c i80321_timer.c i80321_wdog.c iopi2c.c ixp425.c ixp425_a4x_space.c ixp425_com.c ixp425_if_npe.c ixp425_intr.c ixp425_ixme.c ixp425_npe.c ixp425_pci.c ixp425_pci_dma.c ixp425_pci_space.c ixp425_qmgr.c ixp425_sip.c ixp425_sipvar.h ixp425_space.c ixp425_timer.c ixp425_wdog.c ixp425var.h pxa2x0.c pxa2x0_a4x_space.c pxa2x0_ac97.c pxa2x0_apm.h pxa2x0_com.c pxa2x0_dma.c pxa2x0_dmac.c pxa2x0_gpio.c pxa2x0_i2s.c pxa2x0_i2s.h pxa2x0_intr.c pxa2x0_lcd.c pxa2x0_lcd.h pxa2x0_ohci.c pxa2x0_pcic.c pxa2x0_rtc.c pxa2x0_space.c pxa2x0_udc.c Log Message: #include instead of . To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/xscale/becc.c cvs rdiff -u -r1.9 -r1.10 src/sys/arch/arm/xscale/becc_pci.c \ src/sys/arch/arm/xscale/i80312_pci.c src/sys/arch/arm/xscale/i80312var.h \ src/sys/arch/arm/xscale/i80321_pci.c src/sys/arch/arm/xscale/pxa2x0_lcd.h \ src/sys/arch/arm/xscale/pxa2x0_space.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xscale/becc_space.c \ src/sys/arch/arm/xscale/i80312_i2c.c src/sys/arch/arm/xscale/i80312_mem.c \ src/sys/arch/arm/xscale/ixp425_pci_dma.c \ src/sys/arch/arm/xscale/pxa2x0_a4x_space.c \ src/sys/arch/arm/xscale/pxa2x0_dma.c src/sys/arch/arm/xscale/pxa2x0_rtc.c \ src/sys/arch/arm/xscale/pxa2x0_udc.c cvs rdiff -u -r1.14 -r1.15 src/sys/arch/arm/xscale/becc_timer.c \ src/sys/arch/arm/xscale/ixp425.c src/sys/arch/arm/xscale/pxa2x0_gpio.c cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/xscale/i80312.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/i80312_gpio.c \ src/sys/arch/arm/xscale/i80321_i2c.c src/sys/arch/arm/xscale/i80321_mcu.c cvs rdiff -u -r1.10 -r1.11 src/sys/arch/arm/xscale/i80312_space.c cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/xscale/i80321.c \ src/sys/arch/arm/xscale/i80321_icu.c cvs rdiff -u -r1.2 -r1.3 src/sys/arch/arm/xscale/i80321_gpio.c \ src/sys/arch/arm/xscale/ixp425_a4x_space.c \ src/sys/arch/arm/xscale/ixp425_ixme.c \ src/sys/arch/arm/xscale/ixp425_wdog.c cvs rdiff -u -r1.12 -r1.13 src/sys/arch/arm/xscale/i80321_space.c \ src/sys/arch/arm/xscale/ixp425var.h src/sys/arch/arm/xscale/pxa2x0_com.c cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/xscale/i80321_timer.c \ src/sys/arch/arm/xscale/ixp425_if_npe.c src/sys/arch/arm/xscale/pxa2x0.c cvs rdiff -u -r1.8 -r1.9 src/sys/arch/arm/xscale/i80321_wdog.c \ src/sys/arch/arm/xscale/ixp425_pci_space.c \ src/sys/arch/arm/xscale/pxa2x0_ac97.c \ src/sys/arch/arm/xscale/pxa2x0_i2s.c \ src/sys/arch/arm/xscale/pxa2x0_pcic.c cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/xscale/iopi2c.c \ src/sys/arch/arm/xscale/ixp425_sipvar.h cvs rdiff -u -r1.17 -r1.18 src/sys/arch/arm/xscale/ixp425_com.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/xscale/ixp425_intr.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xscale/ixp425_npe.c \ src/sys/arch/arm/xscale/ixp425_space.c \ src/sys/arch/arm/xscale/pxa2x0_dmac.c \ src/sys/arch/arm/xscale/pxa2x0_ohci.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/ixp425_pci.c \ src/sys/arch/arm/xscale/ixp425_qmgr.c cvs rdiff -u -r1.11 -r1.12 src/sys/arch/arm/xscale/ixp425_sip.c cvs rdiff -u -r1.15 -r1.16 src/sys/arch/arm/xscale/ixp425_timer.c cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xscale/pxa2x0_apm.h \ src/sys/arch/arm/xscale/pxa2x0_i2s.h cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/xscale/pxa2x0_intr.c cvs rdiff -u -r1.31 -r1.32 src/sys/arch/arm/xscale/pxa2x0_lcd.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/arm/xscale
Module Name:src Committed By: kiyohara Date: Thu Jun 23 11:26:22 UTC 2011 Modified Files: src/sys/arch/arm/xscale: pxa2x0_i2c.c pxa2x0reg.h Log Message: Fix bit name ISR_UB. Not _UE. And add comments for bit names from datasheet of PXA255. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/pxa2x0_i2c.c cvs rdiff -u -r1.22 -r1.23 src/sys/arch/arm/xscale/pxa2x0reg.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/arm/xscale
Module Name:src Committed By: nonaka Date: Sat Jun 18 13:52:25 UTC 2011 Modified Files: src/sys/arch/arm/xscale: pxa2x0reg.h Log Message: Added some I2C register definition. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/sys/arch/arm/xscale/pxa2x0reg.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/arm/xscale
Module Name:src Committed By: nonaka Date: Thu Jun 9 17:29:42 UTC 2011 Modified Files: src/sys/arch/arm/xscale: pxa2x0.c pxa2x0_ac97.c pxa2x0_dmac.c pxa2x0_gpio.c pxa2x0_udc.c Log Message: - device_t/softc split. - use aprint_* function. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/xscale/pxa2x0.c cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xscale/pxa2x0_ac97.c cvs rdiff -u -r1.6 -r1.7 src/sys/arch/arm/xscale/pxa2x0_dmac.c cvs rdiff -u -r1.13 -r1.14 src/sys/arch/arm/xscale/pxa2x0_gpio.c cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/pxa2x0_udc.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/arm/xscale
Module Name:src Committed By: nonaka Date: Sat May 14 15:01:51 UTC 2011 Modified Files: src/sys/arch/arm/xscale: pxa2x0_rtc.c Log Message: - Only when pxa_size isn't set, pxa_size is set. - Split device_t/softc. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/pxa2x0_rtc.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/arm/xscale
Module Name:src Committed By: nonaka Date: Sat May 14 14:00:03 UTC 2011 Modified Files: src/sys/arch/arm/xscale: files.pxa2x0 pxa2x0_lcd.c Log Message: PXA2X0_LCD_WRITETHROUGH is defflag'd. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/xscale/files.pxa2x0 cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/xscale/pxa2x0_lcd.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/arm/xscale
Module Name:src Committed By: nonaka Date: Sat Feb 5 15:29:16 UTC 2011 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c Log Message: do pxamci_intr_done() after pxa2x0_dmac_abort_xfer(). To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/arch/arm/xscale/pxa2x0_mci.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/arm/xscale
Module Name:src Committed By: kiyohara Date: Fri Oct 1 09:54:56 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c Log Message: Add capacity SMC_CAPS_MULTI_SEG_DMA. pxamci uses pxadmac for DMA. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/arch/arm/xscale/pxa2x0_mci.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/arm/xscale
Module Name:src Committed By: tsutsui Date: Sun Aug 8 11:24:52 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.c Log Message: Allow pxa2x0_lcd driver mapping screen buffer memory cachable with write-through map (i.e. map it without BUS_DMA_COHERENT) since currently all DMA data transfers are memory to device only. Disabled by default, but enabled by "options PXA2X0_LCD_WRITETHROUGH" or setting pxa2x0_lcd_writethrough = 1 in a kernel binary. Tested on WS003SH by me and on WS011SH by jun@, and console output speed is improved ~three times faster than coherent (uncached) mapping. XXX: should we have a flag like BUS_DMA_WRITETHROUGH in MI bus_dma(9)? To generate a diff of this commit: cvs rdiff -u -r1.29 -r1.30 src/sys/arch/arm/xscale/pxa2x0_lcd.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/arm/xscale
Module Name:src Committed By: kiyohara Date: Sun Aug 8 09:33:36 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0_lcd.c Log Message: Must disable LCD Controller in pxa2x0_lcd_attach_sub(), if already enabled. We wait to become disable LCD in pxa2x0_lcd_initialize(). To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/sys/arch/arm/xscale/pxa2x0_lcd.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/arm/xscale
Module Name:src Committed By: kiyohara Date: Sat May 15 12:17:35 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0reg.h Log Message: Add definitions for Power Manager Registers. Add some fields for USBHC_UHCRHDB. To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/sys/arch/arm/xscale/pxa2x0reg.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/arm/xscale
Module Name:src Committed By: nonaka Date: Tue May 11 13:23:09 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0reg.h Log Message: Add SSP SSSR register definitions. To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/arch/arm/xscale/pxa2x0reg.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/arm/xscale
Module Name:src Committed By: nonaka Date: Tue May 11 11:28:47 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0reg.h Log Message: Added some CKEN_* definition for pxa270. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/arch/arm/xscale/pxa2x0reg.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/arm/xscale
Module Name:src Committed By: nonaka Date: Tue Apr 6 15:55:46 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c Log Message: Enable DMA transfer. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/sys/arch/arm/xscale/pxa2x0_mci.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/arm/xscale
Module Name:src Committed By: jakllsch Date: Fri Mar 26 15:55:33 UTC 2010 Modified Files: src/sys/arch/arm/xscale: ixp425-fw.mk Log Message: Use objcopy rather than ld to copy Intel NPE firmware blob into ELF. Avoids internal error in newer binutils ld. Should fix PR/42864 and PR/43057. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xscale/ixp425-fw.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: scw Date: Wed Mar 24 13:55:04 UTC 2010 Modified Files: src/sys/arch/arm/xscale: ixp425-fw.README Log Message: Update with new download link provided by Marcin M. Jessa in http://mail-index.netbsd.org/port-arm/2010/03/24/msg000912.html. Add a note about version 3.0 microcode. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/sys/arch/arm/xscale/ixp425-fw.README Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/arm/xscale
Module Name:src Committed By: nonaka Date: Sat Mar 13 12:28:44 UTC 2010 Modified Files: src/sys/arch/arm/xscale: pxa2x0_mci.c Log Message: fix compile failure when PXAMCI_DEBUG is defined. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/sys/arch/arm/xscale/pxa2x0_mci.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.