CVS commit: src/sys/dev/pci

2016-07-27 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 28 03:08:39 UTC 2016 Modified Files: src/sys/dev/pci: pcidevs Log Message: Add Super Micro Computer Inc To generate a diff of this commit: cvs rdiff -u -r1.1254 -r1.1255 src/sys/dev/pci/pcidevs Please note that diffs

CVS commit: src/sys/dev/pci

2016-07-27 Thread NONAKA Kimihiro
Module Name:src Committed By: nonaka Date: Thu Jul 28 03:05:31 UTC 2016 Modified Files: src/sys/dev/pci: pcidevs Log Message: sort by vendor id. To generate a diff of this commit: cvs rdiff -u -r1.1253 -r1.1254 src/sys/dev/pci/pcidevs Please note that diffs are not

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 28 01:44:56 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: vnd.c Log Message: Don't try to call device_release() if we succesfully called vnd_destroy() To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Thu Jul 28 01:07:20 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: vnd.c Log Message: Clean up the vnd_spawn() routine so it actually works. In particular, it needs to return the new unit's sc _after_ acquiring a

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jul 27 23:17:31 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: vnd.c Log Message: Return ENXIO if the device is NOT found, not when the device IS found! To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/uvm

2016-07-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 27 16:45:00 UTC 2016 Modified Files: src/sys/uvm: uvm_km.c Log Message: Use UVM_PROT_ALL only if UVM_KMF_EXEC is given as argument. Otherwise, if UVM_KMF_PAGEABLE is also given as argument, only the VA is allocated and UVM

CVS commit: src/sys/arch/x86/acpi

2016-07-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 27 13:04:29 UTC 2016 Modified Files: src/sys/arch/x86/acpi: acpi_wakeup.c Log Message: Call cpu_init_msrs on i386 when waking up. Currently it does not change anything, since MSR_EFER is already enabled earlier. But if we

CVS commit: src/sys/arch/x86/x86

2016-07-27 Thread Maxime Villard
Module Name:src Committed By: maxv Date: Wed Jul 27 12:08:46 UTC 2016 Modified Files: src/sys/arch/x86/x86: pmap.c Log Message: Re-enable large pages on the data segment, but don't map the first page, and add a comment to explain why. We will have to move the LAPIC VA.

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jul 27 11:51:57 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: vnd.c Log Message: When detaching, call device_release() to allow the detach to complete. To generate a diff of this commit: cvs rdiff -u

CVS commit: [pgoyette-localcount] src/sys/dev

2016-07-27 Thread Paul Goyette
Module Name:src Committed By: pgoyette Date: Wed Jul 27 11:23:32 UTC 2016 Modified Files: src/sys/dev [pgoyette-localcount]: vnd.c Log Message: When we spawn a new unit, make sure we get a pointer to its device_t so we have something to give device_release() when we're

CVS commit: src/sys/arch/cobalt/cobalt

2016-07-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jul 27 11:13:14 UTC 2016 Modified Files: src/sys/arch/cobalt/cobalt: machdep.c Log Message: Fix RB_KDB by calling the debugger entry points after pmap_bootstrap, etc To generate a diff of this commit: cvs rdiff -u -r1.117

CVS commit: src/sys/kern

2016-07-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jul 27 09:57:26 UTC 2016 Modified Files: src/sys/kern: subr_prf.c Log Message: Bump size of scratchstr - some KASSERTMGS exceed 256 characters To generate a diff of this commit: cvs rdiff -u -r1.159 -r1.160

CVS commit: src/sys/arch/mips/mips

2016-07-27 Thread Nick Hudson
Module Name:src Committed By: skrll Date: Wed Jul 27 09:32:35 UTC 2016 Modified Files: src/sys/arch/mips/mips: lock_stubs_llsc.S lock_stubs_ras.S locore.S locore_mips1.S locore_mips3.S locore_octeon.S sigcode.S Log Message: Sprinle RCSID To generate a diff

CVS commit: src/sys/dev/i2c

2016-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 27 09:11:44 UTC 2016 Modified Files: src/sys/dev/i2c: sdtemp.c Log Message: Print device ID with 8bits again (revert part of rev. 1.27) because the revision field also printed next. To generate a diff of this commit:

CVS commit: src/share/man/man4

2016-07-27 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Wed Jul 27 08:38:25 UTC 2016 Modified Files: src/share/man/man4: spdmem.4 Log Message: New sentence, new line. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/share/man/man4/spdmem.4 Please note that diffs are not

CVS commit: src/share/man/man4

2016-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 27 07:44:10 UTC 2016 Modified Files: src/share/man/man4: spdmem.4 Log Message: - Add 0x54-0x57. - Add note about sdtemp(4). To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/share/man/man4/spdmem.4

CVS commit: src/sys/arch

2016-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 27 07:05:40 UTC 2016 Modified Files: src/sys/arch/amd64/conf: XEN3_DOM0 src/sys/arch/i386/conf: XEN3_DOM0 Log Message: Add ichsmb(4), spdmem(4) and sdtemp(4). To generate a diff of this commit: cvs rdiff -u

CVS commit: src/sys/arch

2016-07-27 Thread SAITOH Masanobu
Module Name:src Committed By: msaitoh Date: Wed Jul 27 07:04:57 UTC 2016 Modified Files: src/sys/arch/amd64/conf: ALL GENERIC src/sys/arch/i386/conf: ALL GENERIC Log Message: Add sdtemp(4) To generate a diff of this commit: cvs rdiff -u -r1.36 -r1.37