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

2005-11-05 Thread Marcel Moolenaar
marcel 2005-11-05 18:06:44 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_ebus.c Log: MFC rev 1.7: Recognize the SAB82532 in USIII machines (marius@) Revision ChangesPath 1.6.2.2 +1 -1 src/sys/dev/uart/uart_b

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

2005-11-05 Thread Marcel Moolenaar
marcel 2005-11-05 18:45:37 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_pccard.c Log: Partial MFC rev 1.11 (diff reduction): o Style(9) nits o Fix typo in comment o s/-100/BUS_PROBE_GENERIC/ Revision Changes

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

2005-11-05 Thread Marcel Moolenaar
marcel 2005-11-05 18:53:42 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_pci.c Log: MFC rev 1.6: Update PCI IDs. Revision ChangesPath 1.5.2.1 +15 -10src/sys/dev/uart/uart_bus_pci.c ___

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

2005-11-05 Thread Marcel Moolenaar
marcel 2005-11-05 19:04:08 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/uart uart_bus_ebus.c uart_core.c Log: MFC:uart_bus_ebus.c:1.8 uart_core:1.14 Have uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is succ

cvs commit: src/gnu/usr.bin/gdb/kgdb main.c

2005-11-05 Thread Marcel Moolenaar
marcel 2005-11-05 19:13:09 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) gnu/usr.bin/gdb/kgdb main.c Log: MFC 1.10: Fix dump of the unread portion of the kernel message buffer. PR: bin/87964 Submitted by: Frank Mayhar frank at exit dot com Re

cvs commit: src/sys/alpha/conf GENERIC src/sys/amd64/conf GENERIC src/sys/i386/conf GENERIC

2005-11-05 Thread Marcel Moolenaar
marcel 2005-11-05 19:48:53 UTC FreeBSD src repository Modified files: sys/alpha/conf GENERIC sys/amd64/conf GENERIC sys/i386/confGENERIC Log: Add uart(4). When both sio(4) and uart(4) can handle a serial port, sio(4) will claim it. This change the

cvs commit: src/sys/geom geom_dump.c

