Module Name:src
Committed By: isaki
Date: Sat Dec 28 11:42:18 UTC 2019
Modified Files:
src/sys/arch/x68k/include: param.h
Log Message:
Bump MSGBUFSIZE (2 * NBPG).
Since timestamp was introduced, it was too small to store full dmesg
of one boot.
And putting this behind of #
Module Name:src
Committed By: tsutsui
Date: Sat Jan 25 00:07:48 UTC 2014
Modified Files:
src/sys/arch/x68k/include: vmparam.h
Log Message:
Increase VM_KERNEL_PT_PAGES from 2 to 4 for x68k.
X68030 with 8MB or 12MB RAM (which is default for most X68030s)
now gets "pmap_ente
Module Name:src
Committed By: tsutsui
Date: Sat Oct 13 06:44:24 UTC 2012
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
struct device * -> device_t (from chs@)
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/x68k/include/bus.h
Module Name:src
Committed By: minoura
Date: Tue Mar 20 13:03:33 UTC 2012
Modified Files:
src/sys/arch/x68k/include: loadfile_machdep.h
Log Message:
Add xxboot (stage1) support.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/arch/x68k/include/loadfile
Module Name:src
Committed By: tsutsui
Date: Sun Oct 9 08:42:15 UTC 2011
Modified Files:
src/sys/arch/x68k/include: vmparam.h
Log Message:
Move VM_MAXUSER_ADDRESS and VM_MAX_ADDRESS from 0xD000 to 0xFFF0
which is used by other hp300 derived ports.
The previous valu
Module Name:src
Committed By: joerg
Date: Thu Jul 21 11:02:48 UTC 2011
Modified Files:
src/sys/arch/x68k/include: Makefile
Log Message:
machine/stdarg.h and machine/varargs.h are gone
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/arch/x68k/include
Module Name:src
Committed By: joerg
Date: Mon Jul 11 18:33:48 UTC 2011
Modified Files:
src/sys/arch/x68k/include: Makefile
Log Message:
Sort
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/arch/x68k/include/Makefile
Please note that diffs are not p
Module Name:src
Committed By: tsutsui
Date: Thu May 12 15:07:42 UTC 2011
Modified Files:
src/sys/arch/x68k/include: cpu.h
Log Message:
Make intiobase and intiolimit unsigned for consistency.
To generate a diff of this commit:
cvs rdiff -u -r1.52 -r1.53 src/sys/arch/x68k/
Module Name:src
Committed By: tsutsui
Date: Thu Mar 24 15:05:55 UTC 2011
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
Fix typo in comment.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/x68k/include/bus.h
Please note that dif
Module Name:src
Committed By: tsutsui
Date: Thu Mar 24 14:58:33 UTC 2011
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
- make X68K_BUS_PERFORMANCE_HACK part default
- use volatile rather than dummy __asm() statements to avoid optimization
Tested on X68030.
Module Name:src
Committed By: tsutsui
Date: Fri Mar 19 14:20:56 UTC 2010
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
ANSI'fy, misc KNF.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/arch/x68k/include/bus.h
Please note that diffs
Module Name:src
Committed By: tsutsui
Date: Fri Mar 19 10:54:00 UTC 2010
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
u_intN_t -> uintN_t
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/x68k/include/bus.h
Please note that diff
Module Name:src
Committed By: tsutsui
Date: Fri Mar 19 10:45:10 UTC 2010
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
bus_space_write_region_N() should also take a const buffer.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/x
Module Name:src
Committed By: he
Date: Fri Mar 19 08:28:45 UTC 2010
Modified Files:
src/sys/arch/x68k/include: bus.h
Log Message:
Constify the buffer pointer argument of the _bus_space_write_multi_
inline functions, so that this builds again. (Otherwise, ne2000.c driver
w
14 matches
Mail list logo