Subject: CVS commit: src/sys
To: None <source-changes@NetBSD.org>
From: Manuel Bouyer <bouyer@netbsd.org>
List: source-changes
Date: 05/12/2007 11:04:59
Module Name:	src
Committed By:	bouyer
Date:		Sat May 12 11:04:59 UTC 2007

Modified Files:
	src/sys/conf: files
	src/sys/dev/pci: files.pci
Added Files:
	src/sys/dev/ic: ahcisata_core.c ahcisatareg.h ahcisatavar.h
	src/sys/dev/pci: ahcisata_pci.c
Removed Files:
	src/sys/dev/pci: ahcisata.c ahcisatareg.h

Log Message:
Split the ahcisata driver in pci front-end and bus-independant back-end.


To generate a diff of this commit:
cvs rdiff -r1.843 -r1.844 src/sys/conf/files
cvs rdiff -r0 -r1.1 src/sys/dev/ic/ahcisata_core.c \
    src/sys/dev/ic/ahcisatareg.h src/sys/dev/ic/ahcisatavar.h
cvs rdiff -r1.4 -r0 src/sys/dev/pci/ahcisata.c
cvs rdiff -r0 -r1.1 src/sys/dev/pci/ahcisata_pci.c
cvs rdiff -r1.1 -r0 src/sys/dev/pci/ahcisatareg.h
cvs rdiff -r1.286 -r1.287 src/sys/dev/pci/files.pci

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