2005-11-12 Thread Marcel Moolenaar
marcel 2005-11-12 20:02:02 UTC FreeBSD src repository Modified files: sys/geom geom_dump.c Log: Make the kern.geom.conftxt sysctl more usable by also dumping the MD class. Previously only the DISK class was dumped. The only consumer of this sysctl is libdisk (i.e

cvs commit: src/tools/regression/geom_gpt gctl.t

2005-11-12 Thread Marcel Moolenaar
marcel 2005-11-12 20:17:08 UTC FreeBSD src repository Modified files: tools/regression/geom_gpt gctl.t Log: Instead of saving the unit number of the md(4) device name, save the whole name. This does not unnecessarily close the door that in some future we want to test on some

cvs commit: src/sys/geom geom_gpt.c

2005-11-13 Thread Marcel Moolenaar
marcel 2005-11-13 21:53:55 UTC FreeBSD src repository Modified files: sys/geom geom_gpt.c Log: o Slightly refactor the ctlreq code to maximize code sharing between verbs. Only the create verb operates on a provider. All other verbs operate on a GPT geom. A

cvs commit: src/tools/regression/geom_gpt gctl.t

2005-11-13 Thread Marcel Moolenaar
marcel 2005-11-13 22:02:04 UTC FreeBSD src repository Modified files: tools/regression/geom_gpt gctl.t Log: Update to match geom_gpt:1.35 o Change the result of gctl(001) now that a bogus verb still requires a valid geom, o Insert gctl(024) to test for an appropria

cvs commit: src/lib/libpthread/test sigsuspend_d.c

2005-11-18 Thread Marcel Moolenaar
marcel 2005-11-19 04:43:29 UTC FreeBSD src repository Modified files: lib/libpthread/test sigsuspend_d.c Log: Fix typo: s/_LIBC_R/_LIBC_R_/ Revision ChangesPath 1.3 +1 -1 src/lib/libpthread/test/sigsuspend_d.c _

cvs commit: src/lib/libpthread/test guard_b.c

2005-11-18 Thread Marcel Moolenaar
marcel 2005-11-19 04:45:15 UTC FreeBSD src repository Modified files: lib/libpthread/test guard_b.c Log: o Include o Make this ILP32/LP64 clean: cast pointers to long. Revision ChangesPath 1.3 +5 -3 src/lib/libpthread/test/guard_b.c _

cvs commit: src/lib/libpthread/test mutex_d.c

2005-11-18 Thread Marcel Moolenaar
marcel 2005-11-19 04:47:07 UTC FreeBSD src repository Modified files: lib/libpthread/test mutex_d.c Log: o Include o Make this ILP32/LP64 clean: cast pointers to long o Code conditional upon DEBUG must also be conditional upon _LIBC_R_ Revision ChangesPat

cvs commit: src/sys/kern vfs_mount.c

2005-11-19 Thread Marcel Moolenaar
marcel 2005-11-19 21:51:45 UTC FreeBSD src repository Modified files: sys/kern vfs_mount.c Log: Fix bug introduced in revision 1.186: When all file systems have a time stamp of zero, which is the case for example when the root file system is on a read-only medi

cvs commit: src/sys/alpha/alpha clock.c

2005-11-19 Thread Marcel Moolenaar
marcel 2005-11-20 01:31:29 UTC FreeBSD src repository Modified files: sys/alpha/alpha clock.c Log: Improve inittodr(). Assume the real-time clock is reliable and only use the base time in case the real-time clock is bogus or behind the base time. Most importantly, don't

cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h

2005-11-21 Thread Marcel Moolenaar
marcel 2005-11-22 01:51:57 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: Resolve misalignment traps caused by changes to IF_LLADDR(). Use de16dec() and le16dec() to fetch the link-level address from struct ifnet. Tested on: alph

Re: cvs commit: src/sys/conf files files.powerpc

2005-11-22 Thread Marcel Moolenaar
s like that can be hardcoded. This should be all. With access to hardware I could give it a try if people think it would be fun... -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.fre

cvs commit: src/sys/kern vfs_mount.c

2005-11-26 Thread Marcel Moolenaar
marcel 2005-11-26 19:13:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/kern vfs_mount.c Log: MFC rev 1.203: Fix bug introduced in revision 1.186: Iterate over the mounted file systems to find the largest time stamp and call initto

cvs commit: src/sys/alpha/alpha clock.c

2005-11-28 Thread Marcel Moolenaar
marcel 2005-11-29 00:18:56 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/alpha/alpha clock.c Log: MFC rev 1.40: Improve inittodr(). Revision ChangesPath 1.39.2.1 +40 -52src/sys/alpha/alpha/clock.c _

cvs commit: src/sys/dev/dc if_dc.c if_dcreg.h

2005-12-01 Thread Marcel Moolenaar
marcel 2005-12-02 01:23:20 UTC FreeBSD src repository Modified files: sys/dev/dc if_dc.c if_dcreg.h Log: Fix the misalignment bugs differently than was done in the previous commit. Copy the ethernet address into a local buffer, which we know is sufficiently aligned

cvs commit: www/en/donations wantlist.sgml

2005-12-01 Thread Marcel Moolenaar
marcel 2005-12-02 03:34:22 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Add my desire for a SGI Indy. Revision ChangesPath 1.375 +7 -1 www/en/donations/wantlist.sgml ___ cvs-al

cvs commit: www/en/internal machines.sgml

2005-12-01 Thread Marcel Moolenaar
marcel 2005-12-02 05:17:32 UTC FreeBSD doc repository Modified files: en/internal machines.sgml Log: o pluto1 is running -CURRENT o pluto2 is running 6-STABLE o Both pluto1 and pluto2 are running an SMP kernel Revision ChangesPath 1.58 +5 -5

cvs commit: src/sys/dev/bge if_bge.c

2005-12-12 Thread Marcel Moolenaar
marcel 2005-12-13 06:14:14 UTC FreeBSD src repository Modified files: sys/dev/bge if_bge.c Log: In bge_link_upd(), rewrite the logic so that status is assigned on the code path it is used in a way that GCC understands. This avoids breakage due to higher optimization

cvs commit: src/usr.bin/elfdump elfdump.c

2005-12-17 Thread Marcel Moolenaar
marcel 2005-12-17 23:24:34 UTC FreeBSD src repository Modified files: usr.bin/elfdump elfdump.c Log: Know the machines FreeBSD runs on. Print the machine value for unknown machines. MFC after: 1 week Revision ChangesPath 1.13 +10 -2 src/usr.bin/e

cvs commit: src/sys/sys elf64.h

2005-12-17 Thread Marcel Moolenaar
marcel 2005-12-17 23:48:07 UTC FreeBSD src repository Modified files: sys/sys elf64.h Log: Fix the ELF64_R_TYPE and ELF64_R_INFO macros. The symbol type is an 32-bit entity. Also, don't cast the resulting symbol type value to a datatype smaller than the st_info

cvs commit: src/sys/sys elf32.h elf64.h elf_common.h

2005-12-17 Thread Marcel Moolenaar
marcel 2005-12-18 00:09:12 UTC FreeBSD src repository Modified files: sys/sys elf32.h elf64.h elf_common.h Log: Get in sync with current ELF definitions. In particular this means: o Remove the unused and non-standard SHT_NUM, PT_COUNT and DT_COUNT. o Add the S

cvs commit: src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/amd64 reloc.c src/libexec/rtld-elf/ia64 reloc.c src/usr.sbin/kldxref ef_sparc64.c

2005-12-17 Thread Marcel Moolenaar
marcel 2005-12-18 01:38:26 UTC FreeBSD src repository Modified files: libexec/rtld-elf/alpha reloc.c libexec/rtld-elf/amd64 reloc.c libexec/rtld-elf/ia64 reloc.c usr.sbin/kldxref ef_sparc64.c Log: Explicitly cast ELF_R_TYPE() to the right type. Revision

cvs commit: src/lib/libc/gen nlist.c src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/sparc64 reloc.c src/share/man/man5 elf.5 src/sys/alpha/alpha elf_machdep.c src/sys/amd64/amd64 elf_machdep.

2005-12-17 Thread Marcel Moolenaar
marcel 2005-12-18 04:52:38 UTC FreeBSD src repository Modified files: lib/libc/gen nlist.c libexec/rtld-elf rtld.c rtld.h libexec/rtld-elf/sparc64 reloc.c share/man/man5 elf.5 sys/alpha/alpha elf_machdep.c sys/amd64/amd64 elf_machd

Re: cvs commit: src/include dlfcn.h src/lib/libc/gen dlfcn.c src/libexec/rtld-elf map_object.c rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/amd64 reloc.c src/libexec/rtld-elf/

2005-12-18 Thread Marcel Moolenaar
On Dec 18, 2005, at 11:43 AM, Alexander Kabaev wrote: Log: Implement ELF symbol versioning using GNU semantics. Nice! -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http

cvs commit: src/sys/sys param.h

2005-12-18 Thread Marcel Moolenaar
marcel 2005-12-19 00:13:11 UTC FreeBSD src repository Modified files: sys/sys param.h Log: Bump __FreeBSD_version to 79 because: 1. The ELF-64 typedefs are now standardized, so that the libelf port (devel/libelf) does not need to compensate for not having

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2005-12-18 Thread Marcel Moolenaar
marcel 2005-12-19 00:14:16 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 79. Revision ChangesPath 1.645 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml _

cvs commit: src/share/man/man5 elf.5

2005-12-18 Thread Marcel Moolenaar
marcel 2005-12-19 01:51:17 UTC FreeBSD src repository Modified files: share/man/man5 elf.5 Log: Update the date. Forgotten in previous commit. Revision ChangesPath 1.33 +1 -1 src/share/man/man5/elf.5 ___ cvs

cvs commit: src/sys/sys elf_common.h

2005-12-19 Thread Marcel Moolenaar
marcel 2005-12-19 20:20:37 UTC FreeBSD src repository Modified files: sys/sys elf_common.h Log: o Add the GNU symbol versioning section constants (SHT_GNU_verdef, SHT_GNU_verneed, SHT_GNU_versym), o Fix the definition of DT_HIOS -- it was short an 'f'...

Re: cvs commit: src/sys/sys _timeval.h src/sys/fs/procfs procfs_status.c src/libexec/bootpd bootpd.c src/sys/dev/acpica/Osd OsdSynch.c src/sys/dev/firewire sbp.c

2005-12-27 Thread Marcel Moolenaar
/firewire sbp.c Log: Make tv_sec a time_t on all platforms but alpha. You rule! -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED] ___ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe

