aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | Rev 1.121 meant to pass the value 1 to soalloc() to indicate waitok.Jeffrey Hsu2003-07-141-1/+1
| | | | | | | | | | | | | | Reported by: arr Notes: svn path=/head/; revision=117595
* | Update to reflect the NetBSD patches that are already included.Josef Karthauser2003-07-144-3/+13
| | | | | | | | Notes: svn path=/head/; revision=117594
* | Use swi to process port status changes. Calling ucom layer directlyAlexander Kabaev2003-07-141-0/+20
| | | | | | | | | | | | | | from interrupt handler panics the machine. Notes: svn path=/head/; revision=117593
* | Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-145-0/+13
| | | | | | | | | | | | | | | | | | | | | | '#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
* | Make note that we already have these NetBSD patches.Josef Karthauser2003-07-144-4/+4
| | | | | | | | Notes: svn path=/head/; revision=117591
* | Get the 'sccsid' for this to match the original lines you wouldGarance A Drosehn2003-07-141-2/+6
| | | | | | | | | | | | | | | | | | | | | | 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
* | Make note of some NetBSD patches that we already have.Josef Karthauser2003-07-141-1/+3
| | | | | | | | Notes: svn path=/head/; revision=117589
* | Make a note of some patches from NetBSD that we already have.Josef Karthauser2003-07-141-1/+2
| | | | | | | | Notes: svn path=/head/; revision=117588
* | Get the 'sccsid' lines even closer to correct style(9) form. TheGarance A Drosehn2003-07-145-0/+10
| | | | | | | | | | | | | | | | | | | | '#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
* | Backout the last commit!Josef Karthauser2003-07-141-1/+2
| | | | | | | | | | | | | | | | | | | | 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
* | MFNetBSD: revision 1.136Josef Karthauser2003-07-141-1/+2
| | | | | | | | | | | | | | | | date: 2003/01/20 05:30:09; author: simonb; The Double-Semi-Colon Police. Notes: svn path=/head/; revision=117585
* | MFNetBSD: revision 1.135Josef Karthauser2003-07-141-4/+5
| | | | | | | | | | | | | | | | | | 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
* | MFNetBSD: revision 1.134Josef Karthauser2003-07-141-27/+49
| | | | | | | | | | | | | | | | | | | | | | 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
* | MFNetBSD: revision 1.133Josef Karthauser2003-07-141-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | MFNetBSD: revision 1.132Josef Karthauser2003-07-141-1/+4
| | | | | | | | | | | | | | | | 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
* | MFNetBSD: revision 1.129Josef Karthauser2003-07-141-0/+7
| | | | | | | | | | | | | | | | | | | | | | 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
* | Regen.Josef Karthauser2003-07-142-5/+75
| | | | | | | | Notes: svn path=/head/; revision=117579
* | MFNetBSD: Update the list of devices that can attach to uvisor (untested).Josef Karthauser2003-07-142-12/+30
| | | | | | | | Notes: svn path=/head/; revision=117578
* | Fix one typo in help() string, remove whitespace at end of line andLuigi Rizzo2003-07-141-24/+23
| | | | | | | | | | | | | | | | | | other minor whitespace changes. Replace u_char with uint8_t in a few places. Notes: svn path=/head/; revision=117577
* | MFNetBSD:Josef Karthauser2003-07-142-14/+16
| | | | | | | | | | | | | | | | | | 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
* | MFNetBSD: revision 1.172Josef Karthauser2003-07-141-1/+1
| | | | | | | | | | | | | | | | date: 2003/02/23 04:19:26; author: simonb; Remove unreachable break after return. Notes: svn path=/head/; revision=117575
* | MFNetBSD: revision 1.170Josef Karthauser2003-07-141-1/+5
| | | | | | | | | | | | | | | | 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
* | MFNetBSD: rev 1.169Josef Karthauser2003-07-141-6/+21
| | | | | | | | | | | | | | | | 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
* | Make a note of which patches we already have incorporated from NetBSD.Josef Karthauser2003-07-141-1/+6
| | | | | | | | Notes: svn path=/head/; revision=117572
* | Merge up-to-date with NetBSD. No functional changes.Josef Karthauser2003-07-141-6/+2
| | | | | | | | Notes: svn path=/head/; revision=117571
* | MFNetBSD:Josef Karthauser2003-07-142-13/+16
| | | | | | | | | | | | | | | | | | | | date: 2002/10/01 01:25:25; author: thorpej; Use CFATTACH_DECL(). Not a functional change on FreeBSD. Notes: svn path=/head/; revision=117570
* | MFNetBSD:Josef Karthauser2003-07-146-8/+18
| | | | | | | | | | | | | | | | | | 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
* | Assorted mdoc(7) fixes:Hiten Pandya2003-07-141-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | - 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
* | MFNetBSD:Josef Karthauser2003-07-143-4/+13
| | | | | | | | | | | | | | | | date: 2003/02/08 03:32:51; author: ichiro; change URL pointers of USB[1,2] specification Notes: svn path=/head/; revision=117567
* | MFNetBSD: rev 1.166Josef Karthauser2003-07-141-13/+99
| | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | MFNetBSD: 1.165Josef Karthauser2003-07-141-3/+8
| | | | | | | | | | | | | | | | date: 2002/12/31 02:04:49; author: dsainty; CONSTCOND away some lint warnings Notes: svn path=/head/; revision=117565
* | As defined by USB Specification Rev 2.0 (in section 11.24.2.5), toJosef Karthauser2003-07-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | Add dmobject.c to sys/conf/files also. While I'm here, remove unnecessaryNate Lawson2003-07-141-14/+15
| | | | | | | | | | | | | | nowerror options for the ACPI_DEBUG build case. Notes: svn path=/head/; revision=117563
* | Fix build with ACPI_DEBUG option.Nate Lawson2003-07-141-2/+2
| | | | | | | | | | | | | | Reported by: Mark Santcroos <marks@ripe.net>, des+tinderbox Notes: svn path=/head/; revision=117562
* | Regen.Josef Karthauser2003-07-142-2/+9
| | | | | | | | Notes: svn path=/head/; revision=117561
* | Add an entry for the Cypress slim hub.Josef Karthauser2003-07-141-0/+1
| | | | | | | | | | | | | | Submitted by: Alexander Pohoyda <alexander.pohoyda@gmx.net> Notes: svn path=/head/; revision=117560
* | Hook zzz up to the build.Nate Lawson2003-07-141-1/+2
| | | | | | | | Notes: svn path=/head/; revision=117559
* | Remove the zzz files since they have been moved to src/usr.sbin/zzzNate Lawson2003-07-143-100/+1
| | | | | | | | Notes: svn path=/head/; revision=117558
* | Move the zzz utility to its own directory since it is no longer dependentNate Lawson2003-07-143-0/+104
| | | | | | | | | | | | | | on apm(8) Notes: svn path=/head/; revision=117557
* | Make C++ safeWarner Losh2003-07-141-0/+4
| | | | | | | | Notes: svn path=/head/; revision=117556
* | Apparently we prefer underscores in new options. Sorry for the churn folks.Gordon Tetlow2003-07-141-5/+5
| | | | | | | | | | | | | | Requested by: obrien Notes: svn path=/head/; revision=117555
* | More changes to use __FBSDID() for setting rcsids, and fix theGarance A Drosehn2003-07-146-26/+19
| | | | | | | | | | | | | | | | | | | | | | 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
* | Document the PHY chip statistics.Hartmut Brandt2003-07-142-0/+29
| | | | | | | | Notes: svn path=/head/; revision=117553
* | Implement statistics for the PHY chips. Statistics are hold inHartmut Brandt2003-07-142-4/+280
| | | | | | | | | | | | | | | | | | | | 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
* | Make sure ipmon is run after cleaning up in /var. Otherwise,Mike Makonnen2003-07-142-3/+2
| | | | | | | | | | | | | | | | | | | | we would lose it's pid file. Also, cleanup the depencies in rc.d/cleanvar PR: bin/53516 Notes: svn path=/head/; revision=117551
* | o Rename local variables, do not shadow global declarations.Maxim Konovalov2003-07-141-7/+7
| | | | | | | | Notes: svn path=/head/; revision=117550
* | o Kill MINICMPLEN, there is ICMP_MINLEN already.Maxim Konovalov2003-07-141-7/+6
| | | | | | | | Notes: svn path=/head/; revision=117549
* | o Be ready to get a reply with length up to IP_MAXPACKET.Maxim Konovalov2003-07-141-11/+18
| | | | | | | | | | | | | | | | | | | | | | 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
* | Document the support for the IDT77155 Sonet/SDH PHY.Hartmut Brandt2003-07-141-4/+9
| | | | | | | | | | | | | | Cross-reference hatm(4) and fatm(4). Notes: svn path=/head/; revision=117547
* | Add support for the IDT77155 Sonet/SDH PHY.Hartmut Brandt2003-07-143-1/+865
| | | | | | | | Notes: svn path=/head/; revision=117546