The NetBSD Project

CVS log for src/sys/dev/usb/usb_subr.c

[BACK] Up to [cvs.netbsd.org] / src / sys / dev / usb

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.181 / (download) - annotate - [select for diffs], Tue May 22 19:11:21 2012 UTC (3 days, 11 hours ago) by martin
Branch: MAIN
CVS Tags: HEAD
Changes since 1.180: +3 -2 lines
Diff to previous 1.180 (colored)

Include opt_usb.h for USB_DEBUG.

Revision 1.180.6.4 / (download) - annotate - [select for diffs], Sun Feb 26 06:59:38 2012 UTC (2 months, 4 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.180.6.3: +18 -5 lines
Diff to previous 1.180.6.3 (colored) to branchpoint 1.180 (colored) next main 1.181 (colored)

use kpause() in usb{d,}_delay_ms(), and add a version that takes a mutex

Revision 1.180.6.3 / (download) - annotate - [select for diffs], Fri Dec 9 01:53:00 2011 UTC (5 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
CVS Tags: jmcneill-usbmp-pre-base2
Changes since 1.180.6.2: +7 -2 lines
Diff to previous 1.180.6.2 (colored) to branchpoint 1.180 (colored)

- make pipe->close method take the thread lock

- convert usb_taskq to use mutex/cv

- convert needs_explore usage into a cv on the thread lock

- remove KERNEL_*LOCK from uaudio and umidi, since we're supposedly
  MPSAFE here now

- use IPL_SCHED instead of IPL_USB (aka biglocked) interrupts

- drop the audio thread lock when calling into usb when it may sleep,
  avoiding a deadlock between audiowrite and audioioctl.  this fixes
  mixerctl -a vs. playing hanging the system
  XXX probably need to check this in a bunch more places.

Revision 1.180.6.1.2.4 / (download) - annotate - [select for diffs], Thu Dec 8 22:04:56 2011 UTC (5 months, 2 weeks ago) by mrg
Branch: mrg-ohci-jmcneill-usbmp
Changes since 1.180.6.1.2.3: +2 -9 lines
Diff to previous 1.180.6.1.2.3 (colored) to branchpoint 1.180.6.1 (colored) next main 1.180.6.2 (colored)

sync usb_subr.c and usbdivar.h with the branch entirely, and most of
usbdi.c as well.

Revision 1.180.6.1.2.3 / (download) - annotate - [select for diffs], Thu Dec 8 10:41:28 2011 UTC (5 months, 2 weeks ago) by mrg
Branch: mrg-ohci-jmcneill-usbmp
Changes since 1.180.6.1.2.2: +4 -2 lines
Diff to previous 1.180.6.1.2.2 (colored) to branchpoint 1.180.6.1 (colored)

merge a few more changes from the main branch.

Revision 1.180.6.1.2.2 / (download) - annotate - [select for diffs], Thu Dec 8 10:22:40 2011 UTC (5 months, 2 weeks ago) by mrg
Branch: mrg-ohci-jmcneill-usbmp
Changes since 1.180.6.1.2.1: +2 -6 lines
Diff to previous 1.180.6.1.2.1 (colored) to branchpoint 1.180.6.1 (colored)

merge a few more things from the main branch.  uaudio@ohci still works.

Revision 1.180.6.1.2.1 / (download) - annotate - [select for diffs], Thu Dec 8 09:36:49 2011 UTC (5 months, 2 weeks ago) by mrg
Branch: mrg-ohci-jmcneill-usbmp
Changes since 1.180.6.1: +6 -2 lines
Diff to previous 1.180.6.1 (colored)

at little closer to the main branch.

Revision 1.180.6.2 / (download) - annotate - [select for diffs], Thu Dec 8 02:51:08 2011 UTC (5 months, 2 weeks ago) by mrg
Branch: jmcneill-usbmp
Changes since 1.180.6.1: +2 -7 lines
Diff to previous 1.180.6.1 (colored) to branchpoint 1.180 (colored)

- convert usbd_bus_methods{} and usbd_pipe_methods{} to use
  c99 struct initialisers

- move the locks from the pipe to the bus, since we'll need
  access to them from bus-level ops

- remove dead-for-years SPLUSBCHECK and replaced it with
  asserts that the thread lock is held

- begin to document the locking scheme

- convert usbd_*lock_pipe() into real function-like macros

Revision 1.180.6.1 / (download) - annotate - [select for diffs], Sun Dec 4 13:23:17 2011 UTC (5 months, 3 weeks ago) by jmcneill
Branch: jmcneill-usbmp
CVS Tags: mrg-ohci-jmcneill-usbmp-base
Branch point for: mrg-ohci-jmcneill-usbmp
Changes since 1.180: +7 -2 lines
Diff to previous 1.180 (colored)

Make ehci mpsafe.

Revision 1.179.2.1 / (download) - annotate - [select for diffs], Thu Jun 23 14:20:10 2011 UTC (11 months ago) by cherry
Branch: cherry-xenmp
Changes since 1.179: +3 -3 lines
Diff to previous 1.179 (colored) next main 1.180 (colored)

Catchup with rmind-uvmplock merge.

Revision 1.167.4.6 / (download) - annotate - [select for diffs], Sun Jun 12 00:24:27 2011 UTC (11 months, 2 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.167.4.5: +1 -1 lines
Diff to previous 1.167.4.5 (colored) to branchpoint 1.167 (colored) next main 1.168 (colored)

sync with head

Revision 1.180 / (download) - annotate - [select for diffs], Thu Jun 9 19:08:33 2011 UTC (11 months, 2 weeks ago) by matt
Branch: MAIN
CVS Tags: yamt-pagecache-base5, yamt-pagecache-base4, yamt-pagecache-base3, yamt-pagecache-base2, yamt-pagecache-base, yamt-pagecache, rmind-uvmplock-nbase, rmind-uvmplock-base, netbsd-6-base, netbsd-6, 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-base, jmcneill-audiomp3-base, jmcneill-audiomp3
Branch point for: jmcneill-usbmp
Changes since 1.179: +3 -3 lines
Diff to previous 1.179 (colored)

Move EHCI_DEBUG, OHCI_DEBUG, UHCI_DEBUG, USB_DEBUG, UHUB_DEBUG to opt_usb.h
(ya dependencies).
Cleanup usb_mem.c a little more and add block tracking code.  Help find
corruption problems.
Comment out the SPEED check for ETTF.  XXX why doesn't that work right?

Revision 1.177.2.1 / (download) - annotate - [select for diffs], Mon Jun 6 09:08:44 2011 UTC (11 months, 2 weeks ago) by jruoho
Branch: jruoho-x86intr
Changes since 1.177: +10 -2 lines
Diff to previous 1.177 (colored) next main 1.178 (colored)

Sync with HEAD.

Revision 1.167.4.5 / (download) - annotate - [select for diffs], Tue May 31 03:04:56 2011 UTC (11 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.167.4.4: +4 -0 lines
Diff to previous 1.167.4.4 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.179 / (download) - annotate - [select for diffs], Fri May 27 17:19:18 2011 UTC (11 months, 4 weeks ago) by drochner
Branch: MAIN
CVS Tags: cherry-xenmp-base
Branch point for: cherry-xenmp
Changes since 1.178: +6 -2 lines
Diff to previous 1.178 (colored)

remember the data toggle bit per (bulk) endpoint rather than per
pipe, as required by the spec
This helps in cases where pipes are opened/closed without reconfiguring
the device in between, eg with the ugen driver.
only for UHCI/EHCI, don't have an OHCI to test

Revision 1.167.4.4 / (download) - annotate - [select for diffs], Thu Apr 21 01:42:03 2011 UTC (13 months ago) by rmind
Branch: rmind-uvmplock
Changes since 1.167.4.3: +4 -0 lines
Diff to previous 1.167.4.3 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.178 / (download) - annotate - [select for diffs], Sun Mar 20 17:38:11 2011 UTC (14 months ago) by tsutsui
Branch: MAIN
Changes since 1.177: +6 -2 lines
Diff to previous 1.177 (colored)

Move MALLOC_DEFINE()s from usb_mem.c to usb_subr.c.
usb_mem.c provides functions for DMA memory allocation
that is required by DMA capable host controllers only,
but MALLOC_DEFINE() isn't DMA specific and could be required
by any USB drivers.

Discussed on current-users.

Revision 1.167.4.3 / (download) - annotate - [select for diffs], Sat Mar 5 20:54:16 2011 UTC (14 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.167.4.2: +82 -50 lines
Diff to previous 1.167.4.2 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.167.2.4 / (download) - annotate - [select for diffs], Sat Nov 6 08:08:40 2010 UTC (18 months, 2 weeks ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.167.2.3: +4 -4 lines
Diff to previous 1.167.2.3 (colored) to branchpoint 1.167 (colored) next main 1.168 (colored)

Sync with HEAD.

Revision 1.177 / (download) - annotate - [select for diffs], Wed Nov 3 22:34:24 2010 UTC (18 months, 3 weeks ago) by dyoung
Branch: MAIN
CVS Tags: uebayasi-xip-base4, matt-mips64-premerge-20101231, jruoho-x86intr-base, bouyer-quota2-nbase, bouyer-quota2-base, bouyer-quota2
Branch point for: jruoho-x86intr
Changes since 1.176: +4 -4 lines
Diff to previous 1.176 (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

Revision 1.167.2.3 / (download) - annotate - [select for diffs], Fri Oct 22 07:22:19 2010 UTC (19 months ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.167.2.2: +1 -4 lines
Diff to previous 1.167.2.2 (colored) to branchpoint 1.167 (colored)

Sync with HEAD (-D20101022).

Revision 1.152.4.7 / (download) - annotate - [select for diffs], Sat Oct 9 03:32:27 2010 UTC (19 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152.4.6: +3 -6 lines
Diff to previous 1.152.4.6 (colored) to branchpoint 1.152 (colored) next main 1.153 (colored)

sync with head

Revision 1.176 / (download) - annotate - [select for diffs], Sat Aug 21 13:18:36 2010 UTC (21 months ago) by pgoyette
Branch: MAIN
CVS Tags: yamt-nfs-mp-base11, uebayasi-xip-base3
Changes since 1.175: +3 -6 lines
Diff to previous 1.175 (colored)

Update the various xxx_verbose modules to conform to the module subsystem's
new locking protocol.

Revision 1.167.2.2 / (download) - annotate - [select for diffs], Tue Aug 17 06:46:46 2010 UTC (21 months, 1 week ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.167.2.1: +108 -65 lines
Diff to previous 1.167.2.1 (colored) to branchpoint 1.167 (colored)

Sync with HEAD.

Revision 1.152.4.6 / (download) - annotate - [select for diffs], Wed Aug 11 22:54:16 2010 UTC (21 months, 2 weeks ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152.4.5: +118 -75 lines
Diff to previous 1.152.4.5 (colored) to branchpoint 1.152 (colored)

sync with head.

Revision 1.175 / (download) - annotate - [select for diffs], Sat Aug 7 21:09:48 2010 UTC (21 months, 2 weeks ago) by christos
Branch: MAIN
CVS Tags: yamt-nfs-mp-base10, uebayasi-xip-base2
Changes since 1.174: +33 -29 lines
Diff to previous 1.174 (colored)

Pass the lengths of the buffers and use bound string functions where easy
to do so.

Revision 1.174 / (download) - annotate - [select for diffs], Tue Jul 27 16:15:30 2010 UTC (21 months, 4 weeks ago) by drochner
Branch: MAIN
Changes since 1.173: +6 -2 lines
Diff to previous 1.173 (colored)

do a port reset between initial device descriptor fetch and
address assignment - not required by the spec but Windows does so,
fixes a problem with a Sun Keyboard reported by Jonathan Perkin,
verified by Jonathan Kollasch

Revision 1.173 / (download) - annotate - [select for diffs], Sun Jul 25 13:19:27 2010 UTC (22 months ago) by pgoyette
Branch: MAIN
Changes since 1.172: +7 -9 lines
Diff to previous 1.172 (colored)

Move setting of the usb_verbose_loaded flag into the module's init routine.
This ensures that the flag is set even if the module was manually loaded
by the user rather than just auto-loaded.

Revision 1.172 / (download) - annotate - [select for diffs], Tue Jul 20 20:56:06 2010 UTC (22 months ago) by drochner
Branch: MAIN
Changes since 1.171: +43 -14 lines
Diff to previous 1.171 (colored)

another iteration in the eternal device enumeration struggle:
use a request of 64 bytes for the initial device descriptor fetch.
This is what windows does, and I've seen USB device firmware which
really depends on this. (sends 8 bytes if 64 are requested and
the full descriptor which is more than NetBSD's USB_MAX_IPACKET
otherwise) This is the world...

Revision 1.167.4.2 / (download) - annotate - [select for diffs], Sat Jul 3 01:19:42 2010 UTC (22 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.167.4.1: +33 -23 lines
Diff to previous 1.167.4.1 (colored) to branchpoint 1.167 (colored)

sync with head

Revision 1.171 / (download) - annotate - [select for diffs], Sun Jun 6 18:58:26 2010 UTC (23 months, 2 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.170: +33 -23 lines
Diff to previous 1.170 (colored)

Update usbverbose module to use module_autoload() rather than module_load().
Load the module right before each attempt to use its features, and let the
module subsystem handle unloading.

Revision 1.167.4.1 / (download) - annotate - [select for diffs], Sun May 30 05:17:45 2010 UTC (23 months, 3 weeks ago) by rmind
Branch: rmind-uvmplock
Changes since 1.167: +45 -47 lines
Diff to previous 1.167 (colored)

sync with head

Revision 1.170 / (download) - annotate - [select for diffs], Sat May 29 06:44:22 2010 UTC (23 months, 4 weeks ago) by cegger
Branch: MAIN
Changes since 1.169: +3 -3 lines
Diff to previous 1.169 (colored)

unload usbverbose, not pciverbose

Revision 1.169 / (download) - annotate - [select for diffs], Sat May 29 01:14:29 2010 UTC (23 months, 4 weeks ago) by pgoyette
Branch: MAIN
Changes since 1.168: +37 -39 lines
Diff to previous 1.168 (colored)

Extract USBVERBOSE into a kernel module.  The module can be builtin
by defining 'options USBVERBOSE' in the kernel config file (no change
from current behavior), or it can be loaded at boot time on those
architectures that support the boot loader's "load" command.

The module is built for all architectures, whether or not USB support
exists.

Revision 1.167.2.1 / (download) - annotate - [select for diffs], Fri Apr 30 14:43:53 2010 UTC (2 years ago) by uebayasi
Branch: uebayasi-xip
Changes since 1.167: +10 -10 lines
Diff to previous 1.167 (colored)

Sync with HEAD.

Revision 1.168 / (download) - annotate - [select for diffs], Sun Apr 25 09:14:38 2010 UTC (2 years, 1 month ago) by matthias
Branch: MAIN
CVS Tags: uebayasi-xip-base1
Changes since 1.167: +10 -10 lines
Diff to previous 1.167 (colored)

Fix for PR#42572. I was running with this patch for several month without
any problems.

Revision 1.152.4.5 / (download) - annotate - [select for diffs], Thu Mar 11 15:04:07 2010 UTC (2 years, 2 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152.4.4: +24 -20 lines
Diff to previous 1.152.4.4 (colored) to branchpoint 1.152 (colored)

sync with head

Revision 1.167 / (download) - annotate - [select for diffs], Thu Nov 12 20:11:35 2009 UTC (2 years, 6 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base9, uebayasi-xip-base, matt-premerge-20091211
Branch point for: uebayasi-xip, rmind-uvmplock
Changes since 1.166: +17 -12 lines
Diff to previous 1.166 (colored)

Re-order operations in usb_detach() so that if a usb(4) instance's
children will not detach, the instance is not left in an inconsistent
state.

If uhub(4) port is disconnected, forcefully detach the children on
that port.

Simplify detachment hooks.  (sc_dying must die!)

Pass along and respect detachment flags, esp. DETACH_FORCE,
throughout.

Revision 1.166 / (download) - annotate - [select for diffs], Thu Nov 12 08:41:49 2009 UTC (2 years, 6 months ago) by uebayasi
Branch: MAIN
Changes since 1.165: +6 -8 lines
Diff to previous 1.165 (colored)

Style.

Revision 1.165 / (download) - annotate - [select for diffs], Wed Nov 11 15:49:05 2009 UTC (2 years, 6 months ago) by pooka
Branch: MAIN
Changes since 1.164: +5 -4 lines
Diff to previous 1.164 (colored)

be a little more verbose in DIAGNOSTIC printf

Revision 1.152.4.4 / (download) - annotate - [select for diffs], Wed Sep 16 13:37:58 2009 UTC (2 years, 8 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152.4.3: +29 -29 lines
Diff to previous 1.152.4.3 (colored) to branchpoint 1.152 (colored)

sync with head

Revision 1.164 / (download) - annotate - [select for diffs], Thu Sep 3 20:54:03 2009 UTC (2 years, 8 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-nfs-mp-base8, jym-xensuspend-nbase
Changes since 1.163: +29 -29 lines
Diff to previous 1.163 (colored)

Expand some of the portability macros from sys/dev/usb/usb_port.h.
There is no change in the generated assembly.

Revision 1.152.4.3 / (download) - annotate - [select for diffs], Wed Aug 19 18:47:21 2009 UTC (2 years, 9 months ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152.4.2: +11 -4 lines
Diff to previous 1.152.4.2 (colored) to branchpoint 1.152 (colored)

sync with head.

Revision 1.163 / (download) - annotate - [select for diffs], Sun Aug 16 13:06:32 2009 UTC (2 years, 9 months ago) by martin
Branch: MAIN
CVS Tags: yamt-nfs-mp-base7
Changes since 1.162: +11 -4 lines
Diff to previous 1.162 (colored)

If we are attaching a high speed device, request a full size descriptor
block - we know the device will be able to handle it already.
This fixes a strange failure mode when attaching a (apparently non standard
conformant) USB ATA device I have, and *should* not cause any harm.
Apparently the device in question answered with the full descriptor despite
our short request - a failure mode not handled gracefully, leading to a
port reset. From Jeremy Morse.

Revision 1.152.4.2 / (download) - annotate - [select for diffs], Mon May 4 08:13:22 2009 UTC (3 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152.4.1: +256 -270 lines
Diff to previous 1.152.4.1 (colored) to branchpoint 1.152 (colored)

sync with head.

Revision 1.159.2.1 / (download) - annotate - [select for diffs], Sun Oct 19 22:17:10 2008 UTC (3 years, 7 months ago) by haad
Branch: haad-dm
Changes since 1.159: +145 -73 lines
Diff to previous 1.159 (colored) next main 1.160 (colored)

Sync with HEAD.

Revision 1.150.6.4 / (download) - annotate - [select for diffs], Sun Sep 28 10:40:34 2008 UTC (3 years, 7 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.150.6.3: +143 -71 lines
Diff to previous 1.150.6.3 (colored) to branchpoint 1.150 (colored) next main 1.151 (colored)

Sync with HEAD.

Revision 1.153.2.2 / (download) - annotate - [select for diffs], Thu Sep 18 04:35:12 2008 UTC (3 years, 8 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.153.2.1: +170 -98 lines
Diff to previous 1.153.2.1 (colored) to branchpoint 1.153 (colored) next main 1.154 (colored)

Sync with wrstuden-revivesa-base-2.

Revision 1.162 / (download) - annotate - [select for diffs], Mon Aug 18 18:03:21 2008 UTC (3 years, 9 months ago) by kent
Branch: MAIN
CVS Tags: yamt-nfs-mp-base6, yamt-nfs-mp-base5, yamt-nfs-mp-base4, yamt-nfs-mp-base3, wrstuden-revivesa-base-4, wrstuden-revivesa-base-3, wrstuden-revivesa-base-2, nick-hppapmap-base4, nick-hppapmap-base3, nick-hppapmap-base2, nick-hppapmap-base, nick-hppapmap, netbsd-5-base, netbsd-5-1-RELEASE, netbsd-5-1-RC4, netbsd-5-1-RC3, netbsd-5-1-RC2, netbsd-5-1-RC1, netbsd-5-1-2-RELEASE, netbsd-5-1-1-RELEASE, netbsd-5-1, netbsd-5-0-RELEASE, netbsd-5-0-RC4, netbsd-5-0-RC3, netbsd-5-0-RC2, netbsd-5-0-RC1, netbsd-5-0-2-RELEASE, netbsd-5-0-1-RELEASE, netbsd-5-0, netbsd-5, mjf-devfs2-base, matt-nb5-pq3-base, matt-nb5-pq3, matt-nb5-mips64-u2-k2-k4-k7-k8-k9, matt-nb5-mips64-u1-k1-k5, matt-nb5-mips64-premerge-20101231, matt-nb5-mips64-premerge-20091211, matt-nb5-mips64-k15, matt-nb5-mips64, matt-nb4-mips64-k7-u2a-k9b, matt-mips64-base2, jymxensuspend-base, jym-xensuspend-base, jym-xensuspend, haad-nbase2, haad-dm-base2, haad-dm-base1, haad-dm-base, ad-audiomp2-base, ad-audiomp2
Changes since 1.161: +63 -8 lines
Diff to previous 1.161 (colored)

Implement uhub_rescan().  After this change, "modload uaudio.kmod"
configures an audio device correctly for a device which is already
plugged.

* usb_subr.c
 Add locators parameter to usbd_attachinterfaces()
 Add usbd_reatach_device()

* usbdivar.h
 Export usbd_reatach_device()

Revision 1.161 / (download) - annotate - [select for diffs], Tue Aug 12 16:30:42 2008 UTC (3 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.160: +3 -3 lines
Diff to previous 1.160 (colored)

fix an inconsistency in a check for invalid configuration index vs. value;
noticed by Frank Wille in PR kern/39211, but unrelated to the problem
described (The check can practically never be hit.)

Revision 1.158.2.2 / (download) - annotate - [select for diffs], Thu Jul 31 04:51:02 2008 UTC (3 years, 9 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.158.2.1: +87 -70 lines
Diff to previous 1.158.2.1 (colored) to branchpoint 1.158 (colored) next main 1.159 (colored)

Sync with head.

Revision 1.160 / (download) - annotate - [select for diffs], Mon Jul 28 15:22:01 2008 UTC (3 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: simonb-wapbl-nbase, simonb-wapbl-base
Changes since 1.159: +87 -70 lines
Diff to previous 1.159 (colored)

-in usbd_probe_and_attach(), split out the code for per-device and
 per-interface attachment into individual functions, to ease
 maintainance and allow easier plugin of new attachment functions
-keep a counter of USB interfaces in use on a device, and try to
 keep track of interfaces claimed by drivers behind the framework's
 back

Revision 1.150.6.3 / (download) - annotate - [select for diffs], Sun Jun 29 09:33:11 2008 UTC (3 years, 10 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.150.6.2: +48 -28 lines
Diff to previous 1.150.6.2 (colored) to branchpoint 1.150 (colored)

Sync with HEAD.

Revision 1.158.2.1 / (download) - annotate - [select for diffs], Fri Jun 27 15:11:28 2008 UTC (3 years, 10 months ago) by simonb
Branch: simonb-wapbl
Changes since 1.158: +27 -27 lines
Diff to previous 1.158 (colored)

Sync with head.

Revision 1.153.2.1 / (download) - annotate - [select for diffs], Mon Jun 23 04:31:37 2008 UTC (3 years, 11 months ago) by wrstuden
Branch: wrstuden-revivesa
Changes since 1.153: +106 -192 lines
Diff to previous 1.153 (colored)

Sync w/ -current. 34 merge conflicts to follow.

Revision 1.159 / (download) - annotate - [select for diffs], Sun Jun 22 21:31:51 2008 UTC (3 years, 11 months ago) by jmcneill
Branch: MAIN
Branch point for: haad-dm
Changes since 1.158: +27 -27 lines
Diff to previous 1.158 (colored)

PR 39023: usbd_new_device: do not set address early, from FreeBSD.

Revision 1.152.2.3 / (download) - annotate - [select for diffs], Tue Jun 17 09:15:02 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.152.2.2: +25 -5 lines
Diff to previous 1.152.2.2 (colored) to branchpoint 1.152 (colored) next main 1.153 (colored)

sync with head.

Revision 1.158 / (download) - annotate - [select for diffs], Fri Jun 6 17:52:02 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-pf42-base4, wrstuden-revivesa-base-1, wrstuden-revivesa-base
Branch point for: simonb-wapbl
Changes since 1.157: +25 -5 lines
Diff to previous 1.157 (colored)

oops, forgot to pass locators when I simplified the autoconf code

Revision 1.152.2.2 / (download) - annotate - [select for diffs], Wed Jun 4 02:05:21 2008 UTC (3 years, 11 months ago) by yamt
Branch: yamt-pf42
Changes since 1.152.2.1: +87 -193 lines
Diff to previous 1.152.2.1 (colored) to branchpoint 1.152 (colored)

sync with head

Revision 1.150.6.2 / (download) - annotate - [select for diffs], Mon Jun 2 13:23:56 2008 UTC (3 years, 11 months ago) by mjf
Branch: mjf-devfs2
Changes since 1.150.6.1: +86 -199 lines
Diff to previous 1.150.6.1 (colored) to branchpoint 1.150 (colored)

Sync with HEAD.

Revision 1.157 / (download) - annotate - [select for diffs], Tue May 27 20:46:16 2008 UTC (3 years, 11 months ago) by drochner
Branch: MAIN
CVS Tags: yamt-pf42-base3
Changes since 1.156: +8 -8 lines
Diff to previous 1.156 (colored)

kill USB_DO_ATTACH

Revision 1.156 / (download) - annotate - [select for diffs], Mon May 26 18:00:33 2008 UTC (4 years ago) by drochner
Branch: MAIN
Changes since 1.155: +5 -77 lines
Diff to previous 1.155 (colored)

some cleanup:
-unifdef
-since the roothub attach doesn't use locators, don't call
 config_stdsubmatch() -- it is a no-op in that case
-ifsubmatch has configuration and interface always set to useful values,
 remove unnecessary checks
-remove now unused locator definitions from shared header

Revision 1.155 / (download) - annotate - [select for diffs], Sun May 25 21:41:35 2008 UTC (4 years ago) by drochner
Branch: MAIN
Changes since 1.154: +85 -119 lines
Diff to previous 1.154 (colored)

-make the list of USB child devices a (possibly sparse) array rather
 than a zero-terminated list; this makes the code simpler and also
 hopefully fixes the recent "childdet" botch, see PR kern/38528
-handle the root hub specially a bit earlier, this allows to kick out
 the "submatch" functions completely which needed to second-guess
 from the port number (where "0" meant root hub")
 (we could handle the root hub specially even earlier, but as done
 now big parts of the hub emulation code are exercised regularely,
 this would bitrot otherwise)

Revision 1.154 / (download) - annotate - [select for diffs], Sat May 24 16:40:58 2008 UTC (4 years ago) by cube
Branch: MAIN
Changes since 1.153: +4 -4 lines
Diff to previous 1.153 (colored)

Split device_t and softc for all USB device drivers, and related cosmetic
changes.

Matthias Drochner kindly reviewed this patch, and tested ums, ubt, uaudio
and ral.  I tested umass myself.

Revision 1.152.2.1 / (download) - annotate - [select for diffs], Sun May 18 12:34:52 2008 UTC (4 years ago) by yamt
Branch: yamt-pf42
Changes since 1.152: +2 -9 lines
Diff to previous 1.152 (colored)

sync with head.

Revision 1.152.4.1 / (download) - annotate - [select for diffs], Fri May 16 02:25:11 2008 UTC (4 years ago) by yamt
Branch: yamt-nfs-mp
Changes since 1.152: +2 -9 lines
Diff to previous 1.152 (colored)

sync with head.

Revision 1.153 / (download) - annotate - [select for diffs], Mon Apr 28 20:24:00 2008 UTC (4 years ago) by martin
Branch: MAIN
CVS Tags: yamt-pf42-base2, yamt-nfs-mp-base2, hpcarm-cleanup-nbase
Branch point for: wrstuden-revivesa
Changes since 1.152: +2 -9 lines
Diff to previous 1.152 (colored)

Remove clause 3 and 4 from TNF licenses

Revision 1.152 / (download) - annotate - [select for diffs], Sat Apr 5 16:35:35 2008 UTC (4 years, 1 month ago) by cegger
Branch: MAIN
CVS Tags: yamt-pf42-baseX, yamt-pf42-base, yamt-nfs-mp-base
Branch point for: yamt-pf42, yamt-nfs-mp
Changes since 1.151: +3 -3 lines
Diff to previous 1.151 (colored)

use aprint_*_dev and device_xname

Revision 1.150.6.1 / (download) - annotate - [select for diffs], Thu Apr 3 12:42:57 2008 UTC (4 years, 1 month ago) by mjf
Branch: mjf-devfs2
Changes since 1.150: +6 -6 lines
Diff to previous 1.150 (colored)

Sync with HEAD.

Revision 1.151 / (download) - annotate - [select for diffs], Fri Mar 28 17:14:46 2008 UTC (4 years, 1 month ago) by drochner
Branch: MAIN
Changes since 1.150: +6 -6 lines
Diff to previous 1.150 (colored)

split device/softc for USB host controllers and the usb (control)
device,
this is hairy stuff, and I've only tested with uhci/ehci at pci,
please test the rest and report problems

Revision 1.148.8.2 / (download) - annotate - [select for diffs], Sun Mar 23 02:04:54 2008 UTC (4 years, 2 months ago) by matt
Branch: matt-armv6
Changes since 1.148.8.1: +2 -3 lines
Diff to previous 1.148.8.1 (colored) to branchpoint 1.148 (colored) next main 1.149 (colored)

sync with HEAD

Revision 1.128.2.6 / (download) - annotate - [select for diffs], Wed Feb 27 08:36:47 2008 UTC (4 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.128.2.5: +2 -3 lines
Diff to previous 1.128.2.5 (colored) next main 1.129 (colored)

sync with head.

Revision 1.149.2.1 / (download) - annotate - [select for diffs], Mon Feb 18 21:06:26 2008 UTC (4 years, 3 months ago) by mjf
Branch: mjf-devfs
Changes since 1.149: +2 -3 lines
Diff to previous 1.149 (colored) next main 1.150 (colored)

Sync with HEAD.

Revision 1.150 / (download) - annotate - [select for diffs], Mon Feb 18 05:24:24 2008 UTC (4 years, 3 months ago) by dyoung
Branch: MAIN
CVS Tags: yamt-lazymbuf-base15, yamt-lazymbuf-base14, nick-net80211-sync-base, nick-net80211-sync, mjf-devfs-base, matt-armv6-nbase, keiichi-mipv6-nbase, keiichi-mipv6-base, keiichi-mipv6, hpcarm-cleanup-base, ad-socklock-base1
Branch point for: mjf-devfs2
Changes since 1.149: +2 -3 lines
Diff to previous 1.149 (colored)

Use device_t and its accessor functions.

Register _childdetached methods with drivers that attach children.
Wait to set child references to NULL there, instead of doing that
in the detach method.

Replace many uses of USB_DECLARE_DRIVER() with CFATTACH_DECL2().

Revision 1.148.8.1 / (download) - annotate - [select for diffs], Tue Nov 6 23:30:42 2007 UTC (4 years, 6 months ago) by matt
Branch: matt-armv6
CVS Tags: matt-armv6-prevmlocking
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored)

sync with HEAD

Revision 1.128.2.5 / (download) - annotate - [select for diffs], Sat Oct 27 11:34:41 2007 UTC (4 years, 6 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.128.2.4: +3 -3 lines
Diff to previous 1.128.2.4 (colored)

sync with head.

Revision 1.148.6.1 / (download) - annotate - [select for diffs], Fri Oct 26 15:47:57 2007 UTC (4 years, 7 months ago) by joerg
Branch: jmcneill-pm
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored) next main 1.149 (colored)

Sync with HEAD.

Follow the merge of pmap.c on i386 and amd64 and move
pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup
code to restore CR4 before jumping back into kernel space as the large
page option might cover that.

Revision 1.148.12.1 / (download) - annotate - [select for diffs], Thu Oct 25 22:39:52 2007 UTC (4 years, 7 months ago) by bouyer
Branch: bouyer-xenamd64
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored) next main 1.149 (colored)

Sync with HEAD.

Revision 1.143.4.5 / (download) - annotate - [select for diffs], Tue Oct 23 20:09:55 2007 UTC (4 years, 7 months ago) by ad
Branch: vmlocking
Changes since 1.143.4.4: +3 -3 lines
Diff to previous 1.143.4.4 (colored) to branchpoint 1.143 (colored) next main 1.144 (colored)

Sync with head.

Revision 1.149 / (download) - annotate - [select for diffs], Fri Oct 19 12:01:22 2007 UTC (4 years, 7 months ago) by ad
Branch: MAIN
CVS Tags: yamt-kmem-base3, yamt-kmem-base2, yamt-kmem-base, yamt-kmem, vmlocking2-base3, vmlocking2-base2, vmlocking2-base1, vmlocking2, vmlocking-nbase, reinoud-bufcleanup-nbase, reinoud-bufcleanup-base, matt-armv6-base, jmcneill-pm-base, jmcneill-base, cube-autoconf-base, cube-autoconf, bouyer-xeni386-nbase, bouyer-xeni386-merge1, bouyer-xeni386-base, bouyer-xeni386, bouyer-xenamd64-base2, bouyer-xenamd64-base
Branch point for: mjf-devfs
Changes since 1.148: +3 -3 lines
Diff to previous 1.148 (colored)

machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h

Revision 1.128.2.4 / (download) - annotate - [select for diffs], Mon Sep 3 14:39:22 2007 UTC (4 years, 8 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.128.2.3: +102 -20 lines
Diff to previous 1.128.2.3 (colored)

sync with head.

Revision 1.138.2.1.2.1 / (download) - annotate - [select for diffs], Mon Sep 3 07:04:44 2007 UTC (4 years, 8 months ago) by wrstuden
Branch: wrstuden-fixsa
Changes since 1.138.2.1: +14 -3 lines
Diff to previous 1.138.2.1 (colored) next main 1.138.2.2 (colored)

Sync w/ NetBSD-4-RC_1

Revision 1.138.2.3 / (download) - annotate - [select for diffs], Tue Jul 24 10:24:04 2007 UTC (4 years, 10 months ago) by liamjfoy
Branch: netbsd-4
CVS Tags: wrstuden-fixsa-newbase, wrstuden-fixsa-base-1, wrstuden-fixsa-base, netbsd-4-0-RELEASE, netbsd-4-0-RC5, netbsd-4-0-RC4, netbsd-4-0-RC3, netbsd-4-0-RC2, netbsd-4-0-RC1, netbsd-4-0-1-RELEASE, netbsd-4-0, matt-nb4-arm-base, matt-nb4-arm
Changes since 1.138.2.2: +1 -1 lines
Diff to previous 1.138.2.2 (colored) to branchpoint 1.138 (colored) next main 1.139 (colored)

Pull up following revision(s) (requested by mlelstv in ticket #780):
	sys/dev/usb/usb_subr.c: revision 1.148
Fix typo that prevents port reset after several retries.

Revision 1.143.4.4 / (download) - annotate - [select for diffs], Sun Jul 15 13:21:49 2007 UTC (4 years, 10 months ago) by ad
Branch: vmlocking
Changes since 1.143.4.3: +3 -3 lines
Diff to previous 1.143.4.3 (colored) to branchpoint 1.143 (colored)

Sync with head.

Revision 1.143.6.1 / (download) - annotate - [select for diffs], Wed Jul 11 20:08:46 2007 UTC (4 years, 10 months ago) by mjf
Branch: mjf-ufs-trans
Changes since 1.143: +110 -19 lines
Diff to previous 1.143 (colored) next main 1.144 (colored)

Sync with head.

Revision 1.148 / (download) - annotate - [select for diffs], Sat Jun 30 09:17:45 2007 UTC (4 years, 10 months ago) by mlelstv
Branch: MAIN
CVS Tags: yamt-x86pmap-base4, yamt-x86pmap-base3, yamt-x86pmap-base2, yamt-x86pmap-base, yamt-x86pmap, vmlocking-base, nick-csl-alignment-base5, nick-csl-alignment-base, nick-csl-alignment, mjf-ufs-trans-base, matt-mips64-base, matt-mips64, hpcarm-cleanup
Branch point for: matt-armv6, jmcneill-pm, bouyer-xenamd64
Changes since 1.147: +3 -3 lines
Diff to previous 1.147 (colored)

Fix typo that prevents port reset after several retries.

Revision 1.138.2.2 / (download) - annotate - [select for diffs], Mon Jun 25 10:01:01 2007 UTC (4 years, 11 months ago) by liamjfoy
Branch: netbsd-4
Changes since 1.138.2.1: +12 -1 lines
Diff to previous 1.138.2.1 (colored) to branchpoint 1.138 (colored)

Pull up following revision(s) (requested by mlelstv in ticket #745):
	sys/dev/usb/usb_subr.c: revision 1.147
Retry set_address function for very slow (out of spec) devices, just
like FreeBSD.

Revision 1.143.8.3 / (download) - annotate - [select for diffs], Thu Jun 21 15:27:58 2007 UTC (4 years, 11 months ago) by itohy
Branch: itohy-usb1
Changes since 1.143.8.2: +22 -5 lines
Diff to previous 1.143.8.2 (colored) to branchpoint 1.143 (colored) next main 1.144 (colored)

Pullup 1.145-1.147
Most of the changes are already included since I started this work
based on the FreeBSD version.

Revision 1.143.8.2 / (download) - annotate - [select for diffs], Mon Jun 18 14:15:10 2007 UTC (4 years, 11 months ago) by itohy
Branch: itohy-usb1
Changes since 1.143.8.1: +161 -13 lines
Diff to previous 1.143.8.1 (colored) to branchpoint 1.143 (colored)

Pullup 1.144 (attach driver per interface) with #ifdef USB_USE_IFATTACH.

Revision 1.143.4.3 / (download) - annotate - [select for diffs], Sun May 27 14:30:30 2007 UTC (5 years ago) by ad
Branch: vmlocking
Changes since 1.143.4.2: +14 -3 lines
Diff to previous 1.143.4.2 (colored) to branchpoint 1.143 (colored)

Sync with head.

Revision 1.143.8.1 / (download) - annotate - [select for diffs], Tue May 22 14:57:48 2007 UTC (5 years ago) by itohy
Branch: itohy-usb1
Changes since 1.143: +243 -106 lines
Diff to previous 1.143 (colored)

Overhaul of USB stack, mostly DMA related

This applies to NetBSD 4.99.13 (March 1, 2007)

usbdi(9) interface is based on FreeBSD version, excluding
 - removal of portability code

Patch most NetBSD changes, excluding
 - DMA memory "reserve", since we don't need contiguous buffers any longer
 - volatiles in DMA structure, since it should not be needed
   with proper bus_dmamap_sync(9)s

DMA/non-DMA memory management overhaul
 - Move all DMA related code to usb_mem.[ch]
   (add usb_alloc_buffer_dma(), usb_free_buffer_dma(), etc.).
   XXX Should usb_mem.[ch] be renamed as usb_mem_dma.[ch] ?
 - Add corresponding non-DMA code to usb_mem_nodma.[ch] .
   Currently just use malloc(9).
 - Above files are conditionally used by config framework (added
   attributes to conf/files and dev/usb/files.usb).
 - Add diagnostic panics when resource allocation is requested
   on interrupt context.
 - Change memory allocations (that require context) from NOWAIT to WAITOK.

Allocate DMA/non-DMA buffer per host interface, not globally.
 advantage:	Buffers can be freed on detaching host interface.
		Activity of a host interface does not affect others.
 disadvantages:	It possibly consumes more memory.

API changes
 - usbd_alloc_xfer() is changed:
    old: usbd_xfer_handle usbd_alloc_xfer(usbd_device_handle dev);
    new: usbd_xfer_handle usbd_alloc_xfer(usbd_device_handle dev,
		usbd_pipe_handle pipe);
 - pipe argument of usbd_setup_*xfer() are now unused
   XXX the pipe argument should be removed?
 - add mapping APIs
 - async request will be processed as a task (kernel thread context),
   and delayed to some extent
 - usbdivar.h: struct usbd_xfer: renamed a member "allocbuf" to "hcbuffer"
   (mapped/allocated/refered buffer for HCI driver)
 - usb_port.h: change usb_proc_ptr from  struct ptoc *  to struct lwp *
 - usb_port.h: add usb_sigproc_ptr for psignal(9) (struct proc *)
 - usb.h: add UE_MAXPKTSZ(ep) and UE_MAXPKTSZ_MASK macros for USB 2.0

changes to USB device drivers
 - atu, aue, axe, cdce, cue, kue, rum, udav, upl, ural, url,
   uaudio, ubt, ucom, ugen, uhidev, uirda, ulpt, umidi, urio,
   uscanner, ustir, utoppy:
    * catch up API change of usbd_alloc_xfer()
 - umass, usscanner:
    * catch up API change of usbd_alloc_xfer()
    * eliminate memory copy for large transfer

ohci
 - free resources on detach
 - add lots of bus_dmamap_sync() operations
 - simplify the code of loading std chain
 - rewrite code of looking up TD/ITD from DMA addr by using allocation chunk
 - add workaround for CMD Tech 670 and 673 chipsets
 - make sure resources are not allocated in interrupt context
 - add support for mapping buffer and mbuf

slhci
 - allocate xfer and slhci_xfer at once, and simplify relevant code
 - add slhci_detach()
 - remove second arg of slhci_attach() since it is the same as the first arg.
 - add support for "mapping" (no, it doesn't map since it doesn't do DMA)
   buffer and mbuf
 - add pcmcia frontend
 - NOT TESTED, missing hardware

ehci
 - add lots of bus_dmamap_sync() operations, possibly too many
 - make sure resources are not allocated in interrupt context
 - add support for mapping buffer and mbuf
 - done only simple test

uhci
 - add lots of bus_dmamap_sync() operations, possibly too many
 - make sure resources are not allocated in interrupt context
 - add support for mapping buffer and mbuf

To do
 - review, test, debug
 - rewrite network drivers to utilize usbd_map_buffer_mbuf()
 - rewrite uaudio(4) to eliminate memcpy
 - "pipe" argument of usbd_setup_*xfer() should eventually be removed

Revision 1.147 / (download) - annotate - [select for diffs], Sun May 20 09:24:55 2007 UTC (5 years ago) by mlelstv
Branch: MAIN
Changes since 1.146: +14 -3 lines
Diff to previous 1.146 (colored)

Retry set_address function for very slow (out of spec) devices, just
like FreeBSD.

Revision 1.142.2.3 / (download) - annotate - [select for diffs], Sun Apr 15 16:03:32 2007 UTC (5 years, 1 month ago) by yamt
Branch: yamt-idlelwp
Changes since 1.142.2.2: +12 -3 lines
Diff to previous 1.142.2.2 (colored) to branchpoint 1.142 (colored) next main 1.143 (colored)

sync with head.

Revision 1.143.4.2 / (download) - annotate - [select for diffs], Tue Apr 10 13:24:34 2007 UTC (5 years, 1 month ago) by ad
Branch: vmlocking
Changes since 1.143.4.1: +19 -3 lines
Diff to previous 1.143.4.1 (colored) to branchpoint 1.143 (colored)

Sync with head.

Revision 1.138.2.1 / (download) - annotate - [select for diffs], Fri Apr 6 18:43:51 2007 UTC (5 years, 1 month ago) by bouyer
Branch: netbsd-4
Branch point for: wrstuden-fixsa
Changes since 1.138: +77 -10 lines
Diff to previous 1.138 (colored)

Pull up following revision(s) (requested by pavel in ticket #556):
	sys/dev/usb/ugen.c: revision 1.89
	sys/dev/usb/usb.c: revisions 1.92, 1.93
	sys/dev/usb/usb_subr.c: revision 1.139, 1.140
	sys/dev/usb/usb.h: revision 1.75
	sys/dev/usb/usbdi.h: revisions 1.71, 1.72
	sys/dev/usb/usbdi.c: revision 1.115, 1.116
	sys/dev/usb/uhid.c: revision 1.73
Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb with
NetBSD 3.x.  The code is conditionally compiled depending on COMPAT_30.

Revision 1.146 / (download) - annotate - [select for diffs], Fri Mar 30 16:52:12 2007 UTC (5 years, 1 month ago) by christos
Branch: MAIN
CVS Tags: yamt-idlelwp-base8, thorpej-atomic-base, thorpej-atomic
Changes since 1.145: +12 -3 lines
Diff to previous 1.145 (colored)

PR/36102: Yojiro UO: Restore revision 1.142's way of reading the descriptor
because uplcom hangs otherwise. Also reported by Anon Ymous.

Revision 1.142.2.2 / (download) - annotate - [select for diffs], Sat Mar 24 14:55:53 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.142.2.1: +88 -17 lines
Diff to previous 1.142.2.1 (colored) to branchpoint 1.142 (colored)

sync with head.

Revision 1.144.2.1 / (download) - annotate - [select for diffs], Sun Mar 18 00:06:44 2007 UTC (5 years, 2 months ago) by reinoud
Branch: reinoud-bufcleanup
Changes since 1.144: +9 -2 lines
Diff to previous 1.144 (colored) next main 1.145 (colored)

First attempt to bring branch in sync with HEAD

Revision 1.145 / (download) - annotate - [select for diffs], Thu Mar 15 15:11:19 2007 UTC (5 years, 2 months ago) by drochner
Branch: MAIN
Changes since 1.144: +9 -2 lines
Diff to previous 1.144 (colored)

in usbd_set_config_index, range-check the index

Revision 1.143.4.1 / (download) - annotate - [select for diffs], Tue Mar 13 16:51:05 2007 UTC (5 years, 2 months ago) by ad
Branch: vmlocking
Changes since 1.143: +81 -17 lines
Diff to previous 1.143 (colored)

Sync with head.

Revision 1.144 / (download) - annotate - [select for diffs], Tue Mar 13 13:51:56 2007 UTC (5 years, 2 months ago) by drochner
Branch: MAIN
Branch point for: reinoud-bufcleanup
Changes since 1.143: +81 -17 lines
Diff to previous 1.143 (colored)

Introduce different autoconf interface attributes for USB drivers
matching (and handling) a whole device and those which match an
interface only. This will allow to enforce some rules, eg that
the former don't use interface information for matching or that the
latter don't modify global device state.
The previous way left too much freedom do the drivers which led to
inconsistencies and abuse.
For now, I've not changed locators and submatch rules, this will
happen later.
There should not be any change in behaviour, except in the case of
some drivers which did behave inconsistently:
if_atu, if_axe, uep: matched the configured device in the interface
 stage, but did configuration again. I've converted them to match
 in the device stage.
ustir, utoppy: matched in the interface stage, but only against
 vendor/device information, and used any configuration/interface
 without checking. Changed to match in device stage, and added
 some simple code to configure and use the first interface.
If you have one of those devices, please test!

Revision 1.142.2.1 / (download) - annotate - [select for diffs], Tue Feb 27 16:54:09 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-idlelwp
Changes since 1.142: +3 -12 lines
Diff to previous 1.142 (colored)

- sync with head.
- move sched_changepri back to kern_synch.c as it doesn't know PPQ anymore.

Revision 1.143 / (download) - annotate - [select for diffs], Mon Feb 26 15:16:59 2007 UTC (5 years, 2 months ago) by drochner
Branch: MAIN
CVS Tags: itohy-usb1-base, ad-audiomp-base, ad-audiomp
Branch point for: vmlocking, mjf-ufs-trans, itohy-usb1
Changes since 1.142: +3 -12 lines
Diff to previous 1.142 (colored)

Another attempt to read string descriptors at once, this time with
the largest size which makes sense (254). See rev. 1.114-116 for
possible problems, but that was with len=255 which is an impossible
size for a string descriptor.
Someone with a "kue" please test this.

Revision 1.128.2.3 / (download) - annotate - [select for diffs], Mon Feb 26 09:10:48 2007 UTC (5 years, 2 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.128.2.2: +31 -44 lines
Diff to previous 1.128.2.2 (colored)

sync with head.

Revision 1.135.6.3 / (download) - annotate - [select for diffs], Thu Feb 1 08:48:30 2007 UTC (5 years, 3 months ago) by ad
Branch: newlock2
Changes since 1.135.6.2: +31 -44 lines
Diff to previous 1.135.6.2 (colored) to branchpoint 1.135 (colored) next main 1.136 (colored)

Sync with head.

Revision 1.142 / (download) - annotate - [select for diffs], Wed Jan 24 12:36:56 2007 UTC (5 years, 4 months ago) by drochner
Branch: MAIN
CVS Tags: post-newlock2-merge, newlock2-nbase, newlock2-base
Branch point for: yamt-idlelwp
Changes since 1.141: +16 -4 lines
Diff to previous 1.141 (colored)

There are devices which don't report the "self powered" state correctly
in the device status word (at least Palmpilot; comments in Linux
indicate that there are more).
So don't use this information, just use the bit in the configuration
descriptor we are attempting to set. (It is of little use anyway,
perhaps the code can be simplified further.)
Thanks to Steven M. Bellovin for running some tests with a Palmpilot.

Revision 1.141 / (download) - annotate - [select for diffs], Fri Jan 19 22:42:05 2007 UTC (5 years, 4 months ago) by drochner
Branch: MAIN
Changes since 1.140: +17 -42 lines
Diff to previous 1.140 (colored)

In usbd_set_config_index(), remove the code which tries to draw conclusions
from the attempted power state instead of the real one. The configuration
descriptor is a constant thing and doesn't reflect the actual state, so
this doesn't make any sense. The actual state can be read by a device
status read, so use this as the first and only instance and remove
the device specific quirks which were based on wrong assumptions.
(It is possible that one of the 3 devices with quirk entries still
needs some special treatment, but this would need better research. For
now I'd prefer to avoid a quirk database which isn't maintained anyway.)
Btw, don't be confused by messages about self powered hubs which don't
have external power connected. This is legal, see the specs.

Revision 1.135.6.2 / (download) - annotate - [select for diffs], Fri Jan 12 00:57:49 2007 UTC (5 years, 4 months ago) by ad
Branch: newlock2
Changes since 1.135.6.1: +77 -10 lines
Diff to previous 1.135.6.1 (colored) to branchpoint 1.135 (colored)

Sync with head.

Revision 1.128.2.2 / (download) - annotate - [select for diffs], Sat Dec 30 20:49:39 2006 UTC (5 years, 4 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.128.2.1: +79 -11 lines
Diff to previous 1.128.2.1 (colored)

sync with head.

Revision 1.135.8.2 / (download) - annotate - [select for diffs], Sun Dec 10 07:18:17 2006 UTC (5 years, 5 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.135.8.1: +78 -11 lines
Diff to previous 1.135.8.1 (colored) to branchpoint 1.135 (colored) next main 1.136 (colored)

sync with head.

Revision 1.140 / (download) - annotate - [select for diffs], Tue Dec 5 08:17:03 2006 UTC (5 years, 5 months ago) by pavel
Branch: MAIN
CVS Tags: yamt-splraiseipl-base5, yamt-splraiseipl-base4, yamt-splraiseipl-base3
Changes since 1.139: +3 -2 lines
Diff to previous 1.139 (colored)

Add forgotten #include "opt_compat_netbsd.h" because COMPAT_30 is used.
Should fix a build problem reported by Blair Sadewitz.

Revision 1.139 / (download) - annotate - [select for diffs], Sun Dec 3 22:34:58 2006 UTC (5 years, 5 months ago) by pavel
Branch: MAIN
Changes since 1.138: +76 -10 lines
Diff to previous 1.138 (colored)

Restore compatibility of USB_DEVICEINFO ioctl and reads from /dev/usb with
NetBSD 3.x. Patch from Stephan Thesing provided in
http://mail-index.netbsd.org/current-users/2006/03/21/0002.html, with some
modifications by me.
See also
http://mail-index.netbsd.org/current-users/2006/08/29/0017.html

The code is conditionally compiled depending on COMPAT_30.

Also fix a leak of struct usb_event in usbread() introduced while converting
on-stack variables to dynamic allocation.

Reviewed by martin@.

Revision 1.135.6.1 / (download) - annotate - [select for diffs], Sat Nov 18 21:34:51 2006 UTC (5 years, 6 months ago) by ad
Branch: newlock2
Changes since 1.135: +4 -3 lines
Diff to previous 1.135 (colored)

Sync with head.

Revision 1.138 / (download) - annotate - [select for diffs], Thu Nov 16 01:33:27 2006 UTC (5 years, 6 months ago) by christos
Branch: MAIN
CVS Tags: netbsd-4-base
Branch point for: netbsd-4
Changes since 1.137: +3 -3 lines
Diff to previous 1.137 (colored)

__unused removal on arguments; approved by core.

Revision 1.135.8.1 / (download) - annotate - [select for diffs], Sun Oct 22 06:06:52 2006 UTC (5 years, 7 months ago) by yamt
Branch: yamt-splraiseipl
Changes since 1.135: +5 -4 lines
Diff to previous 1.135 (colored)

sync with head

Revision 1.137 / (download) - annotate - [select for diffs], Thu Oct 12 01:32:00 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base2
Changes since 1.136: +3 -3 lines
Diff to previous 1.136 (colored)

- sprinkle __unused on function decls.
- fix a couple of unused bugs
- no more -Wno-unused for i386

Revision 1.136 / (download) - annotate - [select for diffs], Wed Oct 4 16:02:06 2006 UTC (5 years, 7 months ago) by christos
Branch: MAIN
Changes since 1.135: +4 -3 lines
Diff to previous 1.135 (colored)

fix empty if

Revision 1.131.4.1 / (download) - annotate - [select for diffs], Sat Sep 9 02:55:33 2006 UTC (5 years, 8 months ago) by rpaulo
Branch: rpaulo-netinet-merge-pcb
Changes since 1.131: +25 -7 lines
Diff to previous 1.131 (colored) next main 1.132 (colored)

sync with head

Revision 1.131.8.1 / (download) - annotate - [select for diffs], Mon Jun 26 12:52:28 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-pdpolicy
Changes since 1.131: +25 -7 lines
Diff to previous 1.131 (colored) next main 1.132 (colored)

sync with head.

Revision 1.128.2.1 / (download) - annotate - [select for diffs], Wed Jun 21 15:07:44 2006 UTC (5 years, 11 months ago) by yamt
Branch: yamt-lazymbuf
Changes since 1.128: +27 -30 lines
Diff to previous 1.128 (colored)

sync with head.

Revision 1.131.14.1 / (download) - annotate - [select for diffs], Mon Jun 19 04:05:49 2006 UTC (5 years, 11 months ago) by chap
Branch: chap-midi
Changes since 1.131: +25 -7 lines
Diff to previous 1.131 (colored) next main 1.132 (colored)

Sync with head.

Revision 1.135 / (download) - annotate - [select for diffs], Sun Jun 11 16:00:08 2006 UTC (5 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: yamt-splraiseipl-base, yamt-pdpolicy-base9, yamt-pdpolicy-base8, yamt-pdpolicy-base7, yamt-pdpolicy-base6, rpaulo-netinet-merge-pcb-base, gdamore-uart-base, gdamore-uart, chap-midi-nbase, chap-midi-base, abandoned-netbsd-4-base, abandoned-netbsd-4
Branch point for: yamt-splraiseipl, newlock2
Changes since 1.134: +2 -4 lines
Diff to previous 1.134 (colored)

Don't free subdevs on normal completion. The detach code needs it.

Revision 1.134 / (download) - annotate - [select for diffs], Fri Jun 9 21:33:01 2006 UTC (5 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.133: +7 -4 lines
Diff to previous 1.133 (colored)

stack police: Don't allocate 1k on the stack, only use malloc when we need to.

Revision 1.131.6.1 / (download) - annotate - [select for diffs], Wed Jun 7 15:51:25 2006 UTC (5 years, 11 months ago) by kardel
Branch: simonb-timecounters
Changes since 1.131: +22 -5 lines
Diff to previous 1.131 (colored) next main 1.132 (colored)

Sync with head.

Revision 1.133 / (download) - annotate - [select for diffs], Sun Jun 4 19:38:32 2006 UTC (5 years, 11 months ago) by christos
Branch: MAIN
CVS Tags: simonb-timecounters-base
Changes since 1.132: +11 -4 lines
Diff to previous 1.132 (colored)

save another 1K on the stack.

Revision 1.132 / (download) - annotate - [select for diffs], Sun Jun 4 19:34:16 2006 UTC (5 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.131: +13 -3 lines
Diff to previous 1.131 (colored)

Don't allocate 1K on the stack.

Revision 1.104.2.7 / (download) - annotate - [select for diffs], Sun Dec 11 10:29:06 2005 UTC (6 years, 5 months ago) by christos
Branch: ktrace-lwp
Changes since 1.104.2.6: +2 -14 lines
Diff to previous 1.104.2.6 (colored) next main 1.105 (colored)

Sync with head.

Revision 1.111.2.1.2.1 / (download) - annotate - [select for diffs], Tue Dec 6 16:55:30 2005 UTC (6 years, 5 months ago) by tron
Branch: netbsd-2
Changes since 1.111.2.1: +2 -11 lines
Diff to previous 1.111.2.1 (colored) next main 1.112 (colored)

Pull up following revision(s) (requested by riz in ticket #10181):
	sys/dev/usb/usb_subr.c: revision 1.130
usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not
necessary for normal devices, and it prevents some common (but
apparantly buggy) devices from working, including the Apple iPod (mini
and photo) and certain M-Systems DiskOnKey flash devices.
If (also buggy) devices resurface that need this when they are
attached, they can be addressed, ideally in each device's driver.

Revision 1.130.6.1 / (download) - annotate - [select for diffs], Tue Nov 29 21:23:16 2005 UTC (6 years, 5 months ago) by yamt
Branch: yamt-readahead
Changes since 1.130: +2 -14 lines
Diff to previous 1.130 (colored) next main 1.131 (colored)

sync with head.

Revision 1.131 / (download) - annotate - [select for diffs], Wed Nov 23 08:54:48 2005 UTC (6 years, 6 months ago) by augustss
Branch: MAIN
CVS Tags: yamt-uio_vmspace-base5, yamt-uio_vmspace, yamt-readahead-base3, yamt-pdpolicy-base5, yamt-pdpolicy-base4, yamt-pdpolicy-base3, yamt-pdpolicy-base2, yamt-pdpolicy-base, simonb-timcounters-final, peter-altq-base, peter-altq, ktrace-lwp-base, elad-kernelauth-base, elad-kernelauth
Branch point for: yamt-pdpolicy, simonb-timecounters, rpaulo-netinet-merge-pcb, chap-midi
Changes since 1.130: +2 -14 lines
Diff to previous 1.130 (colored)

Normally a ugen device only attaches if no other driver wants the device.
Add the ability to force ugen to attach with very high priority if "flags 1"
is specified.  This can be used with the vendor and product locators to
force ugen to be used for certain devices.
Similarly, uhid only attaches if no other HID driver (ums or ukbd) wants it.
Again, "flags 1" will force uhid to attach anyway.

Revision 1.104.2.6 / (download) - annotate - [select for diffs], Thu Nov 10 14:08:06 2005 UTC (6 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.104.2.5: +65 -70 lines
Diff to previous 1.104.2.5 (colored)

Sync with HEAD. Here we go again...

Revision 1.122.2.1 / (download) - annotate - [select for diffs], Thu Oct 6 11:40:52 2005 UTC (6 years, 7 months ago) by tron
Branch: netbsd-3
CVS Tags: netbsd-3-1-RELEASE, netbsd-3-1-RC4, netbsd-3-1-RC3, netbsd-3-1-RC2, netbsd-3-1-RC1, netbsd-3-1-1-RELEASE, netbsd-3-1, netbsd-3-0-RELEASE, netbsd-3-0-RC6, netbsd-3-0-RC5, netbsd-3-0-RC4, netbsd-3-0-RC3, netbsd-3-0-RC2, netbsd-3-0-RC1, netbsd-3-0-3-RELEASE, netbsd-3-0-2-RELEASE, netbsd-3-0-1-RELEASE, netbsd-3-0
Changes since 1.122: +2 -11 lines
Diff to previous 1.122 (colored) next main 1.123 (colored)

Pull up following revision(s) (requested by nathanw in ticket #861):
	sys/dev/usb/usb_subr.c: revision 1.130
usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not
necessary for normal devices, and it prevents some common (but
apparantly buggy) devices from working, including the Apple iPod (mini
and photo) and certain M-Systems DiskOnKey flash devices.
If (also buggy) devices resurface that need this when they are
attached, they can be addressed, ideally in each device's driver.

Revision 1.130 / (download) - annotate - [select for diffs], Wed Sep 21 20:17:22 2005 UTC (6 years, 8 months ago) by nathanw
Branch: MAIN
CVS Tags: yamt-vop-base3, yamt-vop-base2, yamt-vop-base, yamt-vop, yamt-readahead-pervnode, yamt-readahead-perfile, yamt-readahead-base2, yamt-readahead-base, thorpej-vnode-attr-base, thorpej-vnode-attr
Branch point for: yamt-readahead
Changes since 1.129: +2 -11 lines
Diff to previous 1.129 (colored)

usbd_setup_pipe(): Don't call usbd_clear_endpoint_stall(). It's not
necessary for normal devices, and it prevents some common (but
apparantly buggy) devices from working, including the Apple iPod (mini
and photo) and certain M-Systems DiskOnKey flash devices.

If (also buggy) devices resurface that need this when they are
attached, they can be addressed, ideally in each device's driver.

Revision 1.129 / (download) - annotate - [select for diffs], Fri Aug 26 12:42:11 2005 UTC (6 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.128: +4 -4 lines
Diff to previous 1.128 (colored)

s/locdesc_t/int/g

Revision 1.128 / (download) - annotate - [select for diffs], Sun Jun 19 04:01:36 2005 UTC (6 years, 11 months ago) by enami
Branch: MAIN
Branch point for: yamt-lazymbuf
Changes since 1.127: +32 -52 lines
Diff to previous 1.127 (colored)

Actually, usbd_trim_spaces was not writing to const memory, so revert
unnecessary changes.  Instead, make the caller code easier to read.
After all, it is enough to suppress warning due to constfy.

Revision 1.127 / (download) - annotate - [select for diffs], Thu Jun 16 12:55:25 2005 UTC (6 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.126: +5 -5 lines
Diff to previous 1.126 (colored)

Return the beginning of the string, not the end.

Revision 1.126 / (download) - annotate - [select for diffs], Mon May 30 04:20:46 2005 UTC (6 years, 11 months ago) by christos
Branch: MAIN
Changes since 1.125: +17 -14 lines
Diff to previous 1.125 (colored)

- const poisoning
- avoid shadowing
- usbd_trim_spaces was writing to const memory; give it a buffer.

Revision 1.125 / (download) - annotate - [select for diffs], Mon May 23 16:35:26 2005 UTC (7 years ago) by soren
Branch: MAIN
Changes since 1.124: +2 -4 lines
Diff to previous 1.124 (colored)

Sync 1284 id printing with the devinfo change, but leave it disabled for now.

Revision 1.124 / (download) - annotate - [select for diffs], Wed May 11 10:02:29 2005 UTC (7 years ago) by augustss
Branch: MAIN
Changes since 1.123: +22 -3 lines
Diff to previous 1.123 (colored)

Don't keep the devinfo string on the stack, instead use malloc/free.
This should cure some rare stack overflows.

Revision 1.123 / (download) - annotate - [select for diffs], Mon May 2 15:32:18 2005 UTC (7 years ago) by augustss
Branch: MAIN
Changes since 1.122: +21 -17 lines
Diff to previous 1.122 (colored)

Use UTF8 to encode strings read from the device (instead of using '?' for
characters >=0x100).

Also add serial number string to the device information struct.

Revision 1.120.4.1 / (download) - annotate - [select for diffs], Fri Apr 29 11:29:19 2005 UTC (7 years ago) by kent
Branch: kent-audio2
Changes since 1.120: +20 -24 lines
Diff to previous 1.120 (colored) next main 1.121 (colored)

sync with -current

Revision 1.120.6.1 / (download) - annotate - [select for diffs], Sat Mar 19 08:35:58 2005 UTC (7 years, 2 months ago) by yamt
Branch: yamt-km
Changes since 1.120: +20 -24 lines
Diff to previous 1.120 (colored) next main 1.121 (colored)

sync with head.  xen and whitespace.  xen part is not finished.

Revision 1.104.2.5 / (download) - annotate - [select for diffs], Fri Mar 4 16:50:55 2005 UTC (7 years, 2 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.104.2.4: +20 -24 lines
Diff to previous 1.104.2.4 (colored)

Sync with HEAD.

Hi Perry!

Revision 1.122 / (download) - annotate - [select for diffs], Fri Mar 4 05:03:19 2005 UTC (7 years, 2 months ago) by mycroft
Branch: MAIN
CVS Tags: yamt-km-base4, yamt-km-base3, netbsd-3-base, kent-audio2-base
Branch point for: netbsd-3
Changes since 1.121: +19 -23 lines
Diff to previous 1.121 (colored)

Separate out vendors from the product table, to reduce string duplication.
Saves ~10K.

Revision 1.121 / (download) - annotate - [select for diffs], Wed Mar 2 11:37:27 2005 UTC (7 years, 2 months ago) by mycroft
Branch: MAIN
Changes since 1.120: +3 -3 lines
Diff to previous 1.120 (colored)

Copyright maintenance.

Revision 1.104.2.4 / (download) - annotate - [select for diffs], Tue Nov 2 07:53:03 2004 UTC (7 years, 6 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.104.2.3: +33 -58 lines
Diff to previous 1.104.2.3 (colored)

Sync with HEAD.

Revision 1.120 / (download) - annotate - [select for diffs], Sat Oct 23 16:17:56 2004 UTC (7 years, 7 months ago) by augustss
Branch: MAIN
CVS Tags: yamt-km-base2, yamt-km-base, matt-timespec, kent-audio1-beforemerge, kent-audio1-base, kent-audio1
Branch point for: yamt-km, kent-audio2
Changes since 1.119: +25 -10 lines
Diff to previous 1.119 (colored)

Keep track of what high speed port (if any) a device belongs to so we can
set the transaction translator fields for the transfer.
Add a gross hack for split transaction completion in the ehci driver that
allows control transfers to be translated.  Interrupt transfers do not work.
Warn when any low/full speed device is opened.

Revision 1.119 / (download) - annotate - [select for diffs], Sat Oct 23 13:26:33 2004 UTC (7 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.118: +10 -50 lines
Diff to previous 1.118 (colored)

Make an iterator abstraction for looping through all descriptors.

Move usb_get_string() and make it public.

Revision 1.104.2.3 / (download) - annotate - [select for diffs], Tue Sep 21 13:33:50 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.104.2.2: +2 -2 lines
Diff to previous 1.104.2.2 (colored)

Fix the sync with head I botched.

Revision 1.104.2.2 / (download) - annotate - [select for diffs], Sat Sep 18 14:51:46 2004 UTC (7 years, 8 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.104.2.1: +8 -7 lines
Diff to previous 1.104.2.1 (colored)

Sync with HEAD.

Revision 1.118 / (download) - annotate - [select for diffs], Mon Sep 13 12:55:49 2004 UTC (7 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.117: +7 -5 lines
Diff to previous 1.117 (colored)

a round of autoconf cleanup:
-convert submatch() style functions (passed to config_search() or
 config_found_sm()) to the locator passing variants
-pass interface attributes in some cases
-make submatch() functions look uniformly as far as possible
-avoid macros which just hide cfdata members, and reduce dependencies
 on "locators.h"

Revision 1.117 / (download) - annotate - [select for diffs], Wed Sep 8 19:59:15 2004 UTC (7 years, 8 months ago) by drochner
Branch: MAIN
Changes since 1.116: +3 -4 lines
Diff to previous 1.116 (colored)

remove a redundant check

Revision 1.104.2.1 / (download) - annotate - [select for diffs], Tue Aug 3 10:51:39 2004 UTC (7 years, 9 months ago) by skrll
Branch: ktrace-lwp
Changes since 1.104: +83 -48 lines
Diff to previous 1.104 (colored)

Sync with HEAD

Revision 1.111.2.1 / (download) - annotate - [select for diffs], Fri Jul 2 17:23:33 2004 UTC (7 years, 10 months ago) by he
Branch: netbsd-2-0
CVS Tags: netbsd-2-base, netbsd-2-1-RELEASE, netbsd-2-1-RC6, netbsd-2-1-RC5, netbsd-2-1-RC4, netbsd-2-1-RC3, netbsd-2-1-RC2, netbsd-2-1-RC1, netbsd-2-1, netbsd-2-0-RELEASE, netbsd-2-0-RC5, netbsd-2-0-RC4, netbsd-2-0-RC3, netbsd-2-0-RC2, netbsd-2-0-RC1, netbsd-2-0-3-RELEASE, netbsd-2-0-2-RELEASE, netbsd-2-0-1-RELEASE
Branch point for: netbsd-2
Changes since 1.111: +22 -9 lines
Diff to previous 1.111 (colored) next main 1.112 (colored)

Pull up revisions 1.114-1.116 (requested by mycroft in ticket #572):
  Several fixes mostly related to USB:
   o Add a general workaround for devices returning incorrect
     lengths in string descriptors, so that we don't need
     separate quirk entries for these.

Revision 1.116 / (download) - annotate - [select for diffs], Wed Jun 23 06:27:54 2004 UTC (7 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.115: +26 -5 lines
Diff to previous 1.115 (colored)

In the "seemed like a good idea until I found the fatal flaw" department...
Attempting to read a maximum-size string descriptor causes my kue device to go
completely apeshit.  So, go back to the original method, but allow the device
to return a shorter string than it claimed.

Revision 1.115 / (download) - annotate - [select for diffs], Wed Jun 23 05:23:19 2004 UTC (7 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.114: +3 -3 lines
Diff to previous 1.114 (colored)

Whoops, use the correct value for the maximum string descriptor length.

Revision 1.114 / (download) - annotate - [select for diffs], Wed Jun 23 02:30:52 2004 UTC (7 years, 11 months ago) by mycroft
Branch: MAIN
Changes since 1.113: +12 -20 lines
Diff to previous 1.113 (colored)

Yes, some devices return incorrect lengths in their string descriptors.  Rather
than losing, do what Windows does: just request the maximum size, and allow a
shorter response.  Obsoletes the need for UQ_NO_STRINGS, and therefore these
"quirks" are removed.

Revision 1.113 / (download) - annotate - [select for diffs], Fri Apr 23 17:25:26 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.112: +18 -15 lines
Diff to previous 1.112 (colored)

use bounded string ops (snprintf, strl*)

Revision 1.112 / (download) - annotate - [select for diffs], Thu Apr 22 00:17:14 2004 UTC (8 years, 1 month ago) by itojun
Branch: MAIN
Changes since 1.111: +15 -10 lines
Diff to previous 1.111 (colored)

sprintf -> snprintf

Revision 1.111 / (download) - annotate - [select for diffs], Mon Mar 15 10:35:04 2004 UTC (8 years, 2 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-2-0-base
Branch point for: netbsd-2-0
Changes since 1.110: +17 -17 lines
Diff to previous 1.110 (colored)

Set the device address before reading the device descriptor.
This makes certain non-conforming devices work.
Suggested by Peter Burnett in kern/24716.

Revision 1.110 / (download) - annotate - [select for diffs], Wed Feb 25 21:52:59 2004 UTC (8 years, 3 months ago) by drochner
Branch: MAIN
Changes since 1.109: +3 -2 lines
Diff to previous 1.109 (colored)

On disconnect, set the "subdev" pointer to NULL, otherwise
free()d memory will be referenced through
usbd_add_dev_event(USB_EVENT_DEVICE_DETACH)->
usbd_fill_deviceinfo()
later.
might need more review, but at least it doesn't crash on
amd64 anymore

Revision 1.109 / (download) - annotate - [select for diffs], Wed Jan 28 22:37:50 2004 UTC (8 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.108: +3 -3 lines
Diff to previous 1.108 (colored)

Fix pasto.

Revision 1.108 / (download) - annotate - [select for diffs], Wed Jan 28 22:00:06 2004 UTC (8 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.107: +7 -3 lines
Diff to previous 1.107 (colored)

If vendor or product is the empty string, ignore it.
From FreeBSD.

Revision 1.107 / (download) - annotate - [select for diffs], Mon Jan 5 13:32:23 2004 UTC (8 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.106: +6 -3 lines
Diff to previous 1.106 (colored)

Try harder to get initial descriptor.  Do a port reset now and then
in the retry loop.

Revision 1.106 / (download) - annotate - [select for diffs], Tue Sep 23 21:44:42 2003 UTC (8 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.105: +4 -3 lines
Diff to previous 1.105 (colored)

Allow a device to reject CLEAR_FEATURE ENDPOINT_STALL (with a STALL) -- the
assumption being that the device will never use a STALL of a non-control pipe,
I guess.

Revision 1.105 / (download) - annotate - [select for diffs], Fri Sep 12 16:22:57 2003 UTC (8 years, 8 months ago) by mycroft
Branch: MAIN
Changes since 1.104: +9 -4 lines
Diff to previous 1.104 (colored)

In usbd_setup_pipe(), check the return value from usbd_clear_endpoint_stall().

Revision 1.104 / (download) - annotate - [select for diffs], Mon Jun 23 11:02:01 2003 UTC (8 years, 11 months ago) by martin
Branch: MAIN
Branch point for: ktrace-lwp
Changes since 1.103: +4 -2 lines
Diff to previous 1.103 (colored)

Make sure to include opt_foo.h if a defflag option FOO is used.

Revision 1.85.2.9 / (download) - annotate - [select for diffs], Wed Jan 15 18:44:25 2003 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
CVS Tags: nathanw_sa_end
Changes since 1.85.2.8: +12 -5 lines
Diff to previous 1.85.2.8 (colored) to branchpoint 1.85 (colored) next main 1.86 (colored)

Sync with HEAD.

Revision 1.103 / (download) - annotate - [select for diffs], Fri Jan 10 11:19:13 2003 UTC (9 years, 4 months ago) by augustss
Branch: MAIN
CVS Tags: nathanw_sa_before_merge, nathanw_sa_base
Changes since 1.102: +12 -5 lines
Diff to previous 1.102 (colored)

Try to get full device descriptor a few times.  This makes some slow
devices work.  From FreeBSD.

Revision 1.85.2.8 / (download) - annotate - [select for diffs], Fri Jan 3 17:08:22 2003 UTC (9 years, 4 months ago) by thorpej
Branch: nathanw_sa
Changes since 1.85.2.7: +17 -11 lines
Diff to previous 1.85.2.7 (colored) to branchpoint 1.85 (colored)

Sync with HEAD.

Revision 1.102 / (download) - annotate - [select for diffs], Wed Jan 1 16:21:50 2003 UTC (9 years, 4 months ago) by augustss
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.101: +10 -4 lines
Diff to previous 1.101 (colored)

Try getting string descriptors in a slightly different way to works around
some problematic devices.  From Alexander Kabaev <kan@FreeBSD.ORG>.

Revision 1.101 / (download) - annotate - [select for diffs], Wed Jan 1 00:10:26 2003 UTC (9 years, 4 months ago) by thorpej
Branch: MAIN
Changes since 1.100: +9 -9 lines
Diff to previous 1.100 (colored)

Use aprint_normal() in cfprint routines.

Revision 1.85.2.7 / (download) - annotate - [select for diffs], Fri Oct 18 02:44:38 2002 UTC (9 years, 7 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85.2.6: +1 -1 lines
Diff to previous 1.85.2.6 (colored) to branchpoint 1.85 (colored)

Catch up to -current.

Revision 1.86.2.6 / (download) - annotate - [select for diffs], Thu Oct 10 18:42:45 2002 UTC (9 years, 7 months ago) by jdolecek
Branch: kqueue
Changes since 1.86.2.5: +3 -3 lines
Diff to previous 1.86.2.5 (colored) next main 1.87 (colored)

sync kqueue with -current; this includes merge of gehenna-devsw branch,
merge of i386 MP branch, and part of autoconf rototil work

Revision 1.100 / (download) - annotate - [select for diffs], Fri Sep 27 03:18:22 2002 UTC (9 years, 8 months ago) by thorpej
Branch: MAIN
CVS Tags: kqueue-beforemerge, kqueue-base, kqueue-aftermerge, gmcgarry_ucred_base, gmcgarry_ucred, gmcgarry_ctxsw_base, gmcgarry_ctxsw
Changes since 1.99: +3 -3 lines
Diff to previous 1.99 (colored)

Introduce a new routine, config_match(), which invokes the
cfattach->ca_match function in behalf of the caller.  Use it
rather than invoking cfattach->ca_match directly.

Revision 1.86.2.5 / (download) - annotate - [select for diffs], Fri Sep 6 08:47:12 2002 UTC (9 years, 8 months ago) by jdolecek
Branch: kqueue
Changes since 1.86.2.4: +23 -23 lines
Diff to previous 1.86.2.4 (colored)

sync kqueue branch with HEAD

Revision 1.85.2.6 / (download) - annotate - [select for diffs], Thu Aug 1 02:46:05 2002 UTC (9 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85.2.5: +23 -23 lines
Diff to previous 1.85.2.5 (colored) to branchpoint 1.85 (colored)

Catch up to -current.

Revision 1.98.8.1 / (download) - annotate - [select for diffs], Mon Jul 15 10:36:16 2002 UTC (9 years, 10 months ago) by gehenna
Branch: gehenna-devsw
Changes since 1.98: +23 -23 lines
Diff to previous 1.98 (colored) next main 1.99 (colored)

catch up with -current.

Revision 1.99 / (download) - annotate - [select for diffs], Thu Jul 11 21:14:34 2002 UTC (9 years, 10 months ago) by augustss
Branch: MAIN
CVS Tags: gehenna-devsw-base
Changes since 1.98: +23 -23 lines
Diff to previous 1.98 (colored)

Get rid of trailing white space.

Revision 1.86.2.4 / (download) - annotate - [select for diffs], Sat Mar 16 16:01:40 2002 UTC (10 years, 2 months ago) by jdolecek
Branch: kqueue
Changes since 1.86.2.3: +23 -23 lines
Diff to previous 1.86.2.3 (colored)

Catch up with -current.

Revision 1.85.2.5 / (download) - annotate - [select for diffs], Thu Feb 28 04:14:34 2002 UTC (10 years, 2 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85.2.4: +24 -25 lines
Diff to previous 1.85.2.4 (colored) to branchpoint 1.85 (colored)

Catch up to -current.

Revision 1.98 / (download) - annotate - [select for diffs], Wed Feb 20 20:30:13 2002 UTC (10 years, 3 months ago) by christos
Branch: MAIN
CVS Tags: newlock-base, newlock, netbsd-1-6-base, netbsd-1-6-RELEASE, netbsd-1-6-RC3, netbsd-1-6-RC2, netbsd-1-6-RC1, netbsd-1-6-PATCH002-RELEASE, netbsd-1-6-PATCH002-RC4, netbsd-1-6-PATCH002-RC3, netbsd-1-6-PATCH002-RC2, netbsd-1-6-PATCH002-RC1, netbsd-1-6-PATCH002, netbsd-1-6-PATCH001-RELEASE, netbsd-1-6-PATCH001-RC3, netbsd-1-6-PATCH001-RC2, netbsd-1-6-PATCH001-RC1, netbsd-1-6-PATCH001, netbsd-1-6, ifpoll-base, ifpoll, eeh-devprop-base, eeh-devprop
Branch point for: gehenna-devsw
Changes since 1.97: +23 -23 lines
Diff to previous 1.97 (colored)

Prefix structure members to protect them against clashes with eg. c++ keywords.
Suggested by Alfred Perlstein, from FreeBSD, ok'd by augustss

Revision 1.86.2.3 / (download) - annotate - [select for diffs], Mon Feb 11 20:10:18 2002 UTC (10 years, 3 months ago) by jdolecek
Branch: kqueue
Changes since 1.86.2.2: +3 -4 lines
Diff to previous 1.86.2.2 (colored)

Sync w/ -current.

Revision 1.97 / (download) - annotate - [select for diffs], Sat Jan 12 17:11:03 2002 UTC (10 years, 4 months ago) by tsutsui
Branch: MAIN
Changes since 1.96: +3 -4 lines
Diff to previous 1.96 (colored)

Call malloc(9) with M_ZERO flag instead of memset() after malloc().

Revision 1.86.2.2 / (download) - annotate - [select for diffs], Thu Jan 10 19:59:06 2002 UTC (10 years, 4 months ago) by thorpej
Branch: kqueue
Changes since 1.86.2.1: +60 -20 lines
Diff to previous 1.86.2.1 (colored)

Sync kqueue branch with -current.

Revision 1.85.2.4 / (download) - annotate - [select for diffs], Tue Jan 8 00:32:18 2002 UTC (10 years, 4 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85.2.3: +57 -14 lines
Diff to previous 1.85.2.3 (colored) to branchpoint 1.85 (colored)

Catch up to -current.

Revision 1.96 / (download) - annotate - [select for diffs], Thu Nov 22 21:59:33 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.95: +3 -3 lines
Diff to previous 1.95 (colored)

Correct a comment.

Revision 1.95 / (download) - annotate - [select for diffs], Tue Nov 20 16:09:01 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.94: +39 -6 lines
Diff to previous 1.94 (colored)

Sanity check max packet lengths.

Revision 1.94 / (download) - annotate - [select for diffs], Tue Nov 20 13:50:07 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.93: +16 -9 lines
Diff to previous 1.93 (colored)

Update for new speed handling.

Revision 1.93 / (download) - annotate - [select for diffs], Sat Nov 17 01:49:53 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.92: +3 -3 lines
Diff to previous 1.92 (colored)

Make it possible to report device speeds with ioctl(USB_DEVICEINFO).

Revision 1.92 / (download) - annotate - [select for diffs], Fri Nov 16 01:57:47 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.91: +5 -2 lines
Diff to previous 1.91 (colored)

Handle devices that disappear during reset gracefully.

Revision 1.85.2.3 / (download) - annotate - [select for diffs], Wed Nov 14 19:16:21 2001 UTC (10 years, 6 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85.2.2: +5 -8 lines
Diff to previous 1.85.2.2 (colored) to branchpoint 1.85 (colored)

Catch up to -current.

Revision 1.91 / (download) - annotate - [select for diffs], Tue Nov 13 06:24:56 2001 UTC (10 years, 6 months ago) by lukem
Branch: MAIN
Changes since 1.90: +4 -1 lines
Diff to previous 1.90 (colored)

add RCSIDs

Revision 1.87.4.1 / (download) - annotate - [select for diffs], Mon Nov 12 21:18:35 2001 UTC (10 years, 6 months ago) by thorpej
Branch: thorpej-mips-cache
Changes since 1.87: +2 -8 lines
Diff to previous 1.87 (colored) next main 1.88 (colored)

Sync the thorpej-mips-cache branch with -current.

Revision 1.90 / (download) - annotate - [select for diffs], Sat Nov 10 17:11:38 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-mips-cache-base
Changes since 1.89: +1 -2 lines
Diff to previous 1.89 (colored)

Get rid of unused abort_handle.

Revision 1.89 / (download) - annotate - [select for diffs], Sat Nov 10 17:10:42 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.88: +2 -1 lines
Diff to previous 1.88 (colored)

Abort any xfers on the control pipe before closing it on detach.

Revision 1.88 / (download) - annotate - [select for diffs], Sat Nov 10 16:53:32 2001 UTC (10 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.87: +1 -7 lines
Diff to previous 1.87 (colored)

Small portability improvement.

Revision 1.86.2.1 / (download) - annotate - [select for diffs], Sat Aug 25 06:16:40 2001 UTC (10 years, 9 months ago) by thorpej
Branch: kqueue
Changes since 1.86: +13 -1 lines
Diff to previous 1.86 (colored)

Merge Aug 24 -current into the kqueue branch.

Revision 1.85.2.2 / (download) - annotate - [select for diffs], Fri Aug 24 00:11:11 2001 UTC (10 years, 9 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85.2.1: +13 -1 lines
Diff to previous 1.85.2.1 (colored) to branchpoint 1.85 (colored)

Catch up with -current.

Revision 1.87 / (download) - annotate - [select for diffs], Wed Aug 15 00:04:59 2001 UTC (10 years, 9 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej-devvp-base3, thorpej-devvp-base2, thorpej-devvp-base, thorpej-devvp, pre-chs-ubcperf, post-chs-ubcperf
Branch point for: thorpej-mips-cache
Changes since 1.86: +13 -1 lines
Diff to previous 1.86 (colored)

Add a little infrastructure so that individual drivers can easily check
if thee was a vendor+product locator match.

Revision 1.85.2.1 / (download) - annotate - [select for diffs], Thu Jun 21 20:06:26 2001 UTC (10 years, 11 months ago) by nathanw
Branch: nathanw_sa
Changes since 1.85: +1 -2 lines
Diff to previous 1.85 (colored)

Catch up to -current.

Revision 1.86 / (download) - annotate - [select for diffs], Wed May 16 04:50:11 2001 UTC (11 years ago) by lukem
Branch: MAIN
Branch point for: kqueue
Changes since 1.85: +1 -2 lines
Diff to previous 1.85 (colored)

delint: remove unnecessary assignment to same objection (hidden in #define)

Revision 1.52.2.4 / (download) - annotate - [select for diffs], Sun Feb 11 19:16:30 2001 UTC (11 years, 3 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52.2.3: +14 -10 lines
Diff to previous 1.52.2.3 (colored) to branchpoint 1.52 (colored) next main 1.53 (colored)

Sync with HEAD.

Revision 1.85 / (download) - annotate - [select for diffs], Sun Jan 21 02:34:34 2001 UTC (11 years, 4 months ago) by augustss
Branch: MAIN
CVS Tags: thorpej_scsipi_nbase, thorpej_scsipi_beforemerge, thorpej_scsipi_base
Branch point for: nathanw_sa
Changes since 1.84: +12 -8 lines
Diff to previous 1.84 (colored)

Trim space off both ends of device product and vendor strings.

Revision 1.84 / (download) - annotate - [select for diffs], Thu Jan 18 20:28:22 2001 UTC (11 years, 4 months ago) by jdolecek
Branch: MAIN
Changes since 1.83: +3 -3 lines
Diff to previous 1.83 (colored)

constify

Revision 1.52.2.3 / (download) - annotate - [select for diffs], Thu Jan 18 09:23:39 2001 UTC (11 years, 4 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52.2.2: +16 -2 lines
Diff to previous 1.52.2.2 (colored) to branchpoint 1.52 (colored)

Sync with head (for UBC+NFS fixes, mostly).

Revision 1.83 / (download) - annotate - [select for diffs], Mon Jan 8 20:21:16 2001 UTC (11 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.82: +17 -3 lines
Diff to previous 1.82 (colored)

Cosmetic changes.

Revision 1.52.2.2 / (download) - annotate - [select for diffs], Wed Dec 13 15:50:16 2000 UTC (11 years, 5 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52.2.1: +15 -8 lines
Diff to previous 1.52.2.1 (colored) to branchpoint 1.52 (colored)

Sync with HEAD (for UBC fixes).

Revision 1.82 / (download) - annotate - [select for diffs], Wed Dec 13 04:05:14 2000 UTC (11 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.81: +15 -8 lines
Diff to previous 1.81 (colored)

Don't try to access a device that is being disconnected when generating
the detach event.  Fixes (I hope) PR 11713 from itohy@netbsd.org (ITOH Yasufumi).

Revision 1.52.2.1 / (download) - annotate - [select for diffs], Mon Nov 20 11:43:30 2000 UTC (11 years, 6 months ago) by bouyer
Branch: thorpej_scsipi
Changes since 1.52: +358 -314 lines
Diff to previous 1.52 (colored)

Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

Revision 1.81 / (download) - annotate - [select for diffs], Tue Oct 24 15:01:26 2000 UTC (11 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.80: +36 -10 lines
Diff to previous 1.80 (colored)

Add a hack to try and figure out if the TI UTUSB41 hub is bus powered
despite claiming to be self powered (it's important to know so that the
power budget can be met).

Revision 1.80 / (download) - annotate - [select for diffs], Thu Oct 12 23:11:04 2000 UTC (11 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.79: +3 -3 lines
Diff to previous 1.79 (colored)

Avoid empty strings for vendor&product.

Revision 1.76.2.1 / (download) - annotate - [select for diffs], Thu Jun 22 17:08:44 2000 UTC (11 years, 11 months ago) by minoura
Branch: minoura-xpg4dl
Changes since 1.76: +55 -125 lines
Diff to previous 1.76 (colored) next main 1.77 (colored)

Sync w/ netbsd-1-5-base.

Revision 1.79 / (download) - annotate - [select for diffs], Thu Jun 1 14:37:51 2000 UTC (11 years, 11 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-5-base, netbsd-1-5-RELEASE, netbsd-1-5-PATCH003, netbsd-1-5-PATCH002, netbsd-1-5-PATCH001, netbsd-1-5-BETA2, netbsd-1-5-BETA, netbsd-1-5-ALPHA2, netbsd-1-5
Changes since 1.78: +2 -6 lines
Diff to previous 1.78 (colored)

Improve some portability items.

Revision 1.78 / (download) - annotate - [select for diffs], Thu Jun 1 14:29:02 2000 UTC (11 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.77: +46 -116 lines
Diff to previous 1.77 (colored)

Bring the coding style into the 80s, i.e., get rid of __P and use
ANSI prototypes and declarations.

Revision 1.77 / (download) - annotate - [select for diffs], Wed May 31 16:15:49 2000 UTC (11 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.76: +9 -5 lines
Diff to previous 1.76 (colored)

Be more careful when setting the alternate interface.

Revision 1.76 / (download) - annotate - [select for diffs], Thu Apr 27 15:26:50 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
CVS Tags: minoura-xpg4dl-base
Branch point for: minoura-xpg4dl
Changes since 1.75: +2 -2 lines
Diff to previous 1.75 (colored)

Change my email address.

Revision 1.75 / (download) - annotate - [select for diffs], Sun Apr 23 00:47:00 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.74: +16 -7 lines
Diff to previous 1.74 (colored)

Make it possible to move a device to its unconfigured state by
using config #0.

Revision 1.74 / (download) - annotate - [select for diffs], Fri Apr 21 20:58:56 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.73: +13 -5 lines
Diff to previous 1.73 (colored)

Add some comments.

Revision 1.73 / (download) - annotate - [select for diffs], Fri Apr 21 15:58:55 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.72: +3 -5 lines
Diff to previous 1.72 (colored)

Change error reporting in port reset function.

Revision 1.72 / (download) - annotate - [select for diffs], Fri Apr 14 14:13:56 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.71: +34 -27 lines
Diff to previous 1.71 (colored)

Make attach of ugen work as it should so product&vendor locators can be used.

Revision 1.71 / (download) - annotate - [select for diffs], Wed Mar 29 18:24:53 2000 UTC (12 years, 1 month ago) by augustss
Branch: MAIN
Changes since 1.70: +2 -1 lines
Diff to previous 1.70 (colored)

Some OpenBSD portability fixes.

Revision 1.70 / (download) - annotate - [select for diffs], Wed Mar 29 01:45:20 2000 UTC (12 years, 2 months ago) by augustss
Branch: MAIN
Changes since 1.69: +2 -1 lines
Diff to previous 1.69 (colored)

Do not accept new xfers for queuing while a pipe is aborting.

Revision 1.69 / (download) - annotate - [select for diffs], Mon Mar 27 12:33:58 2000 UTC (12 years, 2 months ago) by augustss
Branch: MAIN
Changes since 1.68: +13 -13 lines
Diff to previous 1.68 (colored)

Change (almost) all static to Static.  The symbol `Static' can then be defined
to `' or `static' depending on if you want to debug or not.

Revision 1.68 / (download) - annotate - [select for diffs], Sat Mar 25 18:02:33 2000 UTC (12 years, 2 months ago) by augustss
Branch: MAIN
Changes since 1.67: +2 -1 lines
Diff to previous 1.67 (colored)

Rename and move around callout handles to make it more sane.
Add some DIAGNOSTIC.
Fix buglet in isoc abort on UHCI.

Revision 1.67 / (download) - annotate - [select for diffs], Mon Mar 13 23:52:37 2000 UTC (12 years, 2 months ago) by soren
Branch: MAIN
Changes since 1.66: +2 -2 lines
Diff to previous 1.66 (colored)

Fix doubled 'the's in comments.

Revision 1.66 / (download) - annotate - [select for diffs], Sun Feb 20 14:45:05 2000 UTC (12 years, 3 months ago) by jdolecek
Branch: MAIN
Changes since 1.65: +7 -7 lines
Diff to previous 1.65 (colored)

usbd_devinfo_vp(): search the know devs array also if the device
	doesn't return product description (e.g. Kye's Genius NetScroll
	mouse returns vendor, but not product); the strings
	returned by device are still preferred to those in the array, though

Revision 1.65 / (download) - annotate - [select for diffs], Wed Feb 2 07:34:00 2000 UTC (12 years, 3 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-newbase
Changes since 1.64: +26 -6 lines
Diff to previous 1.64 (colored)

Change the USB event mechanism to include more information about devices
and drivers.  Partly from FreeBSD.

Revision 1.64 / (download) - annotate - [select for diffs], Tue Feb 1 17:46:17 2000 UTC (12 years, 3 months ago) by augustss
Branch: MAIN
Changes since 1.63: +4 -2 lines
Diff to previous 1.63 (colored)

Make sure to use delay() in usb_delay_ms() while cold booting.

Revision 1.63 / (download) - annotate - [select for diffs], Wed Jan 19 00:23:58 2000 UTC (12 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.62: +6 -3 lines
Diff to previous 1.62 (colored)

Add an argument to usbd_open_pipe_intr() to specify the polling interval
for an interrupt pipe in case we don't what what the descriptor suggests.

Revision 1.62 / (download) - annotate - [select for diffs], Sun Jan 16 23:11:43 2000 UTC (12 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.61: +19 -6 lines
Diff to previous 1.61 (colored)

Add usbd_reload_device_desc() to get the device descriptor again from a device.
Useful if e.g. downloading firmware updates the revision number.

Revision 1.48.2.1 / (download) - annotate - [select for diffs], Mon Dec 27 18:35:45 1999 UTC (12 years, 5 months ago) by wrstuden
Branch: wrstuden-devbsize
Changes since 1.48: +217 -171 lines
Diff to previous 1.48 (colored) next main 1.49 (colored)

Pull up to last week's -current.

Revision 1.61 / (download) - annotate - [select for diffs], Sat Dec 18 22:51:58 1999 UTC (12 years, 5 months ago) by augustss
Branch: MAIN
CVS Tags: wrstuden-devbsize-base, wrstuden-devbsize-19991221
Changes since 1.60: +3 -2 lines
Diff to previous 1.60 (colored)

Add another debug printf.

Revision 1.60 / (download) - annotate - [select for diffs], Wed Dec 15 23:00:05 1999 UTC (12 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.59: +4 -1 lines
Diff to previous 1.59 (colored)

Add even more debug output.

Revision 1.59 / (download) - annotate - [select for diffs], Wed Dec 15 20:05:08 1999 UTC (12 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.58: +10 -5 lines
Diff to previous 1.58 (colored)

More debug printfs.

Revision 1.58 / (download) - annotate - [select for diffs], Mon Dec 6 21:07:00 1999 UTC (12 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.57: +10 -10 lines
Diff to previous 1.57 (colored)

Cosmetics and a couple of diagnostic messages.

Revision 1.57 / (download) - annotate - [select for diffs], Wed Nov 24 23:14:39 1999 UTC (12 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.56: +9 -18 lines
Diff to previous 1.56 (colored)

Avoid the special when disconnecting devices with no config descriptor.
It was wrong.

Revision 1.56 / (download) - annotate - [select for diffs], Thu Nov 18 23:32:32 1999 UTC (12 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.55: +20 -13 lines
Diff to previous 1.55 (colored)

Cosmetic changes and some small improvements.  From FreeBSD and Nick Hibma.

Revision 1.55 / (download) - annotate - [select for diffs], Tue Nov 16 22:15:50 1999 UTC (12 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54 (colored)

Fix a pointer test that I got wrong in the big code cleanup.

Revision 1.54 / (download) - annotate - [select for diffs], Tue Nov 16 12:04:29 1999 UTC (12 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.53: +18 -1 lines
Diff to previous 1.53 (colored)

Some minor changes from OpenBSD.

Revision 1.52.4.1 / (download) - annotate - [select for diffs], Mon Nov 15 00:41:39 1999 UTC (12 years, 6 months ago) by fvdl
Branch: fvdl-softdep
Changes since 1.52: +108 -107 lines
Diff to previous 1.52 (colored) next main 1.53 (colored)

Sync with -current

Revision 1.53 / (download) - annotate - [select for diffs], Fri Nov 12 00:34:58 1999 UTC (12 years, 6 months ago) by augustss
Branch: MAIN
CVS Tags: fvdl-softdep-base
Changes since 1.52: +108 -107 lines
Diff to previous 1.52 (colored)

A number of stylistic changes to increase readability (many suggested
by Nick Hibma):
	use NULL not 0
	declare all local definitions static
	rename s/usbd_request/usbd_xfer/ s/reqh/xfer/
	rename s/r/err/
	use implicit test for no err
	KNF

Revision 1.52 / (download) - annotate - [select for diffs], Wed Oct 13 08:10:58 1999 UTC (12 years, 7 months ago) by augustss
Branch: MAIN
CVS Tags: comdex-fall-1999-base, comdex-fall-1999
Branch point for: thorpej_scsipi, fvdl-softdep
Changes since 1.51: +39 -24 lines
Diff to previous 1.51 (colored)

Merge in a large batch of changes from Nick Hibma <hibma@skylink.it> so
the USB stack compiles on FreeBSD again.

Revision 1.51 / (download) - annotate - [select for diffs], Tue Oct 12 20:02:48 1999 UTC (12 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.50: +9 -7 lines
Diff to previous 1.50 (colored)

Fix some bugs in USB controller detach code.

Revision 1.50 / (download) - annotate - [select for diffs], Tue Oct 12 11:54:56 1999 UTC (12 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.49: +5 -2 lines
Diff to previous 1.49 (colored)

Add an event mechanism so that a userland process can watch devices come
and go.

Revision 1.49 / (download) - annotate - [select for diffs], Mon Oct 11 09:16:39 1999 UTC (12 years, 7 months ago) by augustss
Branch: MAIN
Changes since 1.48: +3 -2 lines
Diff to previous 1.48 (colored)

Add a quirk for devices that lie about how they are powered.

Revision 1.48 / (download) - annotate - [select for diffs], Thu Sep 16 19:20:34 1999 UTC (12 years, 8 months ago) by augustss
Branch: MAIN
Branch point for: wrstuden-devbsize
Changes since 1.47: +8 -1 lines
Diff to previous 1.47 (colored)

More DIAGNOSTIC paranoia.

Revision 1.47 / (download) - annotate - [select for diffs], Wed Sep 15 10:25:31 1999 UTC (12 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.46: +58 -1 lines
Diff to previous 1.46 (colored)

Add preliminary (untested) code for detaching the USB host controller
(needed for CardBus based controllers).

Revision 1.46 / (download) - annotate - [select for diffs], Mon Sep 13 19:18:17 1999 UTC (12 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.45: +3 -1 lines
Diff to previous 1.45 (colored)

Rearrange the code a little so we can decide if we are in process
or interrupt context in a reliable way.  Mainly used for DIAGNOSTIC.

Revision 1.45 / (download) - annotate - [select for diffs], Thu Sep 9 12:26:47 1999 UTC (12 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.44: +2 -2 lines
Diff to previous 1.44 (colored)

Change the internal API to allow DMA buffers to be pre-allocated by
the device driver instead of happening automagically in the HC driver.
This affects both the HC-USBD interface as well as the USBD-device
interface.
This change will allow DMA buffers to be reused e.g. in isochronous
traffic.

Add isochronous support to the UHCI driver (not for OHCI yet).

Revision 1.44 / (download) - annotate - [select for diffs], Sun Sep 5 21:22:39 1999 UTC (12 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.43: +2 -2 lines
Diff to previous 1.43 (colored)

Change some printf to DPRINTF for consistency.  From Nick Hibma, FreeBSD.

Revision 1.43 / (download) - annotate - [select for diffs], Sun Sep 5 19:32:19 1999 UTC (12 years, 8 months ago) by augustss
Branch: MAIN
Changes since 1.42: +10 -10 lines
Diff to previous 1.42 (colored)

Change the way the `struct device' base part of all driver softc are
declared and accessed to make it more portable.  Idea from Nick Hibma, FreeBSD.
No functional changes.

Revision 1.42 / (download) - annotate - [select for diffs], Sun Aug 29 19:41:27 1999 UTC (12 years, 8 months ago) by thorpej
Branch: MAIN
Changes since 1.41: +4 -11 lines
Diff to previous 1.41 (colored)

Make usbd_errstr() always return a useful error message; it's not like
the strings are that big.

Revision 1.41 / (download) - annotate - [select for diffs], Sat Aug 28 21:42:35 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.40: +2 -2 lines
Diff to previous 1.40 (colored)

Change some 'struct device' to 'bdevice'.  From FreeBSD.

Revision 1.40 / (download) - annotate - [select for diffs], Sun Aug 22 20:12:39 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.39: +1 -49 lines
Diff to previous 1.39 (colored)

Move more of the transfer completion processing to HC independent code.
Fix some problems with transfer abort & timeout.

Revision 1.39 / (download) - annotate - [select for diffs], Thu Aug 19 19:51:37 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.38: +42 -16 lines
Diff to previous 1.38 (colored)

Add a utility function, usbd_errstr(), to print error strings.  From FreeBSD.

Revision 1.38 / (download) - annotate - [select for diffs], Tue Aug 17 20:59:04 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.37: +4 -2 lines
Diff to previous 1.37 (colored)

Redo the UHCI data toggle handling.
Make sure data toggles get synchronized on open and
when clearing an endpoint stall.

Revision 1.37 / (download) - annotate - [select for diffs], Tue Aug 17 16:06:21 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.36: +16 -4 lines
Diff to previous 1.36 (colored)

Make some small changes to make it compile on OpenBSD.

Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 16 20:24:33 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.35: +2 -7 lines
Diff to previous 1.35 (colored)

Change the way transfers are dequeued so thet we know that they
are removed from the queue before being deallocated.

Revision 1.35 / (download) - annotate - [select for diffs], Sat Aug 14 14:49:32 1999 UTC (12 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.34: +3 -3 lines
Diff to previous 1.34 (colored)

Some changes from FreeBSD (no functional differences).

Revision 1.29.4.2 / (download) - annotate - [select for diffs], Thu Jul 1 23:40:23 1999 UTC (12 years, 10 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.29.4.1: +52 -9 lines
Diff to previous 1.29.4.1 (colored) to branchpoint 1.29 (colored) next main 1.30 (colored)

Sync w/ -current.

Revision 1.34 / (download) - annotate - [select for diffs], Wed Jun 30 06:44:23 1999 UTC (12 years, 10 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc2-base
Changes since 1.33: +52 -9 lines
Diff to previous 1.33 (colored)

Totally redo the way device detach is done.  It now uses a kernel event
thread and the config detach method.
Squish a number of space leaks on detach.

Revision 1.29.4.1 / (download) - annotate - [select for diffs], Mon Jun 21 01:19:29 1999 UTC (12 years, 11 months ago) by thorpej
Branch: chs-ubc2
Changes since 1.29: +49 -40 lines
Diff to previous 1.29 (colored)

Sync w/ -current.

Revision 1.33 / (download) - annotate - [select for diffs], Mon Jun 14 17:09:57 1999 UTC (12 years, 11 months ago) by augustss
Branch: MAIN
Changes since 1.32: +8 -38 lines
Diff to previous 1.32 (colored)

Get rid of a bunch of code that was part of an old USBDI proposal, but that
is unused in our USB stack.

Once upon a time, when I started writing the USB stack for NetBSD, there
was an effort to make a standard for how USB device drivers should interact
with the rest of the USB stack.  This effort had contributors from just
about all Un*x camps (but not Micro$oft :).  I based my design on one of their
early proposals since I thought it would be a good idea if we could all
share device drivers with a minimum effort.  Shortly after I started my work
all the free Un*x people were thrown out of the USBDI work since we did not
pay the USB membership fee.  Well, some time has passed now and the work of
the standardization group is almost public again.  But alas, the new standard
has grown to be a monster!  I do not want to have this as the basis for the
*BSD USB stack; it is far too complicated.
So, since we are not even close to being compilant with the standard, I've
thrown out some old baggage.

Revision 1.32 / (download) - annotate - [select for diffs], Sun May 16 13:51:05 1999 UTC (13 years ago) by augustss
Branch: MAIN
Changes since 1.31: +32 -3 lines
Diff to previous 1.31 (colored)

Add vendor/product/release locators.  Added in frustration as my HID
devices appeared as different devices after some plugging and unplugging. :-)

Revision 1.31 / (download) - annotate - [select for diffs], Thu May 13 23:29:41 1999 UTC (13 years ago) by augustss
Branch: MAIN
Changes since 1.30: +9 -1 lines
Diff to previous 1.30 (colored)

More DIAGNOSTIC tests.

Revision 1.30 / (download) - annotate - [select for diffs], Sun May 9 14:37:18 1999 UTC (13 years ago) by augustss
Branch: MAIN
Changes since 1.29: +3 -1 lines
Diff to previous 1.29 (colored)

More debug.

Revision 1.29 / (download) - annotate - [select for diffs], Thu Mar 18 12:08:43 1999 UTC (13 years, 2 months ago) by augustss
Branch: MAIN
CVS Tags: netbsd-1-4-base, netbsd-1-4-RELEASE, netbsd-1-4-PATCH003, netbsd-1-4-PATCH002, netbsd-1-4-PATCH001, netbsd-1-4, kame_14_19990705, kame_14_19990628, kame_141_19991130, kame
Branch point for: chs-ubc2
Changes since 1.28: +3 -1 lines
Diff to previous 1.28 (colored)

Initialize pipe structure properly.  From Joel Chen <jchen@nc.com>

Revision 1.28 / (download) - annotate - [select for diffs], Sun Jan 10 19:13:16 1999 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.27: +5 -1 lines
Diff to previous 1.27 (colored)

Some minor updates from FreeBSD.

Revision 1.27 / (download) - annotate - [select for diffs], Fri Jan 8 11:58:25 1999 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.26: +21 -18 lines
Diff to previous 1.26 (colored)

Various little fixes from the FreeBSD version.

Revision 1.26 / (download) - annotate - [select for diffs], Thu Jan 7 22:12:08 1999 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.25: +2 -4 lines
Diff to previous 1.25 (colored)

Fix typo in FreeBSD part of the code.

Revision 1.25 / (download) - annotate - [select for diffs], Thu Jan 7 02:22:51 1999 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.24: +1 -3 lines
Diff to previous 1.24 (colored)

Fix some FreeBSD compiler warnings.

Revision 1.24 / (download) - annotate - [select for diffs], Fri Jan 1 15:21:42 1999 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.23: +11 -9 lines
Diff to previous 1.23 (colored)

Fix bug setting up endpoint descriptors for an interface.

Revision 1.23 / (download) - annotate - [select for diffs], Wed Dec 30 18:06:25 1998 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.22: +17 -8 lines
Diff to previous 1.22 (colored)

Split usbd_delay_ms() into two functions, one can be used in
device drivers.

Revision 1.22 / (download) - annotate - [select for diffs], Tue Dec 29 16:02:55 1998 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.21: +13 -2 lines
Diff to previous 1.21 (colored)

Do not blindly assume that a device supports language id 0, instead
ask it what languages it supports.

Revision 1.21 / (download) - annotate - [select for diffs], Tue Dec 29 15:27:16 1998 UTC (13 years, 4 months ago) by augustss
Branch: MAIN
Changes since 1.20: +5 -3 lines
Diff to previous 1.20 (colored)

Return more info in ioctl(USB_DEVICEINFO).

Revision 1.20 / (download) - annotate - [select for diffs], Mon Dec 28 21:05:26 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.19: +18 -6 lines
Diff to previous 1.19 (colored)

Send more information to USB attach routines so that they can claim
multiple interfaces.

Revision 1.19 / (download) - annotate - [select for diffs], Mon Dec 28 20:14:00 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.18: +71 -15 lines
Diff to previous 1.18 (colored)

Change the host controller internal API a little and add some incomplete
support for isochronous transfers.

Revision 1.18 / (download) - annotate - [select for diffs], Sat Dec 26 12:53:03 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.17: +195 -93 lines
Diff to previous 1.17 (colored)

Merge changes to make the USB stack work with FreeBSD.  The original
diffs from Nick Hibma <n_hibma@freebsd.org>, but with substantial
changes from me.
XXX Not tested on FreeBSD yet.

Revision 1.17 / (download) - annotate - [select for diffs], Sat Dec 12 12:18:26 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.16: +1 -55 lines
Diff to previous 1.16 (colored)

Oops, I commited the wrong version before.

Revision 1.16 / (download) - annotate - [select for diffs], Sat Dec 12 12:06:53 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.15: +55 -1 lines
Diff to previous 1.15 (colored)

Initialize variable to make gcc happy.

Revision 1.15 / (download) - annotate - [select for diffs], Thu Dec 10 16:13:48 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.14: +6 -1 lines
Diff to previous 1.14 (colored)

Change a printf a little.

Revision 1.14 / (download) - annotate - [select for diffs], Wed Dec 9 19:24:28 1998 UTC (13 years, 5 months ago) by drochner
Branch: MAIN
CVS Tags: kenh-if-detach-base, kenh-if-detach
Changes since 1.13: +23 -12 lines
Diff to previous 1.13 (colored)

make compile without USB_DEBUG, wrap lines to 80 cols

Revision 1.13 / (download) - annotate - [select for diffs], Wed Dec 9 00:18:11 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.12: +74 -48 lines
Diff to previous 1.12 (colored)

Improvement to the ugen driver.
Better error checking.
Some code rearrengment.

Revision 1.12 / (download) - annotate - [select for diffs], Tue Dec 8 15:18:45 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.11: +166 -45 lines
Diff to previous 1.11 (colored)

Some minor API changes and additions.

Revision 1.11 / (download) - annotate - [select for diffs], Wed Dec 2 22:57:08 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.10: +27 -8 lines
Diff to previous 1.10 (colored)

Add configuration and interface locators.

Revision 1.10 / (download) - annotate - [select for diffs], Wed Dec 2 17:20:20 1998 UTC (13 years, 5 months ago) by augustss
Branch: MAIN
Changes since 1.9: +5 -6 lines
Diff to previous 1.9 (colored)

Avoid wrapping lines in attach printfs.

Revision 1.9 / (download) - annotate - [select for diffs], Wed Nov 25 22:32:05 1998 UTC (13 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.8: +4 -3 lines
Diff to previous 1.8 (colored)

Make the copyright header conform to the NetBSD template.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Nov 21 18:57:09 1998 UTC (13 years, 6 months ago) by augustss
Branch: MAIN
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Fix some typos.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Aug 2 22:30:53 1998 UTC (13 years, 9 months ago) by augustss
Branch: MAIN
CVS Tags: chs-ubc-base, chs-ubc
Changes since 1.6: +26 -8 lines
Diff to previous 1.6 (colored)

Improve some error messages.
Make some preparations for isochronous transfers.

Revision 1.6 / (download) - annotate - [select for diffs], Sat Aug 1 20:11:39 1998 UTC (13 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.5: +16 -8 lines
Diff to previous 1.5 (colored)

Make sure to abort the interrupt pipe on disconnect of a mouse or keyboard.
Improve some error messages.

Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 1 18:16:20 1998 UTC (13 years, 9 months ago) by augustss
Branch: MAIN
Changes since 1.4: +5 -4 lines
Diff to previous 1.4 (colored)

Switch from a global flag to tell if the host controller should use
polling to a local one for each controller.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Jul 23 01:46:27 1998 UTC (13 years, 10 months ago) by augustss
Branch: MAIN
CVS Tags: eeh-paddr_t-base, eeh-paddr_t
Changes since 1.3: +4 -2 lines
Diff to previous 1.3 (colored)

Use the pipe maximum packet length rather than the device max length when
setting up a transfer.
Update the UHCI data toggle correctly.

Revision 1.3 / (download) - annotate - [select for diffs], Wed Jul 22 12:22:09 1998 UTC (13 years, 10 months ago) by augustss
Branch: MAIN
Changes since 1.2: +22 -18 lines
Diff to previous 1.2 (colored)

Loop over all configurations when trying to probe for interface drivers.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 16 12:55:19 1998 UTC (13 years, 10 months ago) by is
Branch: MAIN
Changes since 1.1: +3 -1 lines
Diff to previous 1.1 (colored)

Make this compile without USBVERBOSE.

Revision 1.1 / (download) - annotate - [select for diffs], Sun Jul 12 19:52:00 1998 UTC (13 years, 10 months ago) by augustss
Branch: MAIN

Add USB support.  Supported so far:
* UHCI and OHCI host controllers on PCI
* Hubs
* HID devices withe special drivers for mouse and keyboard
* Printers

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>