cvs commit: src/lib/libc/gen nlist.c src/libexec/rtld-elf rtld.c rtld.h src/libexec/rtld-elf/alpha reloc.c src/libexec/rtld-elf/amd64 reloc.c src/libexec/rtld-elf/ia64 reloc.c src/libexec/rtld-elf/spa

2005-12-30 Thread Marcel Moolenaar
marcel 2005-12-30 22:13:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/gen nlist.c libexec/rtld-elf rtld.c rtld.h libexec/rtld-elf/alpha reloc.c libexec/rtld-elf/amd64 reloc.c libexec/rtld-elf/ia64 reloc.c libexec

cvs commit: src/sys/sys param.h

2005-12-30 Thread Marcel Moolenaar
marcel 2005-12-30 22:25:15 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys param.h Log: Bump __FreeBSD_version after MFC of ELF types and constants. Revision ChangesPath 1.244.2.5 +1 -1 src/sys/sys/param.h

cvs commit: doc/en_US.ISO8859-1/books/porters-handbook book.sgml

2005-12-30 Thread Marcel Moolenaar
marcel 2005-12-30 22:35:39 UTC FreeBSD doc repository Modified files: en_US.ISO8859-1/books/porters-handbook book.sgml Log: Document __FreeBSD_version 600102. Revision ChangesPath 1.649 +5 -0 doc/en_US.ISO8859-1/books/porters-handbook/book.sgml _

