| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
| |
new USB2 stack will fully replace this for 8.0.
Remove kernel modules, a subsequent commit will update conf/files. Unhook
usbdevs from the build.
Notes:
svn path=/head/; revision=188939
|
| |
|
|
|
|
|
|
| |
skelton ioctl handler has decayed beyond usefulness in both of these
drivers.
Notes:
svn path=/head/; revision=182504
|
| |
|
|
|
|
|
|
|
| |
This saves ~300 bytes for uvscom.c and ~100 for uvisor.c
Approved by: re (blanket)
Notes:
svn path=/head/; revision=171233
|
| |
|
|
|
|
|
| |
Approved by: re@
Notes:
svn path=/head/; revision=170960
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170937
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170886
|
| |
|
|
|
|
|
| |
change, and MD5's appear to be the same.
Notes:
svn path=/head/; revision=170655
|
| |
|
|
|
|
|
|
|
| |
them in bulk because there is at least one feature that's
unimplemented on FreeBSD that needs to be done and these are good
placeholders.
Notes:
svn path=/head/; revision=170629
|
| |
|
|
| |
Notes:
svn path=/head/; revision=170617
|
| |
|
|
|
|
|
| |
usb_port.h. They aren't needed, and are a legacy of this code's past.
Notes:
svn path=/head/; revision=170612
|
| |
|
|
|
|
|
|
|
| |
Remove bogus bzero/memset
Expand USB_ATTACH_SETUP
Minor nits
Notes:
svn path=/head/; revision=170454
|
| |
|
|
|
|
|
|
| |
Approved by: rwatson (mentor)
MFC after: 1 week
Notes:
svn path=/head/; revision=170397
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sysctl_handle_int is not sizeof the int type you want to export.
The type must always be an int or an unsigned int.
Remove the instances where a sizeof(variable) is passed to stop
people accidently cut and pasting these examples.
In a few places this was sysctl_handle_int was being used on 64 bit
types, which would truncate the value to be exported. In these
cases use sysctl_handle_quad to export them and change the format
to Q so that sysctl(1) can still print them.
Notes:
svn path=/head/; revision=170289
|
| |
|
|
| |
Notes:
svn path=/head/; revision=167086
|
| |
|
|
|
|
|
|
|
| |
md5 still the same.
"Dave, stop. I feel my mind slipping away." -- hal
Notes:
svn path=/head/; revision=162097
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
s/device_ptr_t/device_t/g
No md5 changes in the .o's
# Note to the md5 tracking club: $FreeBSD$ changes md5 after every commit
# so you need to checkout -kk to get $FreeBSD$ instead of the actual value
# of the keyword.
Notes:
svn path=/head/; revision=162095
|
| |
|
|
| |
Notes:
svn path=/head/; revision=153084
|
| |
|
|
| |
Notes:
svn path=/head/; revision=150460
|
| |
|
|
|
|
|
|
|
| |
Calling ucom layer directly from interrupt context make a panic.
MFC after: 1 week
Notes:
svn path=/head/; revision=141087
|
| |
|
|
|
|
|
| |
all over the place.
Notes:
svn path=/head/; revision=135379
|
| |
|
|
| |
Notes:
svn path=/head/; revision=131187
|
| |
|
|
| |
Notes:
svn path=/head/; revision=129879
|
| |
|
|
|
|
|
|
|
|
| |
http://www.sun-denshi.co.jp/scc/products/mobile/as144l4/as144l4.htm (in Japanese)
PR: kern/66144
Submitted by: KURASHINA Hideyuki <rushani@FreeBSD.org>
Notes:
svn path=/head/; revision=128825
|
| |
|
|
| |
Notes:
svn path=/head/; revision=124063
|
| |
|
|
|
|
|
|
|
|
| |
- Add kernel options: {UPLCOM,UVSCOM}_INTR_INTERVAL
- Add sysctl variables: 'hw.usb.{uplcom,uvscom}.interval'
MFC after: 1 week
Notes:
svn path=/head/; revision=122796
|
| |
|
|
|
|
|
| |
Also some minor style cleanups.
Notes:
svn path=/head/; revision=119418
|
| |
|
|
|
|
|
|
|
| |
This code reduces the number of trailing white space to be more in line
w/ NetBSD. I don't regenerate usbdevs, saving that for when it really
changes.
Notes:
svn path=/head/; revision=117213
|
| |
|
|
|
|
|
| |
And make this value configurable by kernel config or sysctl.
Notes:
svn path=/head/; revision=112041
|
| |
|
|
| |
Notes:
svn path=/head/; revision=112038
|
| |
|
|
|
|
|
| |
Approved by: trb
Notes:
svn path=/head/; revision=111119
|
| |
|
|
|
|
|
|
| |
PR: 48212
Submitted by: Masaharu FUJITA <m@fjts.org>
Notes:
svn path=/head/; revision=110793
|
| |
|
|
|
|
|
|
| |
PR: kern/47547
Submitted by: Kazu TAKAMUNE <takamune@mail.com>
Notes:
svn path=/head/; revision=110660
|
| |
|
|
|
|
|
| |
Merge M_NOWAIT/M_DONTWAIT into a single flag M_NOWAIT.
Notes:
svn path=/head/; revision=109623
|
| |
|
|
|
|
|
|
| |
Submitted by: akiyama
MFC after: 3 days
Notes:
svn path=/head/; revision=107014
|
| |
|
|
|
|
|
| |
Requested by: imp
Notes:
svn path=/head/; revision=101521
|
| |
|
|
|
|
|
|
|
| |
debugging levels to off by default. Now that debug levels can be
tweaked by sysctl we don't need to go through hoops to get the
different usb parts to produce debug data.
Notes:
svn path=/head/; revision=101060
|
| |
|
|
|
|
|
|
|
| |
sysctl tree for tweaking them real-time.
Reviewed by: iedowse
Notes:
svn path=/head/; revision=101053
|
| |
|
|
|
|
|
| |
Submitted by: nsayer
Notes:
svn path=/head/; revision=99702
|
| |
|
|
|
|
|
| |
Submitted by: akiyama
Notes:
svn path=/head/; revision=99701
|
| |
|
|
|
|
|
| |
Suggested by: Lennart Augustsson <lennart@augustsson.net>
Notes:
svn path=/head/; revision=93335
|
| |
|
|
| |
Notes:
svn path=/head/; revision=93333
|
| |
|
|
|
|
|
| |
Suggested by: Lennart Augustsson <augustss@netbsd.org>
Notes:
svn path=/head/; revision=93280
|
|
|
Ported from NetBSD by: akiyama
Notes:
svn path=/head/; revision=92603
|