Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 12/24/2000 08:39:02
Module Name:	syssrc
Committed By:	augustss
Date:		Sun Dec 24 06:39:02 UTC 2000

Modified Files:
	syssrc/sys/conf: files
	syssrc/sys/dev/pci: files.pci
Added Files:
	syssrc/sys/dev/pci: ehci_pci.c
	syssrc/sys/dev/usb: ehci.c ehcireg.h ehcivar.h

Log Message:
Add some placeholders for the EHCI (USB 2) driver.

Don't get your hopes up.  I've not even finished reading the
(100+) page spec, and I have no hardware.


To generate a diff of this commit:
cvs rdiff -r1.411 -r1.412 syssrc/sys/conf/files
cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/ehci_pci.c
cvs rdiff -r1.112 -r1.113 syssrc/sys/dev/pci/files.pci
cvs rdiff -r0 -r1.1 syssrc/sys/dev/usb/ehci.c syssrc/sys/dev/usb/ehcireg.h \
    syssrc/sys/dev/usb/ehcivar.h

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