cvs commit: ports/devel/libelf Makefile

2005-12-30 Thread Marcel Moolenaar
marcel 2005-12-31 01:30:29 UTC FreeBSD ports repository Modified files: devel/libelf Makefile Log: Do not replace Elf64_Xword and Elf64_Sxword on FreeBSD versions 600102 or higher. We have the standard ELF types since then... Revision ChangesPath 1.15

cvs commit: www/en/donations wantlist.sgml

2006-01-04 Thread Marcel Moolenaar
marcel 2006-01-05 02:24:45 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: De-assert my need for a SGI Indy. Revision ChangesPath 1.380 +1 -7 www/en/donations/wantlist.sgml ___ cv

cvs commit: src/sys/sys select.h

2006-01-06 Thread Marcel Moolenaar
marcel 2006-01-06 22:12:47 UTC FreeBSD src repository Modified files: sys/sys select.h Log: Fix FD_ISSET() on LP64 platforms. The FD_ISSET() function/macro is defined to return an int, but on LP64 platforms the return value of FD_ISSET() for file descriptors wit

cvs commit: src/sys/sys select.h

2006-01-12 Thread Marcel Moolenaar
marcel 2006-01-13 03:11:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/sys select.h Log: MFC rev 1.20: Fix FD_ISSET() on LP64 platforms. PR: ia64/91421 Submitted by: Tanaka Akira (akr at m17n dot org) Revision ChangesPat

cvs commit: src/lib/libc/stdlib malloc.c

2006-01-15 Thread Marcel Moolenaar
marcel 2006-01-16 00:32:46 UTC FreeBSD src repository Modified files: lib/libc/stdlib malloc.c Log: Define NO_TLS on ia64. The dynamic TLS implementation on ia64 is broken for non-threaded shared processes in that __tls_get_addr() assumes the thread pointer is always in

cvs commit: src/libexec/rtld-elf/ia64 reloc.c src/sys/boot/ia64/efi start.S src/sys/ia64/include elf.h src/sys/ia64/ia64 elf_machdep.c genassym.c locore.S

2006-01-17 Thread Marcel Moolenaar
marcel 2006-01-17 21:03:22 UTC FreeBSD src repository Modified files: libexec/rtld-elf/ia64 reloc.c sys/boot/ia64/efistart.S sys/ia64/include elf.h sys/ia64/ia64elf_machdep.c genassym.c locore.S Log: s/R_IA64_/R_IA_64_/g as per the ia64 psABI.

cvs commit: src/sys/ia64/include elf.h

2006-01-17 Thread Marcel Moolenaar
marcel 2006-01-18 01:45:57 UTC FreeBSD src repository Modified files: sys/ia64/include elf.h Log: o Add missing relocations. o Minor white-space fixups. Revision ChangesPath 1.13 +30 -24src/sys/ia64/include/elf.h _

cvs commit: src/sys/boot/ia64/efi start.S

2006-01-18 Thread Marcel Moolenaar
marcel 2006-01-18 18:49:25 UTC FreeBSD src repository Modified files: sys/boot/ia64/efistart.S Log: Remove ELF dynamic tag definitions that aren't used. Ideally, those that are used should come from . Revision ChangesPath 1.10 +2 -21 src/sys/boot/ia64/

cvs commit: www/en/donations wantlist.sgml

2006-01-19 Thread Marcel Moolenaar
marcel 2006-01-19 18:26:42 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: Assert my wish for an Sun Ultra 2 or any model with a Z8530 to replace my dying Ultra 2. Revision ChangesPath 1.383 +9 -1 www/en/donations/wantlis

cvs commit: www/en/donations wantlist.sgml

2006-01-20 Thread Marcel Moolenaar
marcel 2006-01-21 00:00:23 UTC FreeBSD doc repository Modified files: en/donations wantlist.sgml Log: De-assert my need for an Ultra 2. It's taken care of by [EMAIL PROTECTED] Hero! Thanks to ds@ for his continued willingness to donate. Revision ChangesPath

cvs commit: src/libexec/rtld-elf/ia64 rtld_start.S

