summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Collapse)AuthorAgeFilesLines
* MFC - Fix spl protection botchJustin T. Gibbs1998-08-261-3/+3
| | | | Notes: svn path=/stable/2.2/; revision=38562
* MFC: Workaround for aic7880 Rev. B dma hardware bug.Justin T. Gibbs1998-06-281-2/+10
| | | | Notes: svn path=/stable/2.2/; revision=37224
* MFC: Return error when controller time out, and be less chatty duringEivind Eklund1998-06-022-10/+9
| | | | | | | boot (unless bootverbose). Notes: svn path=/stable/2.2/; revision=36595
* MFC - Upgrade to -current's DPT driver. This seems to clear up the problemsJustin T. Gibbs1998-05-123-4299/+3675
| | | | | | | | | | | reported with the older driver using the CAM SWI mechanism. Tested on a PM3224. Remove last vestige of the DPT SWI code. Notes: svn path=/stable/2.2/; revision=35979
* Clean up some compile warnings. The diff looks much worse than what I did.Justin T. Gibbs1998-05-061-309/+306
| | | | | | | | | Some inline function definitions were moved so they would be in scope when called (so they could be inlined), and some code was rearranged to ensure that variables where initialized before being used. Notes: svn path=/stable/2.2/; revision=35809
* Switch to using the CAM SWI interface.Justin T. Gibbs1998-05-062-19/+2
| | | | Notes: svn path=/stable/2.2/; revision=35792
* MFC: update copyrights.Jordan K. Hubbard1998-03-234-20/+99
| | | | | | | Approved by: Simon Shapiro <shimon@simon-shapiro.org> Notes: svn path=/stable/2.2/; revision=34803
* Change a definition to configure the dpt driver to live withoutJulian Elischer1998-03-081-1/+3
| | | | | | | the CAM SWI code. Notes: svn path=/stable/2.2/; revision=34267
* MFC: update copyright notice.Jordan K. Hubbard1998-03-081-4/+11
| | | | Notes: svn path=/stable/2.2/; revision=34216
* Added support for the DPT driver.Julian Elischer1998-03-064-3659/+5346
| | | | | | | | | All non cosmettic changes are conditionalised on the #define DPTOPT so this should produce no functional changes if this is not defined. All changed files have previously been tagged with PRE_DPT. Notes: svn path=/stable/2.2/; revision=34143
* MFC: Tested by Eivind Eklund and will be further tested by FTL.Jordan K. Hubbard1998-03-021-34/+20
| | | | Notes: svn path=/stable/2.2/; revision=33994
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1998-02-282-0/+4562
| | | | Notes: svn path=/stable/2.2/; revision=33907
* MFC: bzero new ccdbufs.Jordan K. Hubbard1998-02-221-1/+3
| | | | Notes: svn path=/stable/2.2/; revision=33741
* MFC: fix kernel panic caused by bad printfGary Palmer1998-02-211-1/+1
| | | | Notes: svn path=/stable/2.2/; revision=33706
* MFC: remove extra splbio(). I will read through diffs more carefullyJordan K. Hubbard1998-02-151-3/+1
| | | | | | | | before committing. I will read through diffs more carefully before committing. I will read through diffs more carefully before committing. :-) Notes: svn path=/stable/2.2/; revision=33366
* MFC: Chris Csanady's OpenBSD fixes.Jordan K. Hubbard1998-02-151-2/+3
| | | | Notes: svn path=/stable/2.2/; revision=33364
* `isvplocked' should be initialzed.KATO Takenori1997-10-211-2/+2
| | | | | | | Pointed out by: bde Notes: svn path=/stable/2.2/; revision=30621
* Hack for 'lockmgr panic' on the VN device.Nate Williams1997-10-201-5/+18
| | | | | | | Submitted by: KATO Takenori <kato@ganko.eps.nagoya-u.ac.jp> Notes: svn path=/stable/2.2/; revision=30607
* MFC: 1.10 -> 1.11Jun-ichiro itojun Hagino1997-10-011-10/+15
| | | | | | | | | | To obey the traditional practice in mbuf chaining. PR: 4020 Reviewed by: hamada@astec.co.jp Notes: svn path=/stable/2.2/; revision=30023
* MFC: Add "downloaded constant" support and reduce scratch ram usage so thatJustin T. Gibbs1997-09-278-55/+117
| | | | | | | SCSI CONF isn't clobbered on the 274X. Notes: svn path=/stable/2.2/; revision=29900
* MFC. The arpcom structure should be the first element in the softcJohn Hay1997-09-081-1/+1
| | | | | | | structure. Notes: svn path=/stable/2.2/; revision=29225
* Merge from current.Justin T. Gibbs1997-09-0311-2713/+25
| | | | Notes: svn path=/stable/2.2/; revision=29052
* Merge locking violation fix from current (revision 1.49).KATO Takenori1997-08-151-1/+7
| | | | Notes: svn path=/stable/2.2/; revision=28234
* Sync with current - Prevent QOUTFIFO overflows.Justin T. Gibbs1997-08-132-2/+26
| | | | Notes: svn path=/stable/2.2/; revision=28175
* Sync with current.Justin T. Gibbs1997-04-242-3/+8
| | | | Notes: svn path=/stable/2.2/; revision=25124
* Sync with current.Justin T. Gibbs1997-04-181-41/+19
| | | | Notes: svn path=/stable/2.2/; revision=25007
* Sync with currentJustin T. Gibbs1997-04-142-16/+31
| | | | Notes: svn path=/stable/2.2/; revision=24916
* Sync with current.Justin T. Gibbs1997-04-103-10/+13
| | | | Notes: svn path=/stable/2.2/; revision=24796
* Sync with current.Justin T. Gibbs1997-04-051-5/+5
| | | | Notes: svn path=/stable/2.2/; revision=24663
* Sync with current.Justin T. Gibbs1997-04-041-0/+2
| | | | Notes: svn path=/stable/2.2/; revision=24638
* Sync with currentJustin T. Gibbs1997-04-042-14/+21
| | | | Notes: svn path=/stable/2.2/; revision=24613
* Sync with current.Justin T. Gibbs1997-03-241-14/+12
| | | | Notes: svn path=/stable/2.2/; revision=24177
* Sync with current.Justin T. Gibbs1997-03-183-24/+176
| | | | Notes: svn path=/stable/2.2/; revision=23992
* Merge with current. Don't rely on sys/types being included by stdio.hJustin T. Gibbs1997-03-162-2/+4
| | | | Notes: svn path=/stable/2.2/; revision=23947
* Sync with current.Justin T. Gibbs1997-03-167-2595/+1295
| | | | Notes: svn path=/stable/2.2/; revision=23933
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-03-1611-0/+5501
| | | | Notes: svn path=/stable/2.2/; revision=23932
* Somehow this file had its Id changed to FreeBSD.Justin T. Gibbs1997-03-012-2/+2
| | | | | | | Pointed out by: bde@FreeBSD.org Notes: svn path=/stable/2.2/; revision=23234
* Sync with current.Justin T. Gibbs1997-02-281-39/+28
| | | | Notes: svn path=/stable/2.2/; revision=23171
* Sync with current.Justin T. Gibbs1997-02-252-8/+19
| | | | Notes: svn path=/stable/2.2/; revision=23101
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wideJustin T. Gibbs1997-02-182-18/+11
| | | | | | | | | | | | | | | negotiation messages may be tagged, we were overrunning the old buffer. The variable that was getting squashed is updated before the message goes out, causing corrupted SDTR or WDTR messages. Depending on the phases traversed before message out, this could cause the wrong offset to be negotiated allowing data overruns to occur. The problem is easier to detect with wide targets on the chain since the allowed offset is smaller. Also removed the unnecessary clearing of SPIORDY during the message out phase. We don't rely on SPIORDY any more. Notes: svn path=/stable/2.2/; revision=22892
* Sync with current. Clear up data overrun problems.Justin T. Gibbs1997-02-122-52/+56
| | | | Notes: svn path=/stable/2.2/; revision=22608
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_2'.cvs2svn1997-02-064-0/+3412
| | | | Notes: svn path=/stable/2.2/; revision=22350
* Sync with current.Justin T. Gibbs1997-02-031-7/+4
| | | | Notes: svn path=/stable/2.2/; revision=22236
* Sync with Justin's latest.Jordan K. Hubbard1997-01-302-120/+108
| | | | | | | Requested-By: gibbs Notes: svn path=/stable/2.2/; revision=22108
* YAMFC (if_vx is always in promiscous mode)Poul-Henning Kamp1997-01-281-15/+12
| | | | Notes: svn path=/stable/2.2/; revision=22063
* Fix CCD for bounced devices.John Dyson1997-01-101-1/+3
| | | | Notes: svn path=/stable/2.2/; revision=21470
* YAMFCPoul-Henning Kamp1996-12-031-57/+81
| | | | Notes: svn path=/stable/2.2/; revision=20112
* YAMFCPoul-Henning Kamp1996-11-251-3/+6
| | | | Notes: svn path=/stable/2.2/; revision=19955
* Mega-merge from -currentPoul-Henning Kamp1996-11-122-36/+29
| | | | Notes: svn path=/stable/2.2/; revision=19666
* Remove advansys driver from 2.2Poul-Henning Kamp1996-11-094-2593/+0
| | | | Notes: svn path=/stable/2.2/; revision=19590