Discussion:
CVS commit: src/sys/arch
Masao Uebayashi
2014-10-18 16:56:51 UTC
Permalink
Module Name: src
Committed By: uebayasi
Date: Sat Oct 18 16:56:51 UTC 2014

Modified Files:
src/sys/arch/amd64/conf: ALL GENERIC XEN3_DOM0
src/sys/arch/i386/conf: ALL GENERIC INSTALL_FLOPPY XEN3_DOM0
src/sys/arch/x86/pci: files.pci

Log Message:
Install agp_* drivers where pchb(4) is installed except INSTALL_FLOPPY.

XXX
Config around agp(4) is done in quite wrong direction.
"pchb <- (agpbus) <- agp <- agp_*"
should be:
"pchb <- (pcibus) <- agp_* <- (agpbus) <- agp"


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.399 -r1.400 src/sys/arch/amd64/conf/GENERIC
cvs rdiff -u -r1.109 -r1.110 src/sys/arch/amd64/conf/XEN3_DOM0
cvs rdiff -u -r1.386 -r1.387 src/sys/arch/i386/conf/ALL
cvs rdiff -u -r1.1114 -r1.1115 src/sys/arch/i386/conf/GENERIC
cvs rdiff -u -r1.26 -r1.27 src/sys/arch/i386/conf/INSTALL_FLOPPY
cvs rdiff -u -r1.90 -r1.91 src/sys/arch/i386/conf/XEN3_DOM0
cvs rdiff -u -r1.17 -r1.18 src/sys/arch/x86/pci/files.pci

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Joerg Sonnenberger
2014-10-19 15:41:05 UTC
Permalink
Module Name: src
Committed By: joerg
Date: Sun Oct 19 15:41:05 UTC 2014

Modified Files:
src/sys/arch/amd64/include: Makefile.inc
src/sys/arch/i386/include: Makefile.inc

Log Message:
Disable SSE and AVX for kernel modules too.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/arch/amd64/include/Makefile.inc
cvs rdiff -u -r1.2 -r1.3 src/sys/arch/i386/include/Makefile.inc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
SAITOH Masanobu
2014-10-23 10:01:53 UTC
Permalink
Module Name: src
Committed By: msaitoh
Date: Thu Oct 23 10:01:53 UTC 2014

Modified Files:
src/sys/arch/amd64/amd64: db_disasm.c
src/sys/arch/i386/i386: db_disasm.c

Log Message:
Add support for sysenter, sysexit, vmptrld, vmptrst and getsec.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/sys/arch/amd64/amd64/db_disasm.c
cvs rdiff -u -r1.43 -r1.44 src/sys/arch/i386/i386/db_disasm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...