| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| | |
Reported by: arr
Notes:
svn path=/head/; revision=117595
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117594
|
| |
| |
| |
| |
| |
| |
| | |
from interrupt handler panics the machine.
Notes:
svn path=/head/; revision=117593
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'#ifdef lint/#endif' around the lines should not have been removed.
Also add blank lines where one (per file) was missing.
Reviewed by: First part noticed by bde, blank lines noticed by me
MFC after: 15 days
Notes:
svn path=/head/; revision=117592
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117591
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
get from '-r CSRG', instead of having that sccsid as a comment.
(this is the sccsid from 1996 -- there have been many changes to
printcap.c since then!)
MFC after: 15 days
Notes:
svn path=/head/; revision=117590
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117589
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117588
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
'#ifdef lint/#endif' around the lines should not have been removed.
Reviewed by: noticed by bde
MFC after: 15 days
Notes:
svn path=/head/; revision=117587
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
MFNetBSD: revision 1.137
date: 2003/01/20 07:12:13; author: simonb;
Grrr. So much for my ability to use grep(1) effectively. Pointed out
by Stephen Degler in private mail.
Notes:
svn path=/head/; revision=117586
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2003/01/20 05:30:09; author: simonb;
The Double-Semi-Colon Police.
Notes:
svn path=/head/; revision=117585
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/12/10 14:07:37; author: toshii; state: Exp; lines: +6 -6
Add a couple of le32toh which were missing in the previous.
Pointed out by SOMEYA Yoshihiko.
Notes:
svn path=/head/; revision=117584
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/12/07 07:33:20; author: toshii; state: Exp; lines: +50 -29
Update xfer->frlengths for input isoc transfer. Based on patches from
SOMEYA Yoshihiko.
Also fix error handling for isoc transfer somewhat; usb_transfer_complete
shouldn't be called for more than once.
Notes:
svn path=/head/; revision=117583
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/12/07 07:14:28; author: toshii;
Fix several nits. Mostly from SOMEYA Yoshihiko.
- Call usbd_transfer_complete at splusb.
- Fix a botched for loop in ohci_rem_ed.
- In ohci_close_pipe, wait 1ms after removing an ED to avoid possible race
condition.
The splusb change is non-functional on FreeBSD.
The botched loop and race condition changes came from us.
This patch is non-functional.
Notes:
svn path=/head/; revision=117582
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/12/07 06:52:11; author: toshii;
Remove junk at the end of a DPRINTF. From SOMEYA Yoshihiko.
Notes:
svn path=/head/; revision=117581
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/09/29 20:58:25; author: augustss;
Add some spl calls to protect critical regions. From kern/18440,
Takeshi Nakayama.
(No functional change on FreeBSD).
Notes:
svn path=/head/; revision=117580
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117579
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117578
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
other minor whitespace changes.
Replace u_char with uint8_t in a few places.
Notes:
svn path=/head/; revision=117577
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2003/05/13 04:41:59; author: gson;
Function names printed in debug messages did not always match the
actual name of the function.
Notes:
svn path=/head/; revision=117576
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2003/02/23 04:19:26; author: simonb;
Remove unreachable break after return.
Notes:
svn path=/head/; revision=117575
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2003/02/19 01:35:04; author: augustss;
Bail out early in isoc_done if the ii is not on the interrupt list.
Notes:
svn path=/head/; revision=117574
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2003/02/16 23:15:28; author: augustss;
Don't take xfers off the interrupt list if they are not on it yet.
Notes:
svn path=/head/; revision=117573
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117572
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117571
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/10/01 01:25:25; author: thorpej;
Use CFATTACH_DECL().
Not a functional change on FreeBSD.
Notes:
svn path=/head/; revision=117570
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/09/23 05:51:20; author: simonb;
Remove breaks after returns, unreachable returns and returns after
returns(!).
Notes:
svn path=/head/; revision=117569
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- Use .Tn for ACPI/APM acronyms
- Sort SEE ALSO entries by section
- Add AUTHORS section
Reviewed by: des (mentor)
OK'ed by: njl
Notes:
svn path=/head/; revision=117568
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2003/02/08 03:32:51; author: ichiro;
change URL pointers of USB[1,2] specification
Notes:
svn path=/head/; revision=117567
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/12/31 02:21:31; author: dsainty;
Be somewhat more persuasive about enabling the port on a port reset.
USB protocol dictates that the port enable must be implied by the port
reset. To implement this on (at least) the VIA VT83C572 this means we
need to wait around tweaking the chip state until the port actually
transitions to enabled (or the device goes away). Likely fixes
kern/11018.
Notes:
svn path=/head/; revision=117566
|
| |
| |
| |
| |
| |
| |
| |
| | |
date: 2002/12/31 02:04:49; author: dsainty;
CONSTCOND away some lint warnings
Notes:
svn path=/head/; revision=117565
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
get a Hub descriptor, we have to set req.wValue to "Descriptor Type
and Descriptor Index". In this case, Descriptor Type is 0x29
(UDESC_HUB), Descriptor Index should be 0.
If I don't do a check (dev->address > 1 ... ), root hub fails.
A new Cytronix 4-port USB 2.0 Hub (Cypress CY7C65640 chip) now works
after this patch.
Submitted by: Alexander Pohoyda <alexander.pohoyda@gmx.net>
MFC after: 7 days
Notes:
svn path=/head/; revision=117564
|
| |
| |
| |
| |
| |
| |
| | |
nowerror options for the ACPI_DEBUG build case.
Notes:
svn path=/head/; revision=117563
|
| |
| |
| |
| |
| |
| |
| | |
Reported by: Mark Santcroos <marks@ripe.net>, des+tinderbox
Notes:
svn path=/head/; revision=117562
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117561
|
| |
| |
| |
| |
| |
| |
| | |
Submitted by: Alexander Pohoyda <alexander.pohoyda@gmx.net>
Notes:
svn path=/head/; revision=117560
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117559
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117558
|
| |
| |
| |
| |
| |
| |
| | |
on apm(8)
Notes:
svn path=/head/; revision=117557
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117556
|
| |
| |
| |
| |
| |
| |
| | |
Requested by: obrien
Notes:
svn path=/head/; revision=117555
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
format of 'sccsid' lines so they consistently match style(9)
guidelines. Inspired by recent update to lpd.c by charnier.
Reviewed by: discussed on cvs-src & with bde and obrien
MFC after: 15 days
Notes:
svn path=/head/; revision=117554
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117553
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
64-bit counters that wrap on overflow. They are collecte once per
second from the chips. Currently they can be retrieved via a sysctl phy_stats.
A write of an arbitrary value to the sysctl atomically retrieves the
statistics and clears them.
Notes:
svn path=/head/; revision=117552
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
we would lose it's pid file. Also, cleanup the depencies in
rc.d/cleanvar
PR: bin/53516
Notes:
svn path=/head/; revision=117551
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117550
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117549
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
o Warn when recieved packet length is not equal to length of the
packet we sent out. Idea from NetBSD.
o Fit the dump of packet with wrong data to 80 columns (from NetBSD).
Comments from: bde
Notes:
svn path=/head/; revision=117548
|
| |
| |
| |
| |
| |
| |
| | |
Cross-reference hatm(4) and fatm(4).
Notes:
svn path=/head/; revision=117547
|
| |
| |
| |
| | |
Notes:
svn path=/head/; revision=117546
|