CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 07:46:51 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c Log Message: lint: merge duplicate code for removing a symbol from the table No functional change. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/usr.bin/xlint/lint1/lex.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 08:03:43 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: lex.c lint1.h Log Message: lint: remove hash value from symbol buffer Conceptually, a symbol buffer does not need to remember its hash value since that belongs to the symbol table. This makes the code for the symbol table simpler. The number of hash calculations increases by about 5%, which is negligible. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.61 -r1.62 src/usr.bin/xlint/lint1/lex.c cvs rdiff -u -r1.120 -r1.121 src/usr.bin/xlint/lint1/lint1.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 13:09:38 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: c11_generic_expression.c Log Message: tests/lint: document why lint does not check _Generic selections To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 \ src/tests/usr.bin/xlint/lint1/c11_generic_expression.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rillig Date: Sun Aug 1 13:31:49 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile Added Files: src/tests/usr.bin/xlint/lint1: expr_binary.c expr_binary.exp Log Message: tests/lint: test the usual arithmetic conversions The function 'balance' does not mention __uint128_t and nevertheless works as expected. Need to investigate further. To generate a diff of this commit: cvs rdiff -u -r1.1098 -r1.1099 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.97 -r1.98 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/expr_binary.c \ src/tests/usr.bin/xlint/lint1/expr_binary.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 13:45:14 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: expr_binary.c expr_binary.exp Log Message: lint: demonstrate wrong integer conversion for __uint128_t To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/xlint/lint1/expr_binary.c \ src/tests/usr.bin/xlint/lint1/expr_binary.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rillig Date: Sun Aug 1 13:49:17 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: expr_binary.c expr_binary.exp src/usr.bin/xlint/lint1: tree.c Log Message: lint: fix usual arithmetic conversions for 128-bit integer types To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/xlint/lint1/expr_binary.c \ src/tests/usr.bin/xlint/lint1/expr_binary.exp cvs rdiff -u -r1.322 -r1.323 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 14:42:21 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: expr_binary.c expr_binary.exp Log Message: tests/lint: fully cover the usual arithmetic conversions To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/tests/usr.bin/xlint/lint1/expr_binary.c \ src/tests/usr.bin/xlint/lint1/expr_binary.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 14:45:40 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: tree.c Log Message: lint: remove unreachable code from usual arithmetic conversions To generate a diff of this commit: cvs rdiff -u -r1.323 -r1.324 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 14:51:41 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: expr_binary.c expr_binary.exp Log Message: tests/lint: re-add the test for __uint128_t To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/tests/usr.bin/xlint/lint1/expr_binary.c \ src/tests/usr.bin/xlint/lint1/expr_binary.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/spi
Module Name:src Committed By: tnn Date: Sun Aug 1 14:56:18 UTC 2021 Modified Files: src/sys/dev/spi: ssdfb_spi.c Log Message: ssdfb: support the 4-wire SPI interface To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/spi/ssdfb_spi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: andvar Date: Sun Aug 1 15:29:30 UTC 2021 Modified Files: src/lib/libutil: pidfile.c src/sys/arch/emips/conf: RAMDISK src/sys/arch/pmax/conf: RAMDISK RAMDISK64 src/sys/dev/qbus: if_de.c if_il.c src/sys/dev/raidframe: rf_pqdegdags.c src/usr.bin/ftp: fetch.c Log Message: fix typos in word "otherwise". To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/lib/libutil/pidfile.c cvs rdiff -u -r1.4 -r1.5 src/sys/arch/emips/conf/RAMDISK cvs rdiff -u -r1.18 -r1.19 src/sys/arch/pmax/conf/RAMDISK cvs rdiff -u -r1.7 -r1.8 src/sys/arch/pmax/conf/RAMDISK64 cvs rdiff -u -r1.35 -r1.36 src/sys/dev/qbus/if_de.c cvs rdiff -u -r1.36 -r1.37 src/sys/dev/qbus/if_il.c cvs rdiff -u -r1.13 -r1.14 src/sys/dev/raidframe/rf_pqdegdags.c cvs rdiff -u -r1.233 -r1.234 src/usr.bin/ftp/fetch.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: tnn Date: Sun Aug 1 15:35:47 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): nix BUGS section, add EXAMPLES section To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/share/man/man4/ssdfb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/crunch/crunchgen
Module Name:src Committed By: andvar Date: Sun Aug 1 15:52:11 UTC 2021 Modified Files: src/usr.bin/crunch/crunchgen: crunchgen.1 Log Message: fix syntax error and typo in overwritten. To generate a diff of this commit: cvs rdiff -u -r1.41 -r1.42 src/usr.bin/crunch/crunchgen/crunchgen.1 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: tnn Date: Sun Aug 1 16:17:05 UTC 2021 Modified Files: src/share/man/man4: ssdfb.4 Log Message: ssdfb(4): add an iic fdt attachment example also To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/share/man/man4/ssdfb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: rillig Date: Sun Aug 1 16:29:28 UTC 2021 Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/xlint/lint1: Makefile Added Files: src/tests/usr.bin/xlint/lint1: expr_binary_trad.c expr_binary_trad.exp Log Message: tests/lint: test the usual arithmetic conversions in traditional C To generate a diff of this commit: cvs rdiff -u -r1.1099 -r1.1100 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.98 -r1.99 src/tests/usr.bin/xlint/lint1/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/xlint/lint1/expr_binary_trad.c \ src/tests/usr.bin/xlint/lint1/expr_binary_trad.exp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint
Module Name:src Committed By: rillig Date: Sun Aug 1 17:59:47 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h mem.c src/usr.bin/xlint/lint1: mem1.c src/usr.bin/xlint/lint2: mem2.c Log Message: lint: remove xmapalloc Just trust the standard malloc to be smart enough. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/usr.bin/xlint/common/externs.h cvs rdiff -u -r1.12 -r1.13 src/usr.bin/xlint/common/mem.c cvs rdiff -u -r1.45 -r1.46 src/usr.bin/xlint/lint1/mem1.c cvs rdiff -u -r1.11 -r1.12 src/usr.bin/xlint/lint2/mem2.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.sbin/diskpart
Module Name:src Committed By: andvar Date: Sun Aug 1 18:02:22 UTC 2021 Modified Files: src/usr.sbin/diskpart: diskpart.c Log Message: fix typo in definition: s/threshhold/threshold/ To generate a diff of this commit: cvs rdiff -u -r1.20 -r1.21 src/usr.sbin/diskpart/diskpart.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint
Module Name:src Committed By: rillig Date: Sun Aug 1 18:07:35 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h mem.c src/usr.bin/xlint/lint1: mem1.c Log Message: lint: unexport nomem No functional change. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/usr.bin/xlint/common/externs.h cvs rdiff -u -r1.13 -r1.14 src/usr.bin/xlint/common/mem.c cvs rdiff -u -r1.46 -r1.47 src/usr.bin/xlint/lint1/mem1.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint
Module Name:src Committed By: rillig Date: Sun Aug 1 18:13:54 UTC 2021 Modified Files: src/usr.bin/xlint/common: externs.h mem.c src/usr.bin/xlint/xlint: xlint.c Log Message: lint: make xasprintf simpler No functional change. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/usr.bin/xlint/common/externs.h cvs rdiff -u -r1.14 -r1.15 src/usr.bin/xlint/common/mem.c cvs rdiff -u -r1.63 -r1.64 src/usr.bin/xlint/xlint/xlint.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 18:37:29 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: decl.c externs1.h main1.c tree.c Log Message: lint: remove option -d, clean up debug logging The command line option -d was not used by /usr/bin/lint, and it only triggered a handful of debug messages. Move this debug logging over to the compile-time -DDEBUG setting. Move display_expression further up to avoid the forward declaration. To generate a diff of this commit: cvs rdiff -u -r1.216 -r1.217 src/usr.bin/xlint/lint1/decl.c cvs rdiff -u -r1.126 -r1.127 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.51 -r1.52 src/usr.bin/xlint/lint1/main1.c cvs rdiff -u -r1.324 -r1.325 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 19:11:54 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: debug.c externs1.h main1.c tree.c Log Message: lint: merge duplicate debugging code The functions 'debug_node' and 'display_expression' were similar enough to be merged. Migrate debug_node to use the existing debug logging functions. Remove the now unused option 'd' from the options string. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/usr.bin/xlint/lint1/debug.c cvs rdiff -u -r1.127 -r1.128 src/usr.bin/xlint/lint1/externs1.h cvs rdiff -u -r1.52 -r1.53 src/usr.bin/xlint/lint1/main1.c cvs rdiff -u -r1.325 -r1.326 src/usr.bin/xlint/lint1/tree.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 19:18:10 UTC 2021 Modified Files: src/usr.bin/xlint/lint1: cgram.y Log Message: lint: clean up debug logging in the C grammar To generate a diff of this commit: cvs rdiff -u -r1.353 -r1.354 src/usr.bin/xlint/lint1/cgram.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sbin/raidctl
Module Name:src Committed By: oster Date: Sun Aug 1 20:26:53 UTC 2021 Modified Files: src/sbin/raidctl: raidctl.c Log Message: Move case 'l' to be in sorted order. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sbin/raidctl/raidctl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/doc
Module Name:src Committed By: thorpej Date: Sun Aug 1 21:00:41 UTC 2021 Modified Files: src/doc: BRANCHES Log Message: Document thorpej-cfargs2. To generate a diff of this commit: cvs rdiff -u -r1.359 -r1.360 src/doc/BRANCHES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/tests/usr.bin/xlint/lint1
Module Name:src Committed By: rillig Date: Sun Aug 1 21:12:32 UTC 2021 Modified Files: src/tests/usr.bin/xlint/lint1: c11_generic_expression.c Log Message: tests/lint: fix test c11_generic_expression on ILP32 These platforms don't provide __uint128_t, at least not in lint. The exact data type does not matter in this test, it just has to be different from 'int'. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/tests/usr.bin/xlint/lint1/c11_generic_expression.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: andvar Date: Sun Aug 1 21:56:27 UTC 2021 Modified Files: src/distrib/sets/lists/man: mi src/share/man/man4: Makefile pci.4 src/share/man/man4/man4.i386: Makefile Added Files: src/share/man/man4/man4.i386: pcmb.4 Log Message: add pcib(4), pceb(4), pcmb(4). pcmb is a separate man page for i386 only, pceb and pcib are references to pci(4) only and mentioned in its bridges section. ok riastradh To generate a diff of this commit: cvs rdiff -u -r1.1724 -r1.1725 src/distrib/sets/lists/man/mi cvs rdiff -u -r1.714 -r1.715 src/share/man/man4/Makefile cvs rdiff -u -r1.119 -r1.120 src/share/man/man4/pci.4 cvs rdiff -u -r1.79 -r1.80 src/share/man/man4/man4.i386/Makefile cvs rdiff -u -r0 -r1.1 src/share/man/man4/man4.i386/pcmb.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: andvar Date: Sun Aug 1 21:58:56 UTC 2021 Modified Files: src/common/lib/libc/arch/arm/atomic: atomic_swap_64.S src/sys/dev/raidframe: rf_pqdegdags.c Log Message: s/overwriten/overwritten/ in comments. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 \ src/common/lib/libc/arch/arm/atomic/atomic_swap_64.S cvs rdiff -u -r1.14 -r1.15 src/sys/dev/raidframe/rf_pqdegdags.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: [thorpej-i2c-spi-conf] src/sys
Module Name:src Committed By: thorpej Date: Sun Aug 1 22:42:46 UTC 2021 Modified Files: src/sys/altq [thorpej-i2c-spi-conf]: altq_cbq.c altq_cbq.h altq_rmclass.c altq_rmclass.h src/sys/arch/aarch64/aarch64 [thorpej-i2c-spi-conf]: cpu.c src/sys/arch/aarch64/conf [thorpej-i2c-spi-conf]: files.aarch64 majors.aarch64 src/sys/arch/aarch64/include [thorpej-i2c-spi-conf]: armreg.h src/sys/arch/acorn32/podulebus [thorpej-i2c-spi-conf]: if_ie.c src/sys/arch/algor/conf [thorpej-i2c-spi-conf]: P4032 P5064 P6032 majors.algor src/sys/arch/alpha/alpha [thorpej-i2c-spi-conf]: autoconf.c core_machdep.c db_disasm.c db_instruction.h db_trace.c dec_alphabook1.c dec_axppci_33.c dec_eb66.c dec_kn300.c fp_complete.c genassym.cf interrupt.c lock_stubs.s locore.s machdep.c mainbus.c patch.c pmap.c trap.c vm_machdep.c src/sys/arch/alpha/common [thorpej-i2c-spi-conf]: bus_dma.c sgmap_common.c sgmap_typedep.c shared_intr.c src/sys/arch/alpha/conf [thorpej-i2c-spi-conf]: GENERIC INSTALL majors.alpha std.alpha src/sys/arch/alpha/include [thorpej-i2c-spi-conf]: alpha.h bus_defs.h cpu.h fpu.h intr.h mutex.h param.h pci_machdep.h proc.h rwlock.h src/sys/arch/alpha/isa [thorpej-i2c-spi-conf]: isapnp_machdep.c src/sys/arch/alpha/jensenio [thorpej-i2c-spi-conf]: jensenio_bus_intio.c jensenio_bus_io.c jensenio_bus_mem.c jensenio_dma.c jensenio_intr.c src/sys/arch/alpha/mcbus [thorpej-i2c-spi-conf]: mcbus.c mcmem.c src/sys/arch/alpha/pci [thorpej-i2c-spi-conf]: apecs.c apecs_bus_io.c apecs_bus_mem.c apecs_dma.c apecs_pci.c cia.c cia_bwx_bus_io.c cia_bwx_bus_mem.c cia_dma.c cia_pci.c cia_swiz_bus_io.c cia_swiz_bus_mem.c ciavar.h dwlpx.c dwlpx_bus_io.c dwlpx_bus_mem.c dwlpx_dma.c dwlpx_pci.c irongate.c irongate_bus_io.c irongate_bus_mem.c irongate_dma.c irongate_pci.c lca.c lca_bus_io.c lca_bus_mem.c lca_dma.c lca_pci.c lcareg.h lcavar.h mcpcia.c mcpcia_bus_io.c mcpcia_bus_mem.c mcpcia_dma.c mcpcia_pci.c pci_1000.c pci_1000a.c pci_2100_a50.c pci_2100_a500.c pci_2100_a500.h pci_550.c pci_6600.c pci_alphabook1.c pci_axppci_33.c pci_eb164.c pci_eb64plus.c pci_eb66.c pci_kn20aa.c pci_kn300.c pci_kn8ae.c pci_machdep.c pci_sgmap_pte32.c pci_sgmap_pte64.c pci_up1000.c sio_pic.c sioreg.h siovar.h tsc.c tsp_bus_io.c tsp_bus_mem.c tsp_dma.c tsp_pci.c tsreg.h tsvar.h ttwoga.c ttwoga_bus_io.c ttwoga_bus_mem.c ttwoga_pci.c src/sys/arch/alpha/tc [thorpej-i2c-spi-conf]: tc_bus_mem.c tc_dma.c tc_dma_3000_500.c tc_sgmap.c src/sys/arch/alpha/tlsb [thorpej-i2c-spi-conf]: kftxx.c tlsb.c tlsbmem.c src/sys/arch/amd64/conf [thorpej-i2c-spi-conf]: ALL XEN3_DOM0 majors.amd64 src/sys/arch/arm/amlogic [thorpej-i2c-spi-conf]: gxlphy.c src/sys/arch/arm/arm [thorpej-i2c-spi-conf]: cpufunc.c src/sys/arch/arm/arm32 [thorpej-i2c-spi-conf]: cpu.c src/sys/arch/arm/broadcom [thorpej-i2c-spi-conf]: bcm2835_gpio.c src/sys/arch/arm/conf [thorpej-i2c-spi-conf]: majors.arm32 src/sys/arch/arm/dts [thorpej-i2c-spi-conf]: sun50i-a64-sopine-baseboard.dts src/sys/arch/arm/fdt [thorpej-i2c-spi-conf]: acpi_fdt.c files.fdt src/sys/arch/arm/imx [thorpej-i2c-spi-conf]: imx51_ccm.c imx51_ccmreg.h src/sys/arch/arm/include [thorpej-i2c-spi-conf]: param.h src/sys/arch/arm/ixp12x0 [thorpej-i2c-spi-conf]: ixp12x0_clk.c src/sys/arch/arm/nvidia [thorpej-i2c-spi-conf]: tegra_cec.c src/sys/arch/arm/omap [thorpej-i2c-spi-conf]: omap3_ehci.c src/sys/arch/arm/rockchip [thorpej-i2c-spi-conf]: rk_anxdp.c rk_platform.c src/sys/arch/arm/sunxi [thorpej-i2c-spi-conf]: sunxi_platform.c src/sys/arch/arm/xscale [thorpej-i2c-spi-conf]: ixp425_npe.c ixp425_npereg.h src/sys/arch/atari/pci [thorpej-i2c-spi-conf]: pci_vga.c src/sys/arch/cats/conf [thorpej-i2c-spi-conf]: GENERIC src/sys/arch/cesfic/cesfic [thorpej-i2c-spi-conf]: pmap_bootstrap.c src/sys/arch/cobalt/conf [thorpej-i2c-spi-conf]: majors.cobalt std.cobalt src/sys/arch/cobalt/stand/boot [thorpej-i2c-spi-conf]: tlp.c src/sys/arch/dreamcast/dev [thorpej-i2c-spi-conf]: pvr.c src/sys/arch/emips/conf [thorpej-i2c-spi-conf]: RAMDISK src/sys/arch/emips/ebus [thorpej-i2c-spi-conf]: ace_ebus.c flash_ebus.c src/sys/arch/emips/stand/common [thorpej-i2c-spi-conf]: ace.c raw.c src/sys/arch/epoc32/conf [thorpej-i2c-spi-conf]: majors.epoc32 src/sys/arch/epoc32/epoc32 [thorpej-i2c-spi-conf]: intr.c src/sys/arch/evbarm/conf [