2006-01-28 Thread Marcel Moolenaar
marcel 2006-01-28 17:56:16 UTC FreeBSD src repository Modified files: libexec/rtld-elf/ia64 rtld_start.S Log: s/R_IA64_/R_IA_64_/ Revision ChangesPath 1.4 +6 -6 src/libexec/rtld-elf/ia64/rtld_start.S ___ cvs-all@

cvs commit: src/sys/ia64/include elf.h src/libexec/rtld-elf/ia64 reloc.c src/usr.bin/elfdump elfdump.c

2006-01-28 Thread Marcel Moolenaar
marcel 2006-01-28 17:58:22 UTC FreeBSD src repository Modified files: sys/ia64/include elf.h libexec/rtld-elf/ia64 reloc.c usr.bin/elfdump elfdump.c Log: s/DT_IA64_PLT_RESERVE/DT_IA_64_PLT_RESERVE/ Revision ChangesPath 1.18 +3 -3 src/libe

cvs commit: src/libexec/rtld-elf/ia64 reloc.c rtld_start.S src/sys/boot/ia64/efi start.S src/sys/ia64/ia64 elf_machdep.c genassym.c locore.S src/sys/ia64/include elf.h src/usr.bin/elfdump elfdump.c

2006-01-28 Thread Marcel Moolenaar
marcel 2006-01-28 18:40:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) libexec/rtld-elf/ia64 reloc.c rtld_start.S sys/boot/ia64/efistart.S sys/ia64/ia64elf_machdep.c genassym.c locore.S sys/ia64/include elf.h usr.bin/elfdum

cvs commit: src/release Makefile

2006-01-29 Thread Marcel Moolenaar
marcel 2006-01-29 20:16:25 UTC FreeBSD src repository Modified files: release Makefile Log: Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for the livecd != disc1 case (i.e. ia64). The line was appended to the non-existing cdrom.inf file, which was c

cvs commit: src/release Makefile

2006-01-30 Thread Marcel Moolenaar
marcel 2006-01-30 23:09:51 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release Makefile Log: MFC rev 1.897: Fix the missing CD_VOLUME=1 in the cdrom.inf file on disc1 for the livecd != disc1 case. Revision Changes

cvs commit: ports/emulators/ski Makefile distinfo

2006-01-31 Thread Marcel Moolenaar
marcel 2006-02-01 02:39:48 UTC FreeBSD ports repository Modified files: emulators/skiMakefile distinfo Log: The HP ski simulator is available from HP Labs. While here add the SHA256 checksum. PR: ports/92650 Revision ChangesPath 1.10 +2 -2 po

cvs commit: src/sys/ia64/conf SKI

2006-02-02 Thread Marcel Moolenaar
marcel 2006-02-02 23:41:08 UTC FreeBSD src repository Modified files: sys/ia64/confSKI Log: Remove devices acpi & mem, as they are in defaults already. Revision ChangesPath 1.23 +0 -2 src/sys/ia64/conf/SKI ___

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

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 02:02:14 UTC FreeBSD src repository Modified files: sys/ia64/ia64mca.c Log: Allocate memory for the MCA state information with M_NOWAIT. We can get a MCA event at any moment and it may not be safe to sleep. MFC after: 3 days Revision Change

cvs commit: src/release/doc/share/misc dev.archlist.txt

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:25:18 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: Add uart(4). MFC after: 3 days Revision ChangesPath 1.77 +1 -0 src/release/doc/share/misc/dev.archlist.txt __

cvs commit: src/share/man/man4 uart.4

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:27:06 UTC FreeBSD src repository Modified files: share/man/man4 uart.4 Log: Add a HARDWARE section, required for autogeneration of the release notes. MFC after: 3 days Revision ChangesPath 1.6 +18 -0 src/share/man/man4/uart

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:32:22 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: o Review and update the support for devices on ia64. o Add uart(4). o Remove sab(4) and zs(4) (sparc64 only), as their functionality has be

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

2006-02-06 Thread Marcel Moolenaar
marcel 2006-02-07 03:34:28 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml Log: Review and update the processor/chipset specific support. Replace the dead links to the Itanium and Itanium 2 pages on the Intel site. Revis

cvs commit: src/share/man/man4 uart.4

2006-02-07 Thread Marcel Moolenaar
marcel 2006-02-08 00:11:41 UTC FreeBSD src repository Modified files: share/man/man4 uart.4 Log: ".Pp before .Sh is redundant, the latter asserts for a vertical space already." -- ru@ Revision ChangesPath 1.7 +0 -1 src/share/man/man4/uar

cvs commit: src/share/man/man4 uart.4

