cognet 2010-08-10 17:08:47 UTC
FreeBSD doc repository (src committer)
Modified files:
en/donations wantlist.sgml
Log:
Remove my entry about a zaurus, they were cute devices, but I'd have no time
to work on this.
Revision ChangesPath
1.488 +1 -8 www
cognet 2009-11-05 21:46:38 UTC
FreeBSD doc repository (src committer)
Modified files:
en/platforms arm.sgml
Log:
Use a much nicer htmlised version on my mini-setup guide, provided by
Mark Gladman.
Revision ChangesPath
1.14 +2 -2 www/en/platforms/a
cognet 2008-09-26 15:29:18 UTC
FreeBSD src repository
Modified files:
sys/compat/linprocfs linprocfs.c
Log:
SVN rev 183385 on 2008-09-26 15:29:18Z by cognet
Advertise bit 26 as sse2.
Spotted out by: gahr
Revision ChangesPath
1.123 +1 -1 src/sys/com
cognet 2008-09-11 20:43:38 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 ixp425.c
Log:
SVN rev 182946 on 2008-09-11 20:43:38Z by cognet
Bandaid: disable interrupts to make sure intr_enabled and the IER register
are in sync. I'm not sure why it is needed
cognet 2008-09-11 20:39:46 UTC
FreeBSD src repository
Modified files:
sys/arm/include pcpu.h
Log:
SVN rev 182945 on 2008-09-11 20:39:46Z by cognet
Remove the unused field "pc_prvspace" from the MD fields for the struct
pcpu. There's not even a thing such as a "struct
cognet 2008-08-31 12:59:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/sa11x0 assabet_machdep.c
Log:
SVN rev 182535 on 2008-08-31 12:59:44Z by cognet
Spell fake_preload_metadata correctly, to fix build.
Revision ChangesPath
cognet 2008-08-04 20:29:39 UTC
FreeBSD src repository
Modified files:
sys/arm/arm intr.c
Log:
SVN rev 181302 on 2008-08-04 20:29:39Z by cognet
Do not modify td->td_intr_nesting_level, it is now done in the MI code.
This fixes the cpu time being falsely reported a
cognet 2008-08-04 14:38:38 UTC
FreeBSD src repository
Modified files:
sys/conf Makefile.arm
Log:
SVN rev 181294 on 2008-08-04 14:38:38Z by cognet
We need -I$S to compile the elf trampoline.
MFC after: 3 days
Revision ChangesPath
1.39 +
cognet 2008-08-04 14:37:32 UTC
FreeBSD src repository
Modified files:
sys/arm/arm elf_trampoline.c
Log:
SVN rev 181293 on 2008-08-04 14:37:32Z by cognet
Remove unneeded #include (?)
MFC after: 3 days
Revision ChangesPath
1.21 +0 -2
cognet 2008-08-03 20:36:40 UTC
FreeBSD src repository
Modified files:
usr.bin/quotaquota.c
Log:
SVN rev 181262 on 2008-08-03 20:36:40Z by cognet
ctime() expects a time_t, but qup->dqblk.dqb_btime is an int32_t, so for
big endian platforms where time_t is 64bits (i
cognet 2008-08-03 15:35:32 UTC
FreeBSD src repository
Modified files:
sys/arm/arm db_interface.c
sys/arm/include db_machdep.h
Log:
SVN rev 181253 on 2008-08-03 15:35:32Z by cognet
Add "add pc, whatever" as a branch instruction, we use it in memcpy().
cognet 2008-08-03 01:53:14 UTC
FreeBSD src repository
Modified files:
sys/arm/arm db_interface.c
Log:
SVN rev 181223 on 2008-08-03 01:53:14Z by cognet
Handle ldr pc, [reg] in branch_taken().
Obtained from: NetBSD
MFC after: 3 days
Revision Change
cognet 2008-08-03 01:51:30 UTC
FreeBSD src repository
Modified files:
sys/arm/include db_machdep.h
Log:
SVN rev 181222 on 2008-08-03 01:51:30Z by cognet
Add blx as a branch instruction.
MFC after: 3 days
Revision ChangesPath
1.8 +2 -1 s
cognet 2008-08-02 12:49:43 UTC
FreeBSD src repository
Modified files:
sys/ddb db_run.c
Log:
SVN rev 181175 on 2008-08-02 12:49:43Z by cognet
Fix software single-stepping: we need to check if the instruction is a
return instruction as well, or we'll stop singl
cognet 2008-08-02 12:48:30 UTC
FreeBSD src repository
Modified files:
sys/arm/include db_machdep.h
Log:
SVN rev 181174 on 2008-08-02 12:48:30Z by cognet
Add yet another branch instruction.
Obtained from: NetBSD
MFC after: 3 days
Revision ChangesP
cognet 2008-08-02 12:33:39 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/arch/arm Makefile
Log:
SVN rev 181167 on 2008-08-02 12:33:39Z by cognet
Unbreak the arm build, by spelling LIBSRCS correctly.
Revision ChangesPath
1.4 +1 -1 src/gnu/
cognet 2008-08-02 01:21:04 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/arch/arm Makefile
Log:
SVN rev 181148 on 2008-08-02 01:21:04Z by cognet
Do not build fbsd-threads.c if we're building a cross-debugger.
MFC after: 3 days
Revision Changes
cognet 2008-08-02 00:10:38 UTC
FreeBSD src repository
Modified files:
sys/arm/arm swtch.S
Log:
SVN rev 181144 on 2008-08-02 00:10:38Z by cognet
Store the PC while context switching, for the benefits of DDB.
Revision ChangesPath
1.23 +1 -0 src/
cognet 2008-08-02 00:10:02 UTC
FreeBSD src repository
Modified files:
usr.sbin/bootparamd/bootparamd main.c
Log:
SVN rev 181143 on 2008-08-02 00:10:02Z by cognet
Remove a useless cast.
Spotted out by: stefanf
Revision ChangesPath
1.14 +1 -1 src/us
cognet 2008-08-01 13:12:06 UTC
FreeBSD src repository
Modified files:
usr.sbin/bootparamd/bootparamd main.c
Log:
SVN rev 181125 on 2008-08-01 13:12:06Z by cognet
Char is unsigned on arm, so is not suitable to store the return value of
getopt(). Use an int instead.
Su
cognet 2008-07-29 21:48:01 UTC
FreeBSD src repository
Modified files:
sys/sys sockbuf.h
Log:
SVN rev 180970 on 2008-07-29 21:48:01Z by cognet
Unbreak the build by protecting kernel-only functions with #ifdef _KERNEL.
Revision ChangesPath
1.2 +
cognet 2008-07-22 09:38:12 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
Log:
SVN rev 180685 on 2008-07-22 09:38:12Z by cognet
Disable SSP for the kernel on arm as well (see rev 180605).
I overlooked this because a SSP kernel booted for me.
cognet 2008-07-19 00:19:16 UTC
FreeBSD src repository
Modified files:
share/mk bsd.sys.mk
Log:
SVN rev 180605 on 2008-07-19 00:19:16Z by cognet
Disable SSP on arm for the time being.
The segfaults when using SSP seem to be a gcc bug, a patch is available
in
cognet 2008-05-13 14:00:09 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_axe.c usbdevs
Log:
From the OpenBSD commit log :
Add support for the Apple USB Ethernet adapter.
Work around the "latch in at the first working PHY address hack",
that fails for t
cognet 2008-04-20 23:29:07 UTC
FreeBSD src repository
Modified files:
sys/arm/arm intr.c
sys/arm/at91 at91.c
sys/arm/include intr.h
Log:
On the AT91, we need to write on the EOI register after we handle an
interrupt. So, add a new function point
cognet 2008-04-07 14:17:27 UTC
FreeBSD src repository
Modified files:
.access
Log:
Forced commit to note raj@ is now free of mentorship.
Approved by:core (sort of)
Revision ChangesPath
1.870 +0 -0 CVSROOT/access
_
cognet 2008-04-05 21:57:11 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/i80321 files.ep80219 files.iq31244
sys/arm/xscale/ixp425 files.avila
Log:
Remove bus_space_generic.c from the per-plarform files. Having it in the
per-cpu files should be enough.
Rev
cognet 2008-04-05 21:51:11 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/i8134x files.i81342
Log:
Add bus_space_generic.c for the i81342 as well.
Revision ChangesPath
1.2 +1 -0 src/sys/arm/xscale/i8134x/files.i81342
cognet 2008-03-22 20:34:07 UTC
FreeBSD src repository
Modified files:
sys/arm/arm elf_trampoline.c
Log:
We need to prototype _start() as well, as we use it to test if we're running
from flash or from RAM.
Reported by:imp
MFC After: 3 days
Revision
cognet 2008-03-12 13:51:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/arm uio_machdep.c
Log:
MFC rev 1.6:
date: 2008/03/06 22:27:35; author: cognet; state: Exp; lines: +3 -1
MFi386:
revision 1.6
date: 2004/08/21 18:50:34; au
cognet 2008-03-12 13:51:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/arm uio_machdep.c
Log:
MFC rev 1.6:
date: 2008/03/06 22:27:35; author: cognet; state: Exp; lines: +3 -1
MFi386:
revision 1.6
date: 2004/08/21 18:50:34; au
cognet 2008-03-06 22:27:35 UTC
FreeBSD src repository
Modified files:
sys/arm/arm uio_machdep.c
Log:
MFi386:
revision 1.6
date: 2004/08/21 18:50:34; author: alc; state: Exp; lines: +3 -1
Properly free the temporary sf_buf in uiomove_fromphys() if a copyin or
cognet 2008-03-06 21:59:47 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
sys/arm/include pmap.h
Log:
Remove unused pv_list_count from the vm_page, and pm_count from the struct
pmap.
Submitted by: Mark Tinguely
Revision Changes
cognet 2008-02-02 16:47:15 UTC
FreeBSD src repository
Modified files:
sys/conf kern.pre.mk
Log:
Arm should build fine with -Werror as well.
Revision ChangesPath
1.96 +1 -1 src/sys/conf/kern.pre.mk
___
cognet 2008-01-31 00:05:40 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
sys/arm/include pmap.h
Log:
Bring in the nice work from Mark Tinguely on arm pmap.
The only downside is that it renames pmap_vac_me_harder() to pmap_fix_cache().
From
cognet 2008-01-25 10:50:31 UTC
FreeBSD src repository
Modified files:
.access
Log:
Here comes a new challenger.
Please welcome Oleksandr Tymoshenko ([EMAIL PROTECTED]) as a new src
committer.
Oleksandr has been the main developer on our mips port for qu
cognet 2008-01-17 12:41:59 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Unbreak build by adding the missing parameter to pmap_enter().
Revision ChangesPath
1.97 +2 -1 src/sys/arm/arm/pmap.c
cognet 2008-01-16 22:45:03 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/arm support.S
Log:
MFC rev 1.14:
Back when I committed the arm port, I've been asked to move
memcpy/memset/memcmp and friends from libkern/arm to arm/arm/support.
cognet 2008-01-16 22:44:23 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7_0)
sys/arm/arm support.S
Log:
MFC rev 1.14:
Back when I committed the arm port, I've been asked to move
memcpy/memset/memcmp and friends from libkern/arm to arm/arm/suppor
cognet 2008-01-16 22:43:50 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/arm support.S
Log:
MFC rev 1.14:
Back when I committed the arm port, I've been asked to move
memcpy/memset/memcmp and friends from libkern/arm to arm/arm/support.
cognet 2008-01-12 21:11:43 UTC
FreeBSD src repository
Modified files:
sys/arm/arm support.S
Log:
Back when I committed the arm port, I've been asked to move
memcpy/memset/memcmp and friends from libkern/arm to arm/arm/support.S, and so
I did, but in the process, I d
cognet 2008-01-07 00:36:09 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 if_ate.c
Log:
Add a missing \n.
Revision ChangesPath
1.23 +1 -1 src/sys/arm/at91/if_ate.c
___
cvs-all@freebsd.org mailing
cognet 2007-12-11 20:35:44 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
There's no need to call pmap_vac_me_harder() in pmap_protect(), as it
already happened in pmap_modify_pv().
Submitted by: Mark Tinguely
Revision ChangesPath
cognet 2007-12-10 21:26:35 UTC
FreeBSD src repository
Modified files:
.access
Log:
Please welcome Rafal Jaworowski ([EMAIL PROTECTED]) as a new src committer.
He provided too many good work on the arm and powerpc ports to remain
unpunished.
As this comm
cognet 2007-12-07 22:28:49 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/arm pmap.c
Log:
MFC rev 1.90:
Fix a potential bug in pmap :
We used to allocate the domains 0-14 for userland, and leave the domain 15
for the kernel. Now super
cognet 2007-12-07 22:08:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/arm/include asmacros.h atomic.h
Log:
MFC:
sys/arm/include/asmacros.h rev 1.7
sys/arm/include/atomic.h rev 1.23
Close a race.
The RAS implementation would set
cognet 2007-12-07 22:07:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/include asmacros.h atomic.h
Log:
MFC:
sys/arm/include/asmacros.h rev 1.7
sys/arm/include/atomic.h rev 1.23
Close a race.
The RAS implementation would set th
cognet 2007-12-07 22:07:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/include asmacros.h atomic.h
Log:
MFC:
sys/arm/include/asmacros.h rev 1.7
sys/arm/include/atomic.h rev 1.23
Close a race.
The RAS implementation would set th
cognet 2007-12-07 10:42:11 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Fix style in previous commit.
Pointed out by: njl
Revision ChangesPath
1.92 +6 -5 src/sys/arm/arm/pmap.c
cognet 2007-12-06 23:17:24 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Erm, add a missing else, we do not want to increase the mapping counters for
both kernel and userland when we create a pv for pmap_kernel.
Reported by:Mark Tinguely
cognet 2007-12-02 15:26:30 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Fix a potential bug in pmap :
We used to allocate the domains 0-14 for userland, and leave the domain 15
for the kernel. Now supersections requires the use of domain 0, so
cognet 2007-12-02 14:44:35 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
lib Makefile
Added files: (Branch: RELENG_7)
lib/libthread_db/arch/arm libpthread_md.c
Log:
MFC:
libthread_db bits for arm.
Approved by:re
cognet 2007-12-02 14:38:21 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c
init.c nm-fbsd.h
Log:
MFC:
gnu/usr.bin/gdb/arch/arm/nm-fbsd.h rev 1.2
gnu/usr.bin/gd
cognet 2007-12-02 14:38:01 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c
init.c nm-fbsd.h
Log:
MFC:
gnu/usr.bin/gdb/arch/arm/nm-fbsd.h rev 1.2
gnu/usr.bin/gdb/
cognet 2007-12-02 14:37:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c
init.c nm-fbsd.h
Log:
MFC:
gnu/usr.bin/gdb/arch/arm/nm-fbsd.h rev 1.2
gnu/usr.bin/gdb/
cognet 2007-12-02 14:21:27 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6_3)
sys/arm/at91 at91rm92reg.h if_ate.c kb920x_machdep.c
std.at91 std.kb920x
sys/conf options.arm
Added files: (Branch: RELENG
cognet 2007-12-02 14:20:34 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/at91 at91rm92reg.h if_ate.c kb920x_machdep.c
std.at91 std.kb920x
sys/conf options.arm
Added files: (Branch: RELENG_6
cognet 2007-12-02 14:19:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
sys/arm/at91 at91rm92reg.h if_ate.c kb920x_machdep.c
std.at91 std.kb920x
sys/conf options.arm
Added files: (Branch: RELENG_7
cognet 2007-12-02 13:24:43 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/mk sys.mk
Log:
MFC rev 1.94:
date: 2007/11/05 23:08:34; author: cognet; state: Exp; lines: +4 -0
Switch arm to -O until the -O2 issues are resolved.
Appr
cognet 2007-12-02 13:12:21 UTC
FreeBSD src repository
Modified files:
sys/conf files.arm
sys/arm/sa11x0 files.sa11x0
Log:
Move the strongarm-specific files from conf/files.arm to sa11x0/files.sa11xO.
Submitted by: Rafal Jaworowski
Revision Ch
cognet 2007-12-02 13:10:42 UTC
FreeBSD src repository
Modified files:
sys/conf files.arm
sys/arm/conf AVILA BWCT CRB EP80219 HL200 IQ31244
KB920X SIMICS SKYEYE
Removed files:
sys/arm/arm nexus_io.c nexus_io_asm.S
L
cognet 2007-12-02 12:49:29 UTC
FreeBSD src repository
Modified files:
sys/arm/include asmacros.h atomic.h
Log:
Close a race.
The RAS implementation would set the end address, then the start
address. These were used by the kernel to restart a RAS sequence if
it was
On Wed, Nov 28, 2007 at 11:04:12PM +, Jack F Vogel wrote:
> jfv 2007-11-28 23:04:12 UTC
>
> FreeBSD src repository
>
> Modified files:
> sys/dev/em if_em.c
> Log:
> Add COHERENT to descriptor mem allocation for the
> benefit o
cognet 2007-11-28 22:55:55 UTC
FreeBSD src repository
Modified files:
sys/arm/arm cpufunc.c
Log:
Fixes for ARM9/ARM10 :
Call uma_sel_align() there at well.
Set CPU_CONTROL_VECRELOC if we're using the high vectors page.
Submitted by: Rafal Jaworowski
MFC Af
cognet 2007-11-28 22:21:17 UTC
FreeBSD src repository
Modified files:
sys/arm/arm busdma_machdep.c
Log:
Correct the logic : we can just invalidate the cache lines, and not
write-back them, only if PREWRITE is not set, and if the buffer is
cache-line aligned.
MF
cognet 2007-11-27 22:12:06 UTC
FreeBSD src repository
Modified files:
sys/arm/include atomic.h
Log:
In atomic_fetchadd_32(), do not blindly increase the value of %3.
It should just contain the value we want to add, as if we're interrupted
between the add and the str, we
cognet 2007-11-19 21:57:28 UTC
FreeBSD src repository
Modified files:
lib/libc/gen closedir.c
Log:
Change the casts from (pthread_mutex_t *) to (void *) to keep gcc quiet.
Anybody with a cleaner solution feel free to change it.
Revision ChangesPath
1.12
cognet 2007-11-17 21:30:03 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/arch/arm Makefile armfbsd-nat.c armfbsd-tdep.c
init.c
Log:
Add thread support for arm.
MFC After: 1 week
Revision ChangesPath
1.2 +1 -1
cognet 2007-11-17 21:29:02 UTC
FreeBSD src repository
Modified files:
lib Makefile
Log:
Build libthread_db for arm as well.
MFC after: 1 week
Revision ChangesPath
1.226 +1 -5 src/lib/Makefile
cognet 2007-11-17 21:27:53 UTC
FreeBSD src repository
Added files:
lib/libthread_db/arch/arm libpthread_md.c
Log:
Add arm support in libthread_db.
Revision ChangesPath
1.1 +116 -0src/lib/libthread_db/arch/arm/libpthread_md.c (new)
__
cognet 2007-11-17 18:41:04 UTC
FreeBSD src repository
Modified files:
gnu/usr.bin/gdb/arch/arm nm-fbsd.h
Log:
There's no reason why we couldn't attach to a live process on arm.
MFC After: 1 week
Revision ChangesPath
1.2 +3 -0 src/gnu/usr.bin/gdb/
cognet 2007-11-17 18:24:47 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/xscale/ixp425 files.ixp425
Added files: (Branch: RELENG_6)
sys/contrib/dev/npe IxNpeMicrocode.dat.uu LICENSE
Log:
MFC arm/xscale/ixp425/files.ixp425 up to re
cognet 2007-11-17 18:22:57 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/xscale/ixp425 if_npe.c ixp425_npe.c ixp425_npevar.h
Log:
MFC:
sys/arm/xscale/ixp425/ixp425_npe.c rev 1.6
sys/arm/xscale/ixp425/if_npe.c rev 1.6
sys/arm/xscale/ixp425/ixp
cognet 2007-11-17 17:25:22 UTC
FreeBSD src repository
Added files:
sys/arm/conf HL200
Log:
Add a kernel config file for the Hot-e HL200 (AT91RM92 based).
Many thanks to John Nicholls from Thinklinx for sending sample hardware.
Revision ChangesPath
1.1
cognet 2007-11-08 13:19:08 UTC
FreeBSD src repository
Modified files:
sys/arm/arm cpufunc.c
Log:
Add entries for the L2 cache-related functions for armv5.
Spotted out by: Rafal Jaworowski
Revision ChangesPath
1.21 +5 -0 src/sys/arm/arm/cpufunc
cognet 2007-11-05 23:08:34 UTC
FreeBSD src repository
Modified files:
share/mk sys.mk
Log:
Switch arm to -O until the -O2 issues are resolved.
MFC After: 3 days
Revision ChangesPath
1.94 +4 -0 src/share/mk/sys.mk
__
cognet 2007-11-04 21:54:53 UTC
FreeBSD src repository
Modified files:
sys/arm/xscale/ixp425 if_npe.c
Log:
Remove a staled comment, NPE-C should work fine.
Reviewed by:sam
Revision ChangesPath
1.7 +0 -1 src/sys/arm/xscale/ixp425/if_npe.c
__
cognet 2007-10-25 23:02:42 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 at91rm92reg.h
sys/conf options.arm
Log:
Add an option to be able to override the value of the AT91 master clock
frequency. It'd be better to be able to calculate it at r
cognet 2007-10-25 22:57:19 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 std.at91 std.kb920x
Log:
Move some KB920x-specific options into the KB920x file.
Revision ChangesPath
1.4 +0 -4 src/sys/arm/at91/std.at91
1.5 +4 -0 src/
cognet 2007-10-25 22:50:25 UTC
FreeBSD src repository
Modified files:
sys/boot/arm/at91/libat91 eeprom.c emac.c lib.h
Log:
Fix signedness to make gcc happy.
Revision ChangesPath
1.4 +2 -2 src/sys/boot/arm/at91/libat91/eeprom.c
1.9 +1 -1 src/sy
cognet 2007-10-25 22:43:17 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 kb920x_machdep.c
Log:
Oooops, get the end of the memory right.
Revision ChangesPath
1.26 +1 -1 src/sys/arm/at91/kb920x_machdep.c
_
cognet 2007-10-24 23:41:46 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 kb920x_machdep.c
Log:
KERNBASE should really be KERNVIRTADDR there too.
MFC after: 1 week
Revision ChangesPath
1.25 +2 -2 src/sys/arm/at91/kb920x_machdep.c
cognet 2007-10-24 23:12:19 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 if_ate.c
Log:
In ate_get_mac(), try to get the mac address in the right order, at least
in the same order as it's set in ate_set_mac.
I remember a discussion about this on -arm, but ap
cognet 2007-10-24 22:26:54 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 kb920x_machdep.c
Log:
Handle the case where PHYSADDR != KERNPHYSADDR (ie we do not load the kernel
at the beginning of the RAM).
MFC After: 1 week
Revision ChangesPat
cognet 2007-10-24 22:24:32 UTC
FreeBSD src repository
Modified files:
sys/arm/at91 uart_cpu_at91rm9200usart.c
Log:
Correct a comment, this was not true anymore.
Revision ChangesPath
1.5 +2 -2 src/sys/arm/at91/uart_cpu_at91rm9200usart.c
cognet 2007-10-19 17:08:38 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_7)
share/mk bsd.cpu.mk
Log:
MFC rev 1.63:
date: 2007/10/16 18:32:37; author: cognet; state: Exp; lines: +3 -1
Backout rev 1.62, and revert to use -march=armv5te -D__XS
cognet 2007-10-18 21:44:21 UTC
FreeBSD src repository
Modified files:
lib/libc/arm Symbol.map
Log:
Unbreak arm build by removing duplicate symbols.
Revision ChangesPath
1.7 +0 -8 src/lib/libc/arm/Symbol.map
_
cognet 2007-10-17 23:29:02 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/conf options.arm
sys/arm/xscale/i80321 i80321_timer.c std.iq31244
Log:
MFC:
arm/xscale/i80321/i80321_timer.c 1.8
arm/xscale/i80321/std.iq31244 rev 1.3
conf/
cognet 2007-10-16 21:32:19 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_thread.c
Log:
Oops. Remove a debug printf.
Spotted out by: delphij
Revision ChangesPath
1.216.2.9 +0 -1 src/sys/kern/kern_thread.c
__
On Tue, Oct 16, 2007 at 04:37:36PM -0400, John Baldwin wrote:
> On Tuesday 16 October 2007 03:57:36 pm Olivier Houchard wrote:
> > cognet 2007-10-16 19:57:36 UTC
> >
> > FreeBSD src repository
> >
> > Modified files:(Branch: RELENG_6)
&g
cognet 2007-10-16 21:24:44 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/arm mem.c pmap.c vm_machdep.c
sys/arm/include pmap.h sf_buf.h vmparam.h
sys/arm/xscale/i80321 iq31244_machdep.c
Log:
MFC the reimplementation of ARM_US
cognet 2007-10-16 21:14:00 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/arm busdma_machdep.c
Log:
MFC rev 1.33/
date: 2007/06/10 12:33:01; author: cognet; state: Exp; lines: +2 -1
Initialize the dma tag's bounce_zone to NULL if we
cognet 2007-10-16 21:10:26 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/kern kern_thread.c
Log:
Use 16 - 1 instead of 16 as the align argument of uma_zcreate(), as it's
what is expected.
Revision ChangesPath
1.216.2.8 +3 -2
cognet 2007-10-16 20:40:04 UTC
FreeBSD src repository
Modified files:
sys/arm/arm pmap.c
Log:
Use the direct mapping, if available, for pmap_zero_page_xscale() as well.
Revision ChangesPath
1.87 +15 -0 src/sys/arm/arm/pmap.c
cognet 2007-10-16 19:59:51 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/arm busdma_machdep.c
Log:
MFC rev 1.32:
date: 2007/06/07 21:51:09; author: cognet; state: Exp; lines: +3 -4
There's no nobounce_dmamap on arm.
Revision C
cognet 2007-10-16 19:57:36 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/sys proc.h
Log:
Make td_sqqueue explicitely signed, as we compare it with >= 0. On arm,
char defaults to unsigned.
RevisionChangesPath
1.432.2.13 +1
cognet 2007-10-16 19:52:11 UTC
FreeBSD src repository
Modified files:(Branch: RELENG_6)
sys/arm/arm pmap.c
Log:
MFC rev 1.78:
revision 1.78
date: 2007/02/05 10:33:39; author: kevlo; state: Exp; lines: +0 -1
is unneeded.
Revision ChangesPath
cognet 2007-10-16 18:32:37 UTC
FreeBSD src repository
Modified files:
share/mk bsd.cpu.mk
Log:
Backout rev 1.62, and revert to use -march=armv5te -D__XSCALE__ instead
of -mcpu=xscale for XScale.
gcc still has issues with -mcpu=xscale, and now crashes while buildi
cognet 2007-10-13 12:06:32 UTC
FreeBSD src repository
Modified files:
lib/libc/arm/string ffs.S memcpy.S memset.S
Log:
MFKernel: do not use __XSCALE__ to detect if clz/pld/ldrd/strd are
available, use _ARM_ARCH_5/_ARM_ARCH_5E instead.
MFC After: 3 days
Re
cognet 2007-10-13 12:05:36 UTC
FreeBSD src repository
Modified files:
sys/libkern/arm ffs.S
Log:
Do not use __XSCALE__ to detect if clz is available, use _ARM_ARCH_5 instead.
MFC After: 3 days
Revision ChangesPath
1.5 +1 -1 src/sys/libkern/a
1 - 100 of 419 matches
Mail list logo