Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [cube-autoconf] src/sys
Module Name: src
Committed By: cube
Date: Sun Dec 16 18:54:08 UTC 2007
Modified Files:
src/sys/arch/x86/include [cube-autoconf]: intr.h
src/sys/kern [cube-autoconf]: subr_autoconf.c
src/sys/sys [cube-autoconf]: Makefile device.h
Added Files:
src/sys/kern [cube-autoconf]: subr_device.c
src/sys/sys [cube-autoconf]: autoconf.h
Log Message:
Split off device-specific stuff out of subr_autconf.c, and split off
autoconf-specific stuff out of device.h.
The only functional change is the removal of the unused evcnt.h include in
device.h which (*sigh*) has side-effects in x86's intr.h, and probably some
other in the rest of the tree but I'm only compiling i386's QEMU for the
time being.
To generate a diff of this commit:
cvs rdiff -r1.29 -r1.29.8.1 src/sys/arch/x86/include/intr.h
cvs rdiff -r1.125 -r1.125.4.1 src/sys/kern/subr_autoconf.c
cvs rdiff -r0 -r1.1.2.1 src/sys/kern/subr_device.c
cvs rdiff -r1.103 -r1.103.4.1 src/sys/sys/Makefile
cvs rdiff -r0 -r1.1.2.1 src/sys/sys/autoconf.h
cvs rdiff -r1.99 -r1.99.4.1 src/sys/sys/device.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index