2006-02-10 Thread Marcel Moolenaar
marcel 2006-02-11 06:30:41 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) share/man/man4 uart.4 Log: MFC rev. 1.6, 1.7: Add HARDWARE section. Approved by: re (hrs) Revision ChangesPath 1.5.8.1 +17 -0 src/share/man/man4/uart.4 __

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml src/release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml src/release/doc/share/misc dev.archlist.txt

2006-02-11 Thread Marcel Moolenaar
marcel 2006-02-11 18:54:19 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) release/doc/en_US.ISO8859-1/hardware/common dev.sgml release/doc/en_US.ISO8859-1/hardware/ia64 proc-ia64.sgml release/doc/share/misc dev.archlist.txt Log: MFC: src

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

2006-02-11 Thread Marcel Moolenaar
marcel 2006-02-11 19:55:19 UTC FreeBSD src repository Modified files: sys/ia64/ia64mp_machdep.c Log: Correct the spinlock nesting of the idle thread of the APs before we save the MCA state of the AP. Saving the MCA state of the AP requires us to allocate memory, whic

cvs commit: src/sbin/mca Makefile mca.8

2006-02-11 Thread Marcel Moolenaar
marcel 2006-02-11 23:09:58 UTC FreeBSD src repository Modified files: sbin/mca Makefile Added files: sbin/mca mca.8 Log: Add a simple manpage. Revision ChangesPath 1.5 +1 -1 src/sbin/mca/Makefile 1.1 +73 -0 src/sb

Re: cvs commit: src/sbin/mca mca.8

2006-02-12 Thread Marcel Moolenaar
On Feb 11, 2006, at 11:57 PM, Joel Dahl wrote: joel2006-02-12 07:57:27 UTC FreeBSD src repository (doc committer) Modified files: sbin/mca mca.8 Log: s/Februari/February/. Thanks! My native tongue is showing, I guess :-) -- Marcel Moolenaar USPA: A

cvs commit: src/etc/rc.d archdep

2006-02-13 Thread Marcel Moolenaar
marcel 2006-02-13 21:41:33 UTC FreeBSD src repository Modified files: etc/rc.d archdep Log: On ia64, the unaligned_print sysctl is a debugging knob under debug and not under machdep as the behaviour is controlled by the process. When PSR.ac is set the process exp

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

2006-02-13 Thread Marcel Moolenaar
marcel 2006-02-14 03:40:49 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/ia64/ia64mca.c mp_machdep.c Log: MFC fixes for MCA MPSAFEness: mca.c:1.11 mp_machdep.c:1.60 Approved by: re (scottl, thanks!) Revision Chang

cvs commit: src/sys/conf kmod.mk src/sys/modules/uart Makefile

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 01:49:36 UTC FreeBSD src repository Modified files: sys/conf kmod.mk sys/modules/uart Makefile Log: Remove dev/uart/uart_if.m from the default MFILES (in kmod.mk) and instead define MFILES appropriately for the uart(4) module build.

cvs commit: src/sys/dev/ic z8530.h

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:03:36 UTC FreeBSD src repository Modified files: sys/dev/ic z8530.h Log: MFp4: Add CHAN_A & CHAN_B for channel register offsets. While here, fix a comment. Revision ChangesPath 1.4 +6 -3 src/sys/dev/ic/z8530.h ___

cvs commit: src/sys/dev/puc puc_ebus.c puc_sbus.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:06:57 UTC FreeBSD src repository Modified files: sys/dev/puc puc_ebus.c puc_sbus.c Log: MFp4: Return BUS_PROBE_LOW_PRIORITY for a successful probe. This is in preparation of the introduction of scc(4), which is going to handle SCCs in the near

cvs commit: src/sys/sys serial.h

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:16:09 UTC FreeBSD src repository Modified files: sys/sys serial.h Log: MFp4: style(9): after #define Revision ChangesPath 1.3 +17 -17src/sys/sys/serial.h ___ cvs-all@freebsd.or

cvs commit: src/sys/sys serial.h

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:24:10 UTC FreeBSD src repository Modified files: sys/sys serial.h Log: MFp4: o Add defines for the 5 interrupt sources typical for serial devices. These defines can be used for more finegrained interrupt handling between drivers tha

cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_kbd_sun.c uart_tty.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 02:42:26 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c uart_kbd_sun.c uart_tty.c Log: MFp4: Stop using our loca

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

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 05:36:44 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus_ebus.c Log: When we probe a SAB82532, return BUS_PROBE_GENERIC. This allows puc(4) or scc(4) to grab the device by default. In fact, we probably shouldn't even claim the devic

cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c

