Subject: CVS commit: src/sys/dev/usb
To: None <source-changes@NetBSD.org>
From: Lennart Augustsson <augustss@netbsd.org>
List: source-changes
Date: 10/23/2004 13:38:26
Module Name:	src
Committed By:	augustss
Date:		Sat Oct 23 13:38:26 UTC 2004

Modified Files:
	src/sys/dev/usb: files.usb usb_port.h
Added Files:
	src/sys/dev/usb: if_axe.c if_axereg.h
Removed Files:
	src/sys/dev/usb: if_uax.c if_uaxreg.h

Log Message:
Both FreeBSD and OpenBSD use Bill Paul axe driver instead of my uax
driver.  Maybe because it actually works on with hardware besides mine? :)
So we switch to axe too.


To generate a diff of this commit:
cvs rdiff -r1.55 -r1.56 src/sys/dev/usb/files.usb
cvs rdiff -r0 -r1.1 src/sys/dev/usb/if_axe.c src/sys/dev/usb/if_axereg.h
cvs rdiff -r1.12 -r0 src/sys/dev/usb/if_uax.c
cvs rdiff -r1.1 -r0 src/sys/dev/usb/if_uaxreg.h
cvs rdiff -r1.64 -r1.65 src/sys/dev/usb/usb_port.h

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