CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Sat Aug 7 08:59:51 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_verbose.c Log Message: Dump the whole FADT in ACPIVERBOSE. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/acpi/acpi_verbose.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jruoho Date: Sat Aug 7 09:41:20 UTC 2010 Modified Files: src/sys/arch/x86/x86: mpacpi.c src/sys/dev/acpi: acpi.c acpivar.h files.acpi Removed Files: src/sys/dev/acpi: acpi_madt.c acpi_madt.h Log Message: Reorganize: also the APIC tables will be dumped in ACPIVERBOSE, and the callback functions will be modified to be suitable also with other tables. To generate a diff of this commit: cvs rdiff -u -r1.88 -r1.89 src/sys/arch/x86/x86/mpacpi.c cvs rdiff -u -r1.211 -r1.212 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.21 -r0 src/sys/dev/acpi/acpi_madt.c cvs rdiff -u -r1.8 -r0 src/sys/dev/acpi/acpi_madt.h cvs rdiff -u -r1.59 -r1.60 src/sys/dev/acpi/acpivar.h cvs rdiff -u -r1.76 -r1.77 src/sys/dev/acpi/files.acpi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/i386/conf
Module Name:src Committed By: jruoho Date: Sat Aug 7 09:53:25 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL Log Message: Remove ACPI_MADT_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.262 -r1.263 src/sys/arch/i386/conf/ALL Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jruoho Date: Sat Aug 7 09:55:59 UTC 2010 Modified Files: src/sys/arch/i386/conf: ALL src/sys/dev/acpi: fdc_acpi.c Log Message: Remove the last ACPI driver -specific #ifdef, ACPI_FDC_DEBUG. To generate a diff of this commit: cvs rdiff -u -r1.263 -r1.264 src/sys/arch/i386/conf/ALL cvs rdiff -u -r1.40 -r1.41 src/sys/dev/acpi/fdc_acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Sat Aug 7 14:17:22 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_verbose.c Log Message: Dump MADT in ACPIVERBOSE. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/dev/acpi/acpi_verbose.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jmcneill Date: Sat Aug 7 14:56:02 UTC 2010 Modified Files: src/share/man/man4: ath.4 Log Message: Remove AR9280 and AR9285 from the supported chips list. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/share/man/man4/ath.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: jruoho Date: Sat Aug 7 16:15:48 UTC 2010 Modified Files: src/share/man/man9: evcnt.9 Log Message: Don't use complete prototypes in FUNCTIONS. But use standard section headers. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/share/man/man9/evcnt.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/hdaudio
Module Name:src Committed By: jmcneill Date: Sat Aug 7 16:24:19 UTC 2010 Modified Files: src/sys/dev/pci/hdaudio: hdaudio.c Log Message: Reject invalid vendor IDs (say if there was a RIRB timeout while reading the VID registers) To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/sys/dev/pci/hdaudio/hdaudio.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man9
Module Name:src Committed By: jruoho Date: Sat Aug 7 16:41:34 UTC 2010 Modified Files: src/share/man/man9: humanize_number.9 Log Message: Wording, markup. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/share/man/man9/humanize_number.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/pci/hdaudio
Module Name:src Committed By: jmcneill Date: Sat Aug 7 16:59:48 UTC 2010 Modified Files: src/sys/dev/pci/hdaudio: hdaudio_pci.c Added Files: src/sys/dev/pci/hdaudio: hdaudio_pci.h Log Message: add support for nvidia hdaudio controllers To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/hdaudio/hdaudio_pci.c cvs rdiff -u -r0 -r1.1 src/sys/dev/pci/hdaudio/hdaudio_pci.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Sat Aug 7 17:12:55 UTC 2010 Modified Files: src/sys/dev/acpi: acpi.c Log Message: Fix build failure. To generate a diff of this commit: cvs rdiff -u -r1.212 -r1.213 src/sys/dev/acpi/acpi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu
Module Name:src Committed By: joerg Date: Sat Aug 7 18:01:35 UTC 2010 Modified Files: src/lib/csu: Makefile Added Files: src/lib/csu: README src/lib/csu/arch/arm: Makefile.inc crt0.S crti.S crtn.S src/lib/csu/arch/i386: Makefile.inc crt0.S crtbegin.S crtend.S crti.S crtn.S src/lib/csu/arch/m68k: Makefile.inc crt0.S crti.S crtn.S src/lib/csu/arch/sh3: Makefile.inc crt0.S crti.S crtn.S src/lib/csu/arch/sparc: Makefile.inc crt0.S crti.S crtn.S src/lib/csu/arch/vax: Makefile.inc crt0.S crti.S crtn.S src/lib/csu/arch/x86_64: Makefile.inc crt0.S crtbegin.S crtend.S crti.S crtn.S src/lib/csu/common: Makefile.inc crt0-common.c sysident.S sysident_assym.cf Removed Files: src/lib/csu/i386_elf: Makefile crt0.c dot_init.h src/lib/csu/x86_64: Makefile crt0.c dot_init.h Log Message: Switch i386 and x86_64 to the new CRT layout. The crt0.c body is shared between all platforms and a small assembler stub in crt0.S is used for setting up the proper stack and whatever else MD needs. Extract crti.S and crtn. from the old dot_init.h files. Prepare other platforms that use the 6-argument form of __(_)start for this. Rewrite the crtbegin and crtend modules in assembler to make them compiler independent. Document the interface in README. To generate a diff of this commit: cvs rdiff -u -r1.26 -r1.27 src/lib/csu/Makefile cvs rdiff -u -r0 -r1.1 src/lib/csu/README cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/arm/Makefile.inc \ src/lib/csu/arch/arm/crt0.S src/lib/csu/arch/arm/crti.S \ src/lib/csu/arch/arm/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/i386/Makefile.inc \ src/lib/csu/arch/i386/crt0.S src/lib/csu/arch/i386/crtbegin.S \ src/lib/csu/arch/i386/crtend.S src/lib/csu/arch/i386/crti.S \ src/lib/csu/arch/i386/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/m68k/Makefile.inc \ src/lib/csu/arch/m68k/crt0.S src/lib/csu/arch/m68k/crti.S \ src/lib/csu/arch/m68k/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/sh3/Makefile.inc \ src/lib/csu/arch/sh3/crt0.S src/lib/csu/arch/sh3/crti.S \ src/lib/csu/arch/sh3/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/sparc/Makefile.inc \ src/lib/csu/arch/sparc/crt0.S src/lib/csu/arch/sparc/crti.S \ src/lib/csu/arch/sparc/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/vax/Makefile.inc \ src/lib/csu/arch/vax/crt0.S src/lib/csu/arch/vax/crti.S \ src/lib/csu/arch/vax/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/arch/x86_64/Makefile.inc \ src/lib/csu/arch/x86_64/crt0.S src/lib/csu/arch/x86_64/crtbegin.S \ src/lib/csu/arch/x86_64/crtend.S src/lib/csu/arch/x86_64/crti.S \ src/lib/csu/arch/x86_64/crtn.S cvs rdiff -u -r0 -r1.1 src/lib/csu/common/Makefile.inc \ src/lib/csu/common/crt0-common.c src/lib/csu/common/sysident.S \ src/lib/csu/common/sysident_assym.cf cvs rdiff -u -r1.9 -r0 src/lib/csu/i386_elf/Makefile cvs rdiff -u -r1.17 -r0 src/lib/csu/i386_elf/crt0.c cvs rdiff -u -r1.8 -r0 src/lib/csu/i386_elf/dot_init.h cvs rdiff -u -r1.5 -r0 src/lib/csu/x86_64/Makefile src/lib/csu/x86_64/crt0.c cvs rdiff -u -r1.7 -r0 src/lib/csu/x86_64/dot_init.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/gnu/lib/crtstuff4
Module Name:src Committed By: joerg Date: Sat Aug 7 18:02:40 UTC 2010 Modified Files: src/gnu/lib/crtstuff4: Makefile Log Message: Don't build the CRT stuff here for i386 and x86_64. To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 src/gnu/lib/crtstuff4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/csu/common_elf
Module Name:src Committed By: joerg Date: Sat Aug 7 18:06:59 UTC 2010 Removed Files: src/lib/csu/common_elf: crtbegin.c crtbeginS.c crtend.c crtendS.c Log Message: Retire old crtbegin/crtend implementation. It is not compatible with the expectations of modern C++ To generate a diff of this commit: cvs rdiff -u -r1.29 -r0 src/lib/csu/common_elf/crtbegin.c cvs rdiff -u -r1.1 -r0 src/lib/csu/common_elf/crtbeginS.c \ src/lib/csu/common_elf/crtendS.c cvs rdiff -u -r1.12 -r0 src/lib/csu/common_elf/crtend.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: wiz Date: Sat Aug 7 18:12:46 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/lib/libm: Makefile Log Message: Fix typo in MLINKS, from Stathis Kamperis. Adapt set lists, and run them through sort while there. To generate a diff of this commit: cvs rdiff -u -r1.1491 -r1.1492 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.95 -r1.96 src/lib/libm/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib/libm/man
Module Name:src Committed By: wiz Date: Sat Aug 7 18:13:12 UTC 2010 Modified Files: src/lib/libm/man: feclearexcept.3 Log Message: Remove reference to fpresetsticky(3), which doesn't exist. >From Stathis Kamperis. To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 src/lib/libm/man/feclearexcept.3 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/gnu/usr.bin/groff/tmac
Module Name:src Committed By: wiz Date: Sat Aug 7 18:57:12 UTC 2010 Modified Files: src/gnu/usr.bin/groff/tmac: mdoc.local Log Message: Recognize x86 and xen. To generate a diff of this commit: cvs rdiff -u -r1.57 -r1.58 src/gnu/usr.bin/groff/tmac/mdoc.local Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/acpi
Module Name:src Committed By: jruoho Date: Sat Aug 7 18:59:53 UTC 2010 Modified Files: src/sys/dev/acpi: acpi_verbose.c Log Message: Allow to dump the basic information at runtime with a flag to modload(8). This can help when dealing with problem reports, as the user does not need to reboot nor compile a kernel. Instead: 'modload -b dump=true acpiverbose'. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_verbose.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/sandpoint/conf
Module Name:src Committed By: phx Date: Sat Aug 7 19:18:04 UTC 2010 Modified Files: src/sys/arch/sandpoint/conf: GENERIC Log Message: Removed double WAPBL option. Fixed typo. To generate a diff of this commit: cvs rdiff -u -r1.49 -r1.50 src/sys/arch/sandpoint/conf/GENERIC Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/libexec/ld.elf_so
Module Name:src Committed By: joerg Date: Sat Aug 7 19:47:35 UTC 2010 Modified Files: src/libexec/ld.elf_so: search.c Log Message: Stricter matching for _rtld_invalid_paths by ensuring separator. Use mem* functions instead of str* for strings of known size. To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 src/libexec/ld.elf_so/search.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys
Module Name:src Committed By: jruoho Date: Sat Aug 7 20:07:26 UTC 2010 Modified Files: src/sys/arch/amd64/amd64: machdep.c src/sys/arch/i386/i386: machdep.c src/sys/dev/acpi: acpi.c acpivar.h Log Message: Do not try to disable ACPI if we can not enter to legacy mode. While it is safe to call AcpiDisable() even if a system operates only in ACPI mode, this leads to unpleasantly verbose error messages in ACPICA. To generate a diff of this commit: cvs rdiff -u -r1.147 -r1.148 src/sys/arch/amd64/amd64/machdep.c cvs rdiff -u -r1.691 -r1.692 src/sys/arch/i386/i386/machdep.c cvs rdiff -u -r1.213 -r1.214 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.60 -r1.61 src/sys/dev/acpi/acpivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/dist/pppd/pppd
Module Name:src Committed By: christos Date: Sat Aug 7 20:38:13 UTC 2010 Modified Files: src/dist/pppd/pppd: ipcp.c Log Message: Apply changes from 2.4.5. Supposedly fixes some 3G issues. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/dist/pppd/pppd/ipcp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/coda
Module Name:src Committed By: christos Date: Sat Aug 7 20:39:33 UTC 2010 Modified Files: src/sys/coda: coda.h coda_pioctl.h Log Message: Fix incorrect comments about the buffer size being 2K; it is really 8K now. >From Robert Watson. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 src/sys/coda/coda.h cvs rdiff -u -r1.7 -r1.8 src/sys/coda/coda_pioctl.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: christos Date: Sat Aug 7 20:43:46 UTC 2010 Modified Files: src/sys/dev/usb: u3g.c Log Message: Fix for another 3g modem used by Cosmote in Greece. This is a ZTE MF636(?) modem that requires ejecting the fake umass disk that contains the drivers like the novatel one. Perhaps I should rename the novatel routine usbd_scsi_eject() or something. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 src/sys/dev/usb/u3g.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/examples/pppd
Module Name:src Committed By: christos Date: Sat Aug 7 20:47:27 UTC 2010 Modified Files: src/share/examples/pppd: Makefile Added Files: src/share/examples/pppd: cosmote3G cosmote3G.chat Log Message: Add cosmote examples. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/examples/pppd/Makefile cvs rdiff -u -r0 -r1.1 src/share/examples/pppd/cosmote3G \ src/share/examples/pppd/cosmote3G.chat Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/misc
Module Name:src Committed By: christos Date: Sat Aug 7 20:48:55 UTC 2010 Modified Files: src/distrib/sets/lists/misc: mi Log Message: Add cosmote examples. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/distrib/sets/lists/misc/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/sys
Module Name:src Committed By: joerg Date: Sat Aug 7 21:03:18 UTC 2010 Modified Files: src/sys/sys: cdefs.h Log Message: Add __BEGIN_PUBLIC / __END_PUBLIC, __BEGIN_HIDDEN / __END_HIDDEN and __dso_public and __dso_hidden markers. Change __BEGIN_DECLS / __END_DECLS to include __BEGIN_PUBLIC / __END_PUBLIC. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 src/sys/sys/cdefs.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: christos Date: Sat Aug 7 21:09:49 UTC 2010 Modified Files: src/sys/dev/usb: usb_subr.c usb_verbose.c usb_verbose.h Log Message: Pass the lengths of the buffers and use bound string functions where easy to do so. To generate a diff of this commit: cvs rdiff -u -r1.174 -r1.175 src/sys/dev/usb/usb_subr.c cvs rdiff -u -r1.3 -r1.4 src/sys/dev/usb/usb_verbose.c cvs rdiff -u -r1.2 -r1.3 src/sys/dev/usb/usb_verbose.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/usr.bin/make
Module Name:src Committed By: sjg Date: Sat Aug 7 21:28:40 UTC 2010 Modified Files: src/usr.bin/make: job.c Log Message: In jobs mode, if we cannot make a target we die without any further clue. Call PrintOnError() before DieHorribly(). To generate a diff of this commit: cvs rdiff -u -r1.153 -r1.154 src/usr.bin/make/job.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/lib
Module Name:src Committed By: christos Date: Sat Aug 7 21:32:28 UTC 2010 Modified Files: src/lib: Makefile Log Message: fix the build; we need libmj installed before compiling netpgp binaries. To generate a diff of this commit: cvs rdiff -u -r1.149 -r1.150 src/lib/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/mk
Module Name:src Committed By: christos Date: Sat Aug 7 21:50:52 UTC 2010 Modified Files: src/share/mk: Makefile Log Message: don't forget to install bsd.ioconf.mk To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 src/share/mk/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/base
Module Name:src Committed By: christos Date: Sat Aug 7 21:53:19 UTC 2010 Modified Files: src/distrib/sets/lists/base: mi Log Message: Add bsd.ioconf.mk now that we are installing it. You must be able to type 'make obj' and have it work from any directory, and if you try from /usr/src/compat, this does not work because the build does not automatically add -m $topdir/share/mk in that case. To generate a diff of this commit: cvs rdiff -u -r1.877 -r1.878 src/distrib/sets/lists/base/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/xen
Module Name:src Committed By: cegger Date: Sat Aug 7 21:58:34 UTC 2010 Modified Files: src/sys/arch/xen/xen: hypervisor.c Log Message: acpi_madt.h is gone To generate a diff of this commit: cvs rdiff -u -r1.52 -r1.53 src/sys/arch/xen/xen/hypervisor.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/xen/x86
Module Name:src Committed By: cegger Date: Sat Aug 7 21:59:11 UTC 2010 Modified Files: src/sys/arch/xen/x86: mainbus.c Log Message: acpi_madt.h is gone To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 src/sys/arch/xen/x86/mainbus.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src
Module Name:src Committed By: pgoyette Date: Sat Aug 7 22:21:31 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi src/share/man/man9: Makefile module.9 Log Message: Add documentation for module_find_section() To generate a diff of this commit: cvs rdiff -u -r1.1492 -r1.1493 src/distrib/sets/lists/comp/mi cvs rdiff -u -r1.338 -r1.339 src/share/man/man9/Makefile cvs rdiff -u -r1.7 -r1.8 src/share/man/man9/module.9 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: jym Date: Sat Aug 7 22:31:58 UTC 2010 Modified Files: src/sys/arch/x86/x86: est.c Log Message: Use aprint_debug_dev(). Caught thanks to coccinelle. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 src/sys/arch/x86/x86/est.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: joerg Date: Sun Aug 8 00:23:26 UTC 2010 Modified Files: src/distrib/sets/lists/comp: shl.mi Log Message: + libmj_pic.a To generate a diff of this commit: cvs rdiff -u -r1.128 -r1.129 src/distrib/sets/lists/comp/shl.mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/distrib/sets/lists/comp
Module Name:src Committed By: pgoyette Date: Sun Aug 8 00:44:38 UTC 2010 Modified Files: src/distrib/sets/lists/comp: mi Log Message: Fix cut-&-paste error To generate a diff of this commit: cvs rdiff -u -r1.1493 -r1.1494 src/distrib/sets/lists/comp/mi Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/arch/x86/x86
Module Name:src Committed By: jym Date: Sun Aug 8 00:48:46 UTC 2010 Modified Files: src/sys/arch/x86/x86: intel_busclock.c Log Message: Some core i7 CPUs report model 0c. In this case, check for the extended model value. Required to avoid faulting on rdmsr(MSR_FSB_FREQ) early during boot. Will ask for a pull-up. This affects GENERIC, and most likely, install iso too. XXX quick hack. Obtaining FSB through ACPI should be cleaner. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 src/sys/arch/x86/x86/intel_busclock.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/sys/dev/usb
Module Name:src Committed By: jakllsch Date: Sun Aug 8 01:57:24 UTC 2010 Modified Files: src/sys/dev/usb: if_cdce.c Log Message: Like some other USB devices, register cdce(4) with pmf(9). Addresses PR#40949. To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 src/sys/dev/usb/if_cdce.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
CVS commit: src/share/man/man4
Module Name:src Committed By: jruoho Date: Sun Aug 8 05:03:00 UTC 2010 Modified Files: src/share/man/man4: acpi.4 Log Message: Note the acpiverbose module. To generate a diff of this commit: cvs rdiff -u -r1.55 -r1.56 src/share/man/man4/acpi.4 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.