2006-02-23 Thread Marcel Moolenaar
marcel 2006-02-24 05:40:17 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus.h uart_core.c uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c Log: Replace our local UART_SIGMASK_* with the global SER_MASK_*. Revision Cha

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Marcel Moolenaar
;s not true. Option KDB means that you want to have debugging code included when source contains it. Option DDB means that you want the DDB debugger backend. You can have DDB without KDB and vice versa. The core KDB code is unconditionally present in the kernel (src/sys/kern/subr_kdb.c). -- Marcel Mo

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-27 Thread Marcel Moolenaar
On Mon, Feb 27, 2006 at 08:19:36PM -0500, Kris Kennaway wrote: > On Mon, Feb 27, 2006 at 05:12:04PM -0800, Marcel Moolenaar wrote: > > On Mon, Feb 27, 2006 at 09:56:24PM +, Christian Brueffer wrote: > > > brueffer2006-02-27 21:56:24 UTC > > > > > > F

Re: cvs commit: src/share/man/man4 ddb.4

2006-02-28 Thread Marcel Moolenaar
one exists.) It has found its way to amd64 as well and therefore may be elsewhere (not ia64, as that works as expected). -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED]

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

2006-03-29 Thread Marcel Moolenaar
marcel 2006-03-30 03:26:52 UTC FreeBSD src repository Modified files: sys/dev/uart uart_tty.c Log: Don't open if we're going away. Revision ChangesPath 1.27 +4 -0 src/sys/dev/uart/uart_tty.c ___ cvs-all@fr

cvs commit: src/sys/dev/ata atapi-fd.c

2006-03-29 Thread Marcel Moolenaar
marcel 2006-03-30 05:29:57 UTC FreeBSD src repository Modified files: sys/dev/ata atapi-fd.c Log: In afd_describe(), don't initialize sizestring. On ia64, gcc(1) will generate code that calls memset, which we don't have in the kernel. MFC after: 3 days Revis

cvs commit: src/sys/sys serial.h

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 17:24:42 UTC FreeBSD src repository Modified files: sys/sys serial.h Log: o Don't make the SER_INT_* defines visible to userland. They are related to internals, not user-visible state. o Add a typedef for serdev_intr_t and protect it with

cvs commit: src/share/man/man4 scc.4 src/sys/dev/uart uart_bus_scc.c src/sys/kern serdev_if.m src/sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_sbus.c scc_bus.h scc_core.c scc_dev_sab82532.c scc_dev_z8

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 18:33:22 UTC FreeBSD src repository Added files: share/man/man4 scc.4 sys/dev/uart uart_bus_scc.c sys/kern serdev_if.m sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_sbus.c scc_bus.h scc_core.

cvs commit: src/sys/dev/uart uart_bus.h uart_core.c uart_cpu.h uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 18:37:03 UTC FreeBSD src repository Modified files: sys/dev/uart uart_bus.h uart_core.c uart_cpu.h uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c Log: Add support for scc(4). Revision Cha

cvs commit: src/share/man/man4 Makefile uart.4 src/sys/conf NOTES files src/sys/modules Makefile src/sys/modules/uart Makefile

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 18:39:24 UTC FreeBSD src repository Modified files: share/man/man4 Makefile uart.4 sys/conf NOTES files sys/modules Makefile sys/modules/uart Makefile Log: o Add scc(4) to the build. o Add the scc(4) manpage to

cvs commit: src/sys/sparc64/conf GENERIC

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 18:40:25 UTC FreeBSD src repository Modified files: sys/sparc64/conf GENERIC Log: Add scc(4). Revision ChangesPath 1.106 +2 -2 src/sys/sparc64/conf/GENERIC ___ cvs-all@freebsd.org mailing list

cvs commit: src/sys/dev/puc puc_ebus.c puc_sbus.c

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 18:43:03 UTC FreeBSD src repository Modified files: sys/dev/puc puc_ebus.c puc_sbus.c Log: When we attach to either a SAB82532 or a Z8530, print a notice saying that scc(4) should be configured into the kernel. This helps people to migrate away fro

cvs commit: src/sys/conf files

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-30 21:39:36 UTC FreeBSD src repository Modified files: sys/conf files Log: Include the sbus attachment of scc(1) when either fhc(4) or sbus(4) is configured. Revision ChangesPath 1.1107+1 -1 src/sys/conf/files ___

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

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-31 01:39:50 UTC FreeBSD src repository Modified files: sys/powerpc/include bus.h Log: Add a dummy implementation of bus_space_map(). Revision ChangesPath 1.18 +9 -3 src/sys/powerpc/include/bus.h __

cvs commit: src/sys/conf files.powerpc src/sys/dev/uart uart_cpu_powerpc.c

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-31 01:42:55 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Added files: sys/dev/uart uart_cpu_powerpc.c Log: Allow uart(4) to be built on PowerPC. Revision ChangesPath 1.50 +1 -0 src/sys/conf/file

