Re: cvs commit: src/share/mk sys.mk

2007-08-14 Thread Marcel Moolenaar
found in gcc bug 32500 Approved by:re (kensmith), ache, kan Euh... it would have been nice if we first tried -O2 on those other architectures (you know, those platforms that hamper i386) before we declare GCC fixed... -- Marcel Moolenaar [EMAIL PROTECTED

Re: cvs commit: src/sys/amd64/acpica OsdEnvironment.c madt.c src/sys/amd64/conf NOTES src/sys/amd64/include acpica_machdep.h src/sys/boot/i386/libi386 biosacpi.c src/sys/boot/ia64/ski acpi_stub.c src/

2007-03-22 Thread Marcel Moolenaar
On Mar 22, 2007, at 11:16 AM, Jung-uk Kim wrote: Log: Catch up with ACPI-CA 20070320 import. Thank you very much for the well-handled import. You did a great job covering the bases... -- Marcel Moolenaar [EMAIL PROTECTED] ___ cvs-all

cvs commit: src/sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_macio.c scc_bfe_sbus.c scc_core.c

2007-03-22 Thread Marcel Moolenaar
marcel 2007-03-22 23:45:25 UTC FreeBSD src repository Modified files: sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_macio.c scc_bfe_sbus.c scc_core.c Log: Pass the RID from the bus frontends to the core probe function. Currently all RIDs are 0

cvs commit: src/sys/kern vfs_subr.c

2007-03-26 Thread Marcel Moolenaar
marcel 2007-03-27 05:29:41 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: PowerPC is the only architecture with mpsafe_vfs=0. This is now broken. Rudimentary tests show that PowerPC can run with mpsafe_vfs=1. Make it so... Revision Chan

Re: cvs commit: src/sys/kern vfs_subr.c

2007-03-27 Thread Marcel Moolenaar
On Mar 27, 2007, at 12:43 AM, Kris Kennaway wrote: On Tue, Mar 27, 2007 at 05:29:41AM +, Marcel Moolenaar wrote: marcel 2007-03-27 05:29:41 UTC FreeBSD src repository Modified files: sys/kern vfs_subr.c Log: PowerPC is the only architecture with mpsafe_vfs=0

cvs commit: src/gnu/usr.bin/binutils Makefile.inc0 src/gnu/usr.bin/binutils/libbfd bfd.h

2007-03-27 Thread Marcel Moolenaar
marcel 2007-03-28 02:44:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/binutils Makefile.inc0 gnu/usr.bin/binutils/libbfd bfd.h Log: MFC: Fix PowerPC-targeted cross-builds performed on 64-bit platforms. Makefile.inc0:1.38

cvs commit: src/sys/dev/scc scc_core.c

2007-03-27 Thread Marcel Moolenaar
marcel 2007-03-28 06:45:33 UTC FreeBSD src repository Modified files: sys/dev/scc scc_core.c Log: Allow the range of a SCC class to be 0. This gives all child devices the same (overlapping) I/O range. This is useful for embedded communications controllers like the C

Re: cvs commit: src Makefile

2007-03-28 Thread Marcel Moolenaar
mentioning the fact in the commit log. Thanks! -- Marcel Moolenaar [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

cvs commit: src/sys/dev/scc scc_bfe.h scc_core.c scc_if.m

2007-03-28 Thread Marcel Moolenaar
marcel 2007-03-28 18:05:17 UTC FreeBSD src repository Modified files: sys/dev/scc scc_bfe.h scc_core.c scc_if.m Log: Add method enabled() to the SCC interface. This method can be used by driver backends to mark individual channels as enabled or not. The default impl

cvs commit: src/sys/dev/uart uart_core.c

2007-03-28 Thread Marcel Moolenaar
marcel 2007-03-28 18:26:12 UTC FreeBSD src repository Modified files: sys/dev/uart uart_core.c Log: When we match UARTs found during bus-enumeration with UARTs used for system devices (i.e. console, debug port or keyboard), don't stop after the first match. Find them

cvs commit: src/sys/dev/uart uart_dev_ns8250.c

2007-03-28 Thread Marcel Moolenaar
marcel 2007-03-28 18:34:59 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_ns8250.c Log: For embedded UARTs compatible with the ns8250 family it is possible that the driver clock is identical to the processor or bus clock. This is the case for the Po

Re: cvs commit: src/sys/dev/sio sio_pci.c

2007-03-28 Thread Marcel Moolenaar
, -- Marcel Moolenaar [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: cvs commit: src/sys/dev/uart uart_core.c

2007-03-28 Thread Marcel Moolenaar
On Mar 28, 2007, at 2:19 PM, Ben Kaduk wrote: On 3/28/07, Marcel Moolenaar <[EMAIL PROTECTED]> wrote: marcel 2007-03-28 18:26:12 UTC FreeBSD src repository Modified files: sys/dev/uart uart_core.c Log: When we match UARTs found during bus-enumeration with UART

cvs commit: src/sys/powerpc/powerpc extintr.c

2007-03-31 Thread Marcel Moolenaar
marcel 2007-04-01 00:41:01 UTC FreeBSD src repository Removed files: sys/powerpc/powerpc extintr.c Log: Remove unused file. Revision ChangesPath 1.10 +0 -833src/sys/powerpc/powerpc/extintr.c (dead) ___ cvs-all@fre

cvs commit: src/sys/powerpc/powermac uninorth.c

2007-03-31 Thread Marcel Moolenaar
marcel 2007-04-01 06:15:53 UTC FreeBSD src repository Modified files: sys/powerpc/powermac uninorth.c Log: When writing to PCI configuration registers, don't immediately read the same register back. It can cause hangs or machine checks in certain cases. One particular case i

cvs commit: src/sys/powerpc/conf GENERIC

2007-03-31 Thread Marcel Moolenaar
marcel 2007-04-01 06:24:19 UTC FreeBSD src repository Modified files: sys/powerpc/conf GENERIC Log: Add bge(4). Fix a white-space nit while I'm here. Revision ChangesPath 1.66 +3 -2 src/sys/powerpc/conf/GENERIC

cvs commit: src Makefile

2007-04-02 Thread Marcel Moolenaar
marcel 2007-04-02 21:32:44 UTC FreeBSD src repository Modified files: .Makefile Log: Introduce a variable TARGETS that can be set on the make command line and that controls which platforms are being built as part of a "make universe". By default TARGETS i

cvs commit: src/sys/arm/at91 uart_cpu_at91rm9200usart.c uart_dev_at91usart.c src/sys/arm/sa11x0 uart_cpu_sa1110.c uart_dev_sa1110.c src/sys/arm/xscale/i80321 uart_cpu_i80321.c src/sys/arm/xscale/ixp42

2007-04-02 Thread Marcel Moolenaar
marcel 2007-04-02 22:00:23 UTC FreeBSD src repository Modified files: sys/arm/at91 uart_cpu_at91rm9200usart.c uart_dev_at91usart.c sys/arm/sa11x0 uart_cpu_sa1110.c uart_dev_sa1110.c sys/arm/xscale/i80321 uart_cpu_i80321.c sys/arm

cvs commit: src/sys/dev/uart uart_dev_ns8250.c

2007-04-02 Thread Marcel Moolenaar
marcel 2007-04-03 01:21:10 UTC FreeBSD src repository Modified files: sys/dev/uart uart_dev_ns8250.c Log: Don't use a time-limiting loop that's defined in terms of the baudrate in the putc() method. Likewise, in the getc() method, don't check for received characters

Re: cvs commit: src Makefile

2007-04-02 Thread Marcel Moolenaar
On Apr 2, 2007, at 6:25 PM, Greg 'groggy' Lehey wrote: On Monday, 2 April 2007 at 21:32:44 +0000, Marcel Moolenaar wrote: marcel 2007-04-02 21:32:44 UTC FreeBSD src repository Modified files: .Makefile Log: Introduce a variable TARGETS that can

cvs commit: src/sys/dev/uart uart_bus_pci.c

2007-04-05 Thread Marcel Moolenaar
marcel 2007-04-05 19:15:46 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_pci.c Log: Add PCI IDs for the HP RMP3 serial port. This is often used as the serial console. MFC after: 1 week Revision ChangesPath 1.10 +1 -0 src/sy

cvs commit: src/usr.bin/tail forward.c

2007-04-20 Thread Marcel Moolenaar
marcel 2007-04-20 22:53:20 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) usr.bin/tail forward.c Log: MFC rev. 1.41: Better handle the -F case. PR: bin/101979 Revision ChangesPath 1.38.2.3 +5 -7 src/usr.bin/tail/forward.c

cvs commit: src/sys/dev/uart uart_bus_pci.c

2007-04-20 Thread Marcel Moolenaar
marcel 2007-04-20 22:58:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_pci.c Log: MFC rev. 1.10: Add PCI IDs for the HP RMP3 serial port. Revision ChangesPath 1.5.2.3 +1 -0 src/sys/dev/uart/uart_bus_pci.c

cvs commit: src/sys/geom/part g_part.c

2007-04-26 Thread Marcel Moolenaar
marcel 2007-04-27 05:58:10 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: Put the scheme (APM, GPT, etc) in the XML. Revision ChangesPath 1.2 +3 -1 src/sys/geom/part/g_part.c ___ cv

cvs commit: src/sys/powerpc/powermac uninorth.c

2007-05-01 Thread Marcel Moolenaar
marcel 2007-05-01 18:07:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/powerpc/powermac uninorth.c Log: MFC rev 1.15: When writing to PCI configuration registers, don't immediately read the same register back. Revision Changes

cvs commit: src/sys/dev/uart uart_core.c

2007-05-01 Thread Marcel Moolenaar
marcel 2007-05-01 18:08:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_core.c Log: MFC rev 1.21: match all system-devices; don't stop after the first match. Revision ChangesPath 1.13.2.2 +1 -1 src/sys/dev/uart/

cvs commit: src/sys/dev/mii mii.c

2007-05-01 Thread Marcel Moolenaar
marcel 2007-05-01 18:21:24 UTC FreeBSD src repository Modified files: sys/dev/mii mii.c Log: Define the miibus ivars as a structure, instead of as a vector of pointers. A structure is more readable and less error-prone. It also avoids problems when a function pointe

cvs commit: src/contrib/gdb/gdb ppcfbsd-nat.c

2007-05-01 Thread Marcel Moolenaar
marcel 2007-05-01 18:26:22 UTC FreeBSD src repository Modified files:(Branch: FSF) contrib/gdb/gdb ppcfbsd-nat.c Log: Define supply_gregset() and supply_fpregset(). They are needed by our threading support. Revision ChangesPath 1.1.1.2 +12 -0 src

cvs commit: src/lib/libthread_db/arch/powerpc libpthread_md.c

2007-05-01 Thread Marcel Moolenaar
marcel 2007-05-01 18:28:08 UTC FreeBSD src repository Modified files: lib/libthread_db/arch/powerpc libpthread_md.c Log: Roughly implement libpthread support. Revision ChangesPath 1.2 +19 -1 src/lib/libthread_db/arch/powerpc/libpthread_md.c

cvs commit: src/gnu/usr.bin/gdb/arch/powerpc Makefile init.c

2007-05-01 Thread Marcel Moolenaar
marcel 2007-05-01 18:29:34 UTC FreeBSD src repository Modified files: gnu/usr.bin/gdb/arch/powerpc Makefile init.c Log: Add threading support. Revision ChangesPath 1.2 +1 -1 src/gnu/usr.bin/gdb/arch/powerpc/Makefile 1.2 +2 -0 src/gnu/usr.bin/g

cvs commit: src/sys/geom/part g_part.c g_part.h g_part_apm.c g_part_gpt.c

2007-05-08 Thread Marcel Moolenaar
marcel 2007-05-08 20:18:17 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c g_part.h g_part_apm.c g_part_gpt.c Log: MFp4: 119373: o Remove the query verb, along with the request and response parameters.

cvs commit: src/sys/geom/part g_part.c

2007-05-08 Thread Marcel Moolenaar
marcel 2007-05-09 01:46:42 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: When reverting the creation of a partitioning scheme on a provider, the failure to probe an existing partitioning scheme means that no previous partitioning scheme existe

cvs commit: src/sys/geom/part g_part.c

2007-05-08 Thread Marcel Moolenaar
marcel 2007-05-09 05:37:53 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: Write the output parameter (if present) for the add, create, delete destroy and modify verbs. Revision ChangesPath 1.5 +50 -3 src/sys/geom/part/g_part

cvs commit: src/sys/geom/part g_part.c

2007-05-15 Thread Marcel Moolenaar
marcel 2007-05-15 20:14:55 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: o Implement automatic commit. It's enabled when the flags parameter exists and contains the 'C' flag. o The partition label can be the empty string. It's how labels

cvs commit: src/sbin/geom/class Makefile src/sbin/geom/class/cache geom_cache.c src/sbin/geom/class/concat geom_concat.c src/sbin/geom/class/eli geom_eli.c src/sbin/geom/class/journal geom_journal.c s

2007-05-15 Thread Marcel Moolenaar
marcel 2007-05-15 20:25:18 UTC FreeBSD src repository Modified files: sbin/geom/class Makefile sbin/geom/class/cache geom_cache.c sbin/geom/class/concat geom_concat.c sbin/geom/class/eli geom_eli.c sbin/geom/class/journal geom_journal.c sbin/geom/class/

cvs commit: src/sys/geom/part g_part.c

2007-05-15 Thread Marcel Moolenaar
marcel 2007-05-15 23:29:57 UTC FreeBSD src repository Modified files: sys/geom/partg_part.c Log: Fix a dereference in KASSERT. Revision ChangesPath 1.7 +1 -1 src/sys/geom/part/g_part.c ___ cvs-all@freebsd

cvs commit: src/libexec/rtld-elf/ia64 Makefile.inc

2007-05-16 Thread Marcel Moolenaar
marcel 2007-05-16 23:19:52 UTC FreeBSD src repository Modified files: libexec/rtld-elf/ia64 Makefile.inc Log: We don't need --export-dynamic for ld-elf.so.1, because it's a shared object. Revision ChangesPath 1.2 +0 -1 src/libexec/rtld-elf/ia64/Makefile.

cvs commit: src/libexec/rtld-elf Makefile

2007-05-16 Thread Marcel Moolenaar
marcel 2007-05-16 23:24:15 UTC FreeBSD src repository Modified files: libexec/rtld-elf Makefile Log: Don't enable symbol versioning on ia64 for now. It causes symbol lookup failures that later result in null-pointer dereferences. This needs looking into, but since we're

cvs commit: src/sbin/geom/core geom.h

2007-05-16 Thread Marcel Moolenaar
marcel 2007-05-16 23:32:40 UTC FreeBSD src repository Modified files: sbin/geom/core geom.h Log: Bump G_LIB_VERSION to reflect the ABI change. Pointed out by: pjd@ Revision ChangesPath 1.6 +1 -1 src/sbin/geom/core/geom.h

cvs commit: src/sys/conf files

2007-05-16 Thread Marcel Moolenaar
marcel 2007-05-17 01:29:55 UTC FreeBSD src repository Modified files: sys/conf files Log: Make the serdev I/F non-optional. At least 3 drivers depend on it and they can be loaded as a module. PR: kern/112706 Revision ChangesPath 1.1209+1 -1

Re: cvs commit: src/libexec/rtld-elf Makefile

2007-05-16 Thread Marcel Moolenaar
On May 16, 2007, at 7:34 PM, Alexander Kabaev wrote: On Wed, 16 May 2007 23:24:15 + (UTC) Marcel Moolenaar <[EMAIL PROTECTED]> wrote: marcel 2007-05-16 23:24:15 UTC FreeBSD src repository Modified files: libexec/rtld-elf Makefile Log: Don't enable symbol

cvs commit: src/sys/dev/uart uart_bus_pci.c

2007-05-16 Thread Marcel Moolenaar
marcel 2007-05-17 04:07:20 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_pci.c Log: The HP Diva RMP3 uses BAR 0x14. Revision ChangesPath 1.11 +1 -1 src/sys/dev/uart/uart_bus_pci.c ___ cv

cvs commit: src/sbin/geom/core geom.c

2007-05-17 Thread Marcel Moolenaar
marcel 2007-05-17 15:34:51 UTC FreeBSD src repository Modified files: sbin/geom/core geom.c Log: Fix the construction of the gctl_req that got broken by my previous commit and that introduced optional parameters. Existing classes (like geli(8)) use empty strings by def

cvs commit: src/sys/ia64/ia64 mca.c

2007-05-19 Thread Marcel Moolenaar
marcel 2007-05-19 12:50:13 UTC FreeBSD src repository Modified files: sys/ia64/ia64mca.c Log: Account for the fact that contigmalloc(9) can return a NULL pointer. Fix the flags argument: M_WAITOK is not a valid flag. Its presence leaves the indication that contigmall

cvs commit: src/lib/libkvm kvm_ia64.c src/sys/ia64/ia64 exception.S pmap.c

2007-05-19 Thread Marcel Moolenaar
marcel 2007-05-19 13:11:27 UTC FreeBSD src repository Modified files: lib/libkvm kvm_ia64.c sys/ia64/ia64exception.S pmap.c Log: Add a level of indirection to the kernel PTE table. The old scheme allowed for 1024 PTE pages, each containing 256 PTEs. Th

cvs commit: src/sys/ia64/ia64 pmap.c

2007-05-19 Thread Marcel Moolenaar
marcel 2007-05-19 18:25:15 UTC FreeBSD src repository Modified files: sys/ia64/ia64pmap.c Log: Fix GCC warning: va = va += PAGE_SIZE contains pointless operation va = va. Fix white space in nearby lines. Revision ChangesPath 1.185 +2 -2 src/sys/ia6

cvs commit: src/sys/ia64/ia64 trap.c

2007-05-20 Thread Marcel Moolenaar
marcel 2007-05-21 05:11:43 UTC FreeBSD src repository Modified files: sys/ia64/ia64trap.c Log: When speculation fails (as determined by the chk instruction) the processor is to jump to recovery code. This branching behaviour may not be implemented by the processor an

cvs commit: www/en/donations wantlist.sgml

2007-05-26 Thread Marcel Moolenaar
marcel 2007-05-26 21:34:03 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Remove my entries for Itanium hardware and add an entry for 1GB of SDRAM for in my dual P3 machine. Revision ChangesPath 1.442 +6 -17 www/en/donati

cvs commit: src/sys/boot/ia64/common exec.c src/sys/ia64/ia64 exception.S locore.S pmap.c src/sys/ia64/include ia64_cpu.h

2007-05-27 Thread Marcel Moolenaar
marcel 2007-05-27 19:02:47 UTC FreeBSD src repository Modified files: sys/boot/ia64/common exec.c sys/ia64/ia64exception.S locore.S pmap.c sys/ia64/include ia64_cpu.h Log: Have the processor defer all faults and exceptions for control speculative loads. T

cvs commit: src/sys/powerpc/powerpc clock.c machdep.c

2007-05-27 Thread Marcel Moolenaar
marcel 2007-05-27 21:05:35 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc clock.c machdep.c Log: Don't initialize the decrementer before initclocks() is called. Use cpu_initclocks() for that as it assures that relevant locks have been initialized. Revis

cvs commit: src/sys/sys syslimits.h

2007-05-28 Thread Marcel Moolenaar
marcel 2007-05-29 03:49:01 UTC FreeBSD src repository Modified files: sys/sys syslimits.h Log: "make delete-old" needs more than 64KB worth of arguments. Both arm and powerpc have 64KB as the maximum argument size, so one cannot run "make delete-old" on arm or p

cvs commit: src/sys/conf Makefile.ia64

2007-06-02 Thread Marcel Moolenaar
marcel 2007-06-02 21:30:39 UTC FreeBSD src repository Modified files: sys/conf Makefile.ia64 Log: Remove definition of the GCC3 variable. It was introduced in rev. 1.50 to help out with the GCC 2 to GCC 3 transition and it became obsolete when C flags compatible

cvs commit: src/sys/boot/common devopen.c

2006-11-01 Thread Marcel Moolenaar
marcel 2006-11-02 00:02:22 UTC FreeBSD src repository Modified files: sys/boot/common devopen.c Log: o Make sure to clear f->f_devdata if d_dev->dv_open() fails. It would otherwise cause devclose() to free() the memory again. o Refactor devopen() so that it's more

cvs commit: src/sys/boot/common Makefile.inc src/sys/boot/i386/loader Makefile src/sys/boot/ia64/efi main.c src/sys/boot/ia64/ski main.c src/sys/boot/ofw/common main.c src/sys/boot/pc98/loader Makefil

2006-11-01 Thread Marcel Moolenaar
marcel 2006-11-02 00:26:45 UTC FreeBSD src repository Modified files: sys/boot/common Makefile.inc sys/boot/i386/loader Makefile sys/boot/ia64/efimain.c sys/boot/ia64/skimain.c sys/boot/ofw/common main.c sys/boot/pc98/loader Makefile sys/bo

cvs commit: src/sys/boot/common bootstrap.h src/sys/boot/efi/libefi devicename.c efiboot.h efifs.c src/sys/boot/i386/libi386 bioscd.c biosdisk.c bootinfo32.c devicename.c libi386.h src/sys/boot/i386/l

2006-11-01 Thread Marcel Moolenaar
marcel 2006-11-02 01:23:19 UTC FreeBSD src repository Modified files: sys/boot/common bootstrap.h sys/boot/efi/libefi devicename.c efiboot.h efifs.c sys/boot/i386/libi386 bioscd.c biosdisk.c bootinfo32.c devicename.c libi386.h sys/boot/

cvs commit: src/sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efierr.h efifs.h efilib.h efinet.h efipart.h efiprot.h efipxebc.h efiser.h efistdarg.h src/sys/boot

2006-11-01 Thread Marcel Moolenaar
marcel 2006-11-02 02:42:48 UTC FreeBSD src repository Modified files: sys/boot/efi/include efi.h efi_nii.h efiapi.h eficon.h efidebug.h efidef.h efidevp.h efierr.h efifs.h efilib.h efinet.h efipart.h efipro

cvs commit: src/sys/boot/ia64/ski acpi_stub.c

2006-11-02 Thread Marcel Moolenaar
marcel 2006-11-03 04:04:19 UTC FreeBSD src repository Modified files: sys/boot/ia64/skiacpi_stub.c Log: Properly calculate the checksum of the APIC table. Revision ChangesPath 1.7 +2 -1 src/sys/boot/ia64/ski/acpi_stub.c

cvs commit: src/sys/ia64/ia64 machdep.c

2006-11-02 Thread Marcel Moolenaar
marcel 2006-11-03 04:06:17 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Make sure kern_envp is never NULL. If we don't get a pointer to the environment from the loader, use the static environment. Revision ChangesPath 1.210 +4

cvs commit: src/sys/boot/efi/libefi libefi.c

2006-11-02 Thread Marcel Moolenaar
marcel 2006-11-03 04:19:31 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi libefi.c Log: Make this compile on EFI32. The EFI_PHYSICAL_ADDRESS type is always 64-bit, even when sizeof(void *) is 32-bit. Revision ChangesPath 1.7 +1 -1 src/sy

cvs commit: src/sys/boot/efi/libefi bootinfo.c copy.c devicename.c elf_freebsd.c src/sys/boot/ia64/common bootinfo.c copy.c devicename.c exec.c

2006-11-05 Thread Marcel Moolenaar
marcel 2006-11-05 21:27:43 UTC FreeBSD src repository Modified files: sys/boot/efi/libefi bootinfo.c copy.c devicename.c elf_freebsd.c sys/boot/ia64/common bootinfo.c copy.c devicename.c exec.c Log: Forced commit to document that the following rep

cvs commit: src/sys/boot Makefile src/sys/boot/efi/include efilib.h src/sys/boot/efi/libefi Makefile bootinfo.c copy.c devicename.c efiboot.h efifpswa.c efifs.c efinet.c elf_freebsd.c errno.c handles.

2006-11-05 Thread Marcel Moolenaar
marcel 2006-11-05 22:03:04 UTC FreeBSD src repository Modified files: sys/boot Makefile sys/boot/efi/include efilib.h sys/boot/efi/libefi Makefile efifs.c efinet.c time.c sys/boot/ia64Makefile sys/boot/ia64/common bootinfo.c copy.c devicename.

cvs commit: src ObsoleteFiles.inc

2006-11-07 Thread Marcel Moolenaar
marcel 2006-11-08 03:23:50 UTC FreeBSD src repository Modified files: .ObsoleteFiles.inc Log: /boot/skiload.help has been eliminated on ia64. Revision ChangesPath 1.59 +4 -0 src/ObsoleteFiles.inc _

Re: cvs commit: src/include ar.h

2006-11-18 Thread Marcel Moolenaar
is broken and should be fixed. The fact that structures are aligned on a 4-byte boundary is something I cannot cal a bug, but it's certainly against POLA. That's all I intend to say... -- Marcel Moolenaar [EMAIL PROTECTED] ___ cvs-all@freeb

cvs commit: src/sys/ia64/ia64 genassym.c

2006-11-18 Thread Marcel Moolenaar
marcel 2006-11-18 21:48:13 UTC FreeBSD src repository Modified files: sys/ia64/ia64genassym.c Log: Revert previous commit. PC_CONS_BUFR is not used nor needed by assembly. Revision ChangesPath 1.44 +0 -1 src/sys/ia64/ia64/genassym.c __

cvs commit: src/sys/ia64/ia64 interrupt.c machdep.c mp_machdep.c src/sys/ia64/include kdb.h pcpu.h

2006-11-18 Thread Marcel Moolenaar
marcel 2006-11-18 21:52:26 UTC FreeBSD src repository Modified files: sys/ia64/ia64interrupt.c machdep.c mp_machdep.c sys/ia64/include kdb.h pcpu.h Log: Now that printf() needs the PCPU, set it up before we call printf(). Change the pc_pcb field from a pointer

cvs commit: src/sys/ia64/ia64 machdep.c

2006-11-18 Thread Marcel Moolenaar
marcel 2006-11-18 23:15:25 UTC FreeBSD src repository Modified files: sys/ia64/ia64machdep.c Log: Since printf also has at least one critical section, we need to initialize pc_curthread. While here, rename early_pcpu to pcpu0 to be conistent (compare thread0 and proc

cvs commit: src/sys/boot/ia64/common copy.c libia64.h

2006-11-19 Thread Marcel Moolenaar
marcel 2006-11-19 20:04:11 UTC FreeBSD src repository Modified files: sys/boot/ia64/common copy.c libia64.h Log: Remove LDR_LOG2_PGSZ, ia64_pgtbl and ia64_pgtblsz. They are part of a WIP and not used yet. Revision ChangesPath 1.9 +0 -5 src/sys/boot/ia64/

cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/uart uart.h uart_dev_ns8250.c

2006-11-28 Thread Marcel Moolenaar
marcel 2006-11-28 22:03:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: Partial MFC: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not

cvs commit: src/sys/dev/ic ns16550.h src/sys/dev/uart uart.h uart_dev_ns8250.c

2006-11-29 Thread Marcel Moolenaar
marcel 2006-11-29 17:54:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6_2) sys/dev/ic ns16550.h sys/dev/uart uart.h uart_dev_ns8250.c Log: MFS: Remove 16-bit wide I/O. It breaks when the register shift is non-null and may not work

cvs commit: src/sys/powerpc/powerpc intr_machdep.c

2006-12-07 Thread Marcel Moolenaar
marcel 2006-12-07 17:08:16 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc intr_machdep.c Log: Add support for multiple FAST handlers. Reviewed & tested by: grehan@ Revision ChangesPath 1.9 +99 -166 src/sys/powerpc/powerpc/intr_machdep.c

cvs commit: src/sys/powerpc/include bus.h

2006-12-12 Thread Marcel Moolenaar
marcel 2006-12-13 03:25:32 UTC FreeBSD src repository Modified files: sys/powerpc/include bus.h Log: Implement bus_space_map(). Revision ChangesPath 1.19 +2 -1 src/sys/powerpc/include/bus.h ___ cvs-all@freebsd.or

cvs commit: src/sys/powerpc/powerpc ofw_machdep.c

2006-12-12 Thread Marcel Moolenaar
marcel 2006-12-13 06:11:22 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc ofw_machdep.c Log: Implement OF_decode_addr(). This makes uart(4) work as a serial console on a Xserve G4. Revision ChangesPath 1.17 +128 -8src/sys/powerpc/powerpc/o

cvs commit: src/sys/fs/msdosfs bpb.h

2006-12-21 Thread Marcel Moolenaar
marcel 2006-12-21 05:40:46 UTC FreeBSD src repository Modified files: sys/fs/msdosfs bpb.h Log: Unbreak 64-bit little-endian systems that do require alignment. The fix involves using le16dec(), le32dec(), le16enc() and le32enc(). This eliminates invalid casts and dupli

cvs commit: src/sys/powerpc/powerpc vm_machdep.c

2006-12-28 Thread Marcel Moolenaar
marcel 2006-12-28 23:56:50 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc vm_machdep.c Log: In cpu_reset(), call OF_reboot() instead of OF_exit(). The latter doesn't do a reboot and has been observed to reset the NVRAM to its default values. Revision C

Re: cvs commit: src/sys/powerpc/powerpc vm_machdep.c

2006-12-29 Thread Marcel Moolenaar
On Dec 28, 2006, at 4:51 PM, Garance A Drosehn wrote: At 11:56 PM + 12/28/06, Marcel Moolenaar wrote: marcel 2006-12-28 23:56:50 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc vm_machdep.c Log: In cpu_reset(), call OF_reboot() instead of OF_exit(). The

cvs commit: src/lib/libc/gmon gmon.c

2007-01-06 Thread Marcel Moolenaar
marcel 2007-01-07 00:10:53 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/gmongmon.c Log: MFC rev 1.21: Use the proper definition for the minbrk symbol. Revision ChangesPath 1.20.2.1 +1 -1 src/lib/libc/gmon/gmon.c

cvs commit: src/lib/libc Makefile

2007-01-06 Thread Marcel Moolenaar
marcel 2007-01-07 00:12:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc Makefile Log: MFC 1.58: Enable gmon on PowerPC. Revision ChangesPath 1.56.2.2 +0 -2 src/lib/libc/Makefile __

cvs commit: src/gnu/usr.bin Makefile

2007-01-06 Thread Marcel Moolenaar
marcel 2007-01-07 00:34:00 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin Makefile Log: MFC 1.89: Build gperf(1) on PowerPC. Revision ChangesPath 1.84.2.1 +0 -2 src/gnu/usr.bin/Makefile

cvs commit: src/sys/powerpc/psim ata_iobus.c

2007-01-06 Thread Marcel Moolenaar
marcel 2007-01-07 01:07:22 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/powerpc/psim ata_iobus.c Log: MFC 1.14: ata_generic_hw() takes a device, not a channel. Revision ChangesPath 1.13.2.1 +1 -1 src/sys/powerpc/psim/ata_iobus.c

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common hw.ent

2007-01-07 Thread Marcel Moolenaar
marcel 2007-01-07 18:14:44 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common hw.ent Log: Sort: powerpc comes after pc98. Revision ChangesPath 1.7 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/common/hw.ent

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/ia64 Makefile

2007-01-07 Thread Marcel Moolenaar
marcel 2007-01-07 18:18:28 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/ia64 Makefile Log: Add proc-ia64.sgml to SRCS. Revision ChangesPath 1.3.8.1 +1 -1 src/release/doc/en_US.ISO8859-1/hardware/ia64

cvs commit: src/release/doc/en_US.ISO8859-1/hardware Makefile src/release/doc/en_US.ISO8859-1/hardware/common hw.ent src/release/doc/en_US.ISO8859-1/hardware/powerpc Makefile article.sgml proc-powerpc

2007-01-07 Thread Marcel Moolenaar
marcel 2007-01-07 18:37:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware Makefile release/doc/en_US.ISO8859-1/hardware/common hw.ent release/doc/en_US.ISO8859-1/installation Makefile release/doc/en_US.ISO8859-

cvs commit: www/en where.sgml

2007-01-10 Thread Marcel Moolenaar
marcel 2007-01-10 19:51:45 UTC FreeBSD doc repository Modified files: en where.sgml Log: Provide links to the PowerPC 6.2 release distribution and ISO images. Revision ChangesPath 1.88 +4 -4 www/en/where.sgml __

cvs commit: src/sys/powerpc/powerpc cpu.c machdep.c

2007-01-14 Thread Marcel Moolenaar
marcel 2007-01-14 21:45:05 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c machdep.c Log: Propagate the CPU model to the hw.model sysctl. Revision ChangesPath 1.8 +5 -0 src/sys/powerpc/powerpc/cpu.c 1.99 +0 -3 src/sys/powe

cvs commit: src/sys/powerpc/include ipl.h

2007-01-25 Thread Marcel Moolenaar
marcel 2007-01-26 04:58:31 UTC FreeBSD src repository Removed files: sys/powerpc/include ipl.h Log: Remove stale header. MFC after: 3 days Revision ChangesPath 1.2 +0 -7 src/sys/powerpc/include/ipl.h (dead) ___

cvs commit: src/etc/etc.powerpc ttys

2007-01-25 Thread Marcel Moolenaar
marcel 2007-01-26 06:22:34 UTC FreeBSD src repository Modified files: etc/etc.powerpc ttys Log: o Remove screen, created by the unnecessary ofw_console(4) o Remove ttyyX, created by the obsolete zs(4) o Replace ttydX by ttyuX, which is created by uart(4) o Enable

Re: cvs commit: src/sys/kern subr_firmware.c

2007-01-30 Thread Marcel Moolenaar
Error code 1 FYI, -- Marcel Moolenaar [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"

cvs commit: src/sys/powerpc/include ipl.h

2007-02-01 Thread Marcel Moolenaar
marcel 2007-02-02 04:25:01 UTC FreeBSD src repository Removed files: (Branch: RELENG_6) sys/powerpc/include ipl.h Log: MFC rev 1.2: remove stale header. Revision ChangesPath 1.1.8.1 +0 -7 src/sys/powerpc/include/ipl.h (dead) __

cvs commit: src/etc/etc.powerpc ttys

2007-02-01 Thread Marcel Moolenaar
marcel 2007-02-02 04:28:24 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) etc/etc.powerpc ttys Log: MFC rev 1.4: remove screen and ttyy#; replace ttyd# with ttyu#. Revision ChangesPath 1.1.8.3 +4 -10 src/etc/etc.powerpc/ttys _

cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c g_p

2007-02-07 Thread Marcel Moolenaar
marcel 2007-02-07 18:55:31 UTC FreeBSD src repository Modified files: sys/amd64/conf GENERIC sys/arm/conf EP80219 sys/conf NOTES files files.powerpc options sys/i386/confGENERIC sys/ia64/confDEFAULTS sys/pc98/conf

Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c

2007-02-07 Thread Marcel Moolenaar
On Feb 7, 2007, at 12:02 PM, Robert Watson wrote: On Wed, 7 Feb 2007, Marcel Moolenaar wrote: Evolve the ctlreq interface added to geom_gpt into a generic partitioning class that supports multiple schemes. Current schemes supported are APM (Apple Partition Map) and GPT. Change all

cvs commit: src/sys/modules/geom Makefile

2007-02-07 Thread Marcel Moolenaar
marcel 2007-02-07 21:37:02 UTC FreeBSD src repository Modified files: sys/modules/geom Makefile Log: Don't recurse into geom_apple and geom_gpt. They have been moved into the g_part framework. Revision ChangesPath 1.18 +1 -3 src/sys/modules/geom/Makef

Re: cvs commit: src/sys/geom/part g_part_if.m

2007-02-07 Thread Marcel Moolenaar
On Feb 7, 2007, at 8:02 PM, Craig Rodrigues wrote: rodrigc 2007-02-08 04:02:56 UTC FreeBSD src repository Modified files: sys/geom/partg_part_if.m Log: #include before to get KASSERT(), and fix LINT build. Thanks! -- Marcel Moolenaar [EMAIL PROTECTED

Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c

2007-02-08 Thread Marcel Moolenaar
On Feb 8, 2007, at 12:43 AM, Alexander Leidinger wrote: Quoting Marcel Moolenaar <[EMAIL PROTECTED]> (from Wed, 7 Feb 2007 12:42:08 -0800): On Feb 7, 2007, at 12:02 PM, Robert Watson wrote: Does this mean we can expect to see the disabling of GEOM exclusive-use protections dis

Re: cvs commit: src/sys/amd64/conf GENERIC src/sys/arm/conf EP80219 src/sys/conf NOTES files files.powerpc options src/sys/geom geom_apple.c geom_gpt.c src/sys/geom/part g_part.c g_part.h g_part_apm.c

2007-02-08 Thread Marcel Moolenaar
On Feb 8, 2007, at 6:07 AM, Dag-Erling Smørgrav wrote: I can't see any mention of this in either commit logs or code comments, and the code has changed so much that it is impossible to determine if this issue has been addressed. It should be resolved. The tests have been relaxed. -- M

cvs commit: src/sys/ia64/ia64 pmap.c

2007-02-10 Thread Marcel Moolenaar
marcel 2007-02-11 02:52:54 UTC FreeBSD src repository Modified files: sys/ia64/ia64pmap.c Log: Now that the free page queue mutex is a sleep mutex, we cannot call vm_page_alloc() from within a critical section in pmap_growkernel(). Since the need for a critical secti

cvs commit: src/gnu/usr.bin/binutils Makefile.inc0 src/gnu/usr.bin/binutils/libbfd bfd.h

2007-02-10 Thread Marcel Moolenaar
marcel 2007-02-11 07:15:06 UTC FreeBSD src repository Modified files: gnu/usr.bin/binutils Makefile.inc0 gnu/usr.bin/binutils/libbfd bfd.h Log: Fix PowerPC-targeted cross-builds performed on 64-bit platforms. Only PowerPC supports both 32-bit and 64-bit targets and the

cvs commit: src/sys/powerpc/powerpc cpu.c

2007-02-18 Thread Marcel Moolenaar
marcel 2007-02-18 17:40:09 UTC FreeBSD src repository Modified files: sys/powerpc/powerpc cpu.c Log: The table of known CPU models ends with an entry that has a version of 0, not with an entry that has an empty CPU name. Submitted by: Andrew Turner ([EMAIL PROTECTED])

Re: cvs commit: src/sys/dev/zs z8530var.h zs.c

2007-02-27 Thread Marcel Moolenaar
be deleted now. It was still here for PowerPC, but uart(4) handles the Z8530 on PowerPC as well. It's nice that zs(4) is in a consistent state before it's removed, so your attention is welcome. Just don't put too much effort in it :-) -- Marcel Moolenaar [

cvs commit: src/sys/dev/zs z8530reg.h z8530var.h zs.c zs_macio.c

2007-03-06 Thread Marcel Moolenaar
marcel 2007-03-07 00:39:14 UTC FreeBSD src repository Removed files: sys/dev/zs z8530reg.h z8530var.h zs.c zs_macio.c Log: Remove zs(4). Its functionality has been superseded by uart(4) for a while now; including on PowerPC. Revision ChangesPath 1.5

<    2   3   4   5   6   7   8   >