Up to [cvs.NetBSD.org] / src / sys / dev / usb
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.6 / (download) - annotate - [select for diffs], Sat Oct 27 17:18:38 2012 UTC (6 months, 3 weeks ago) by chs
Branch: MAIN
CVS Tags: yamt-pagecache-base8,
yamt-pagecache-base7,
yamt-pagecache-base6,
tls-maxphys-nbase,
tls-maxphys-base,
khorben-n900,
agc-symver-base,
agc-symver,
HEAD
Changes since 1.5: +10 -10
lines
Diff to previous 1.5 (colored)
split device_t/softc for all remaining drivers. replace "struct device *" with "device_t". use device_xname(), device_unit(), etc.
Revision 1.5 / (download) - annotate - [select for diffs], Fri Dec 23 00:51:44 2011 UTC (16 months, 4 weeks ago) by jakllsch
Branch: MAIN
CVS Tags: yamt-pagecache-base5,
yamt-pagecache-base4,
netbsd-6-base,
netbsd-6-1-RELEASE,
netbsd-6-1-RC4,
netbsd-6-1-RC3,
netbsd-6-1-RC2,
netbsd-6-1-RC1,
netbsd-6-1,
netbsd-6-0-RELEASE,
netbsd-6-0-RC2,
netbsd-6-0-RC1,
netbsd-6-0-2-RELEASE,
netbsd-6-0-1-RELEASE,
netbsd-6-0,
netbsd-6,
matt-nb6-plus-nbase,
matt-nb6-plus-base,
matt-nb6-plus,
jmcneill-usbmp-base9,
jmcneill-usbmp-base8,
jmcneill-usbmp-base7,
jmcneill-usbmp-base6,
jmcneill-usbmp-base5,
jmcneill-usbmp-base4,
jmcneill-usbmp-base3,
jmcneill-usbmp-base2,
jmcneill-usbmp-base10
Branch point for: tls-maxphys
Changes since 1.4: +5 -5
lines
Diff to previous 1.4 (colored)
Revert previous due to active usbmp branch(es).
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 22 20:07:00 2011 UTC (16 months, 4 weeks ago) by jakllsch
Branch: MAIN
Changes since 1.3: +5 -5
lines
Diff to previous 1.3 (colored)
Adjust-away inconsistent and trailing whitespace.
Revision 1.3 / (download) - annotate - [select for diffs], Thu Nov 4 01:58:07 2010 UTC (2 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-pagecache-base3,
yamt-pagecache-base2,
yamt-pagecache-base,
uebayasi-xip-base4,
rmind-uvmplock-nbase,
rmind-uvmplock-base,
mrg-ohci-jmcneill-usbmp-base,
mrg-ohci-jmcneill-usbmp,
matt-mips64-premerge-20101231,
jruoho-x86intr-base,
jruoho-x86intr,
jmcneill-usbmp-pre-base2,
jmcneill-usbmp-base,
jmcneill-audiomp3-base,
jmcneill-audiomp3,
cherry-xenmp-base,
cherry-xenmp,
bouyer-quota2-nbase,
bouyer-quota2-base,
bouyer-quota2
Branch point for: yamt-pagecache,
jmcneill-usbmp
Changes since 1.2: +1 -3
lines
Diff to previous 1.2 (colored)
Remove temporary #inclusion of <dev/usb/usb_port.h>.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 3 23:46:35 2010 UTC (2 years, 6 months ago) by dyoung
Branch: MAIN
Changes since 1.1: +19 -9
lines
Diff to previous 1.1 (colored)
Stop using the compatibility macros USB_ATTACH(), USB_DETACH(), USB_MATCH(), et cetera. These files produce the same assembly (according to objdump -d) before and after the change, except for minor differences in moscom.c, uark.c, and xboxcontroller.c which I traced to line-number shifts and KASSERT() invocation in the child-detachment routines---e.g., moscom_childdet().
Revision 1.1 / (download) - annotate - [select for diffs], Sat May 29 17:39:41 2010 UTC (2 years, 11 months ago) by martin
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11,
yamt-nfs-mp-base10,
uebayasi-xip-base3,
uebayasi-xip-base2
Branch point for: yamt-nfs-mp,
uebayasi-xip,
rmind-uvmplock
Add a driver for ArkMicroChips 3116 serial devices, used in some Nokia phone cables and in cheap stand alone usb<->serial devices. From OpenBSD. The hardware is crap, avoid it if possible. There is no documentation and even the vendor supllied win32 driver gets it wrong. This driver mostly works, but you can't send a break.