cvs commit: src/sys/modules Makefile

2006-03-30 Thread Marcel Moolenaar
marcel 2006-03-31 01:50:23 UTC FreeBSD src repository Modified files: sys/modules Makefile Log: Build uart(4) on PowerPC. Revision ChangesPath 1.488 +1 -2 src/sys/modules/Makefile ___ cvs-all@freebsd.org m

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

2006-03-31 Thread Marcel Moolenaar
marcel 2006-03-31 17:39:49 UTC FreeBSD src repository Modified files: sys/dev/scc scc_bfe_sbus.c Log: Add a DRIVER_MODULE declaration for fhc(4) as this attachement is also used for the FHC bus. Pointed out by: marius@ Revision ChangesPath 1.2 +

Re: cvs commit: src/share/man/man4 scc.4 src/sys/dev/uart uart_bus_scc.c src/sys/kern serdev_if.m src/sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_sbus.c scc_bus.h scc_core.c scc_dev_sab82532.c scc_de

2006-03-31 Thread Marcel Moolenaar
t and after an exchange with [EMAIL PROTECTED] It's only fair to attribute it to him, as he raised the issue. Other than that; I'm glad it works. Thanks! -- Marcel Moolenaar USPA: A-39004 [EMAIL PROTECTED]

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

2006-03-31 Thread Marcel Moolenaar
marcel 2006-03-31 21:55:53 UTC FreeBSD src repository Modified files: sys/dev/scc scc_bfe_sbus.c Log: Fix cut-n-paste braino in previous commit: s/puc/scc/g Pointy hat: marcel@ Revision ChangesPath 1.3 +1 -1 src/sys/dev/scc/scc_bfe_sbus.c ___

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

2006-03-31 Thread Marcel Moolenaar
marcel 2006-04-01 04:51:56 UTC FreeBSD src repository Modified files: sys/dev/scc scc_bfe.h scc_bfe_ebus.c scc_bfe_sbus.c scc_core.c scc_dev_sab82532.c scc_dev_z8530.c Added files: sys/dev/scc scc_bfe_macio.

cvs commit: src/sys/conf files.powerpc

2006-03-31 Thread Marcel Moolenaar
marcel 2006-04-01 04:53:08 UTC FreeBSD src repository Modified files: sys/conf files.powerpc Log: Add the MacIO attachment for scc(4). Revision ChangesPath 1.51 +1 -0 src/sys/conf/files.powerpc ___ cvs

cvs commit: src/sys/modules/scc Makefile

2006-03-31 Thread Marcel Moolenaar
marcel 2006-04-01 04:54:47 UTC FreeBSD src repository Modified files: sys/modules/scc Makefile Log: Build the scc(4) module with EBus and SBus attachments for sparc64 only and build the scc(4) module with MacIO attachment for powerpc. Revision ChangesPath 1.2

cvs commit: src/sys/dev/uart uart_cpu.h uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c

2006-04-01 Thread Marcel Moolenaar
marcel 2006-04-01 19:04:54 UTC FreeBSD src repository Modified files: sys/dev/uart uart_cpu.h uart_dev_ns8250.c uart_dev_sab82532.c uart_dev_z8530.c Log: Don't hold the hardware mutex across getc(). It can wait indefinitely for a character to

cvs commit: src/sys/dev/ata atapi-fd.c

2006-04-02 Thread Marcel Moolenaar
marcel 2006-04-02 18:39:59 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/ata atapi-fd.c Log: MFC rev. 1.109: In afd_describe(), don't initialize sizestring. Approved by: re (hrs@) Revision ChangesPath 1.102.2.3 +1 -1

cvs commit: src/release/doc/share/misc dev.archlist.txt

2006-04-02 Thread Marcel Moolenaar
marcel 2006-04-02 20:59:40 UTC FreeBSD src repository Modified files: release/doc/share/misc dev.archlist.txt Log: Remove uart(4) as it's supported on all architectures and that is the default. Revision ChangesPath 1.80 +0 -1 src/release/doc/share/misc/de

cvs commit: src/release/doc/en_US.ISO8859-1/hardware/common dev.sgml

2006-04-02 Thread Marcel Moolenaar
marcel 2006-04-02 21:00:17 UTC FreeBSD src repository Modified files: release/doc/en_US.ISO8859-1/hardware/common dev.sgml Log: Add scc(4). Revision ChangesPath 1.298 +2 -0 src/release/doc/en_US.ISO8859-1/hardware/common/dev.sgml

  1   2   3   4   5   6   7   8   >