summaryrefslogtreecommitdiff
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagupstream/2.1.7release/2.1.7cvs2svn1997-03-111-685/+0
* Brought in fix from rev 1.18: fix for ccd when using bounce buffers (initDavid Greenman1997-02-181-1/+3
* Enlarge the message out buffer from 6 to 8 bytes. Now that sync and wideJustin T. Gibbs1997-02-182-20/+13
* Sync with current:Justin T. Gibbs1997-02-122-480/+596
* In C, variable declarations are illegal except at the beginning of aBill Fenner1996-11-171-0/+2
* New vx driver for:Guido van Rooij1996-11-042-0/+1551
* Bring aic7xxx driver bug fixes from 'SCSI' into stable.Justin T. Gibbs1996-10-062-164/+71
* Detect and report dataphase overruns. Put the adapter into 'Bit Bucket'Justin T. Gibbs1996-06-092-2/+32
* Sync with HEAD.Justin T. Gibbs1996-06-082-4/+15
* Merge with HEAD:Justin T. Gibbs1996-05-271-3/+3
* Merge with HEAD:Justin T. Gibbs1996-05-231-3/+4
* Merge with HEAD. Dynamically Enable/Disable Ultra mode on a per targetJustin T. Gibbs1996-05-212-3/+21
* Merge from HEAD:Satoshi Asami1996-05-131-1/+3
* Merge from HEAD:Satoshi Asami1996-05-131-3/+10
* Merge with HEAD. Add bit definitions for determining if we should resetJustin T. Gibbs1996-05-102-5/+8
* Merge with HEAD.Justin T. Gibbs1996-04-282-92/+160
* Backport this to 2.1-stable.Satoshi Asami1996-04-271-37/+3
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-04-261-0/+1603
* Merge with HEAD. Fix comments, change handling of parity errors, and supportJustin T. Gibbs1996-04-014-255/+176
* Always dsgone slices when we leave.Poul-Henning Kamp1996-03-171-3/+2
* Merge with HEAD:Justin T. Gibbs1996-01-112-4/+20
* Merge with HEAD. Change inb_first to not poll SPIORDY.Justin T. Gibbs1996-01-091-14/+6
* Merge with HEAD.Justin T. Gibbs1996-01-082-10/+21
* Merge with HEAD. Revert to safer inb* routines.Justin T. Gibbs1996-01-051-5/+13
* Merge with HEAD. Null terminate execl's arg list. For some reason thisJustin T. Gibbs1996-01-052-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1996-01-041-0/+736
* Merge with HEAD. New and improved aic7xxx driver.Justin T. Gibbs1996-01-043-903/+885
* Brought in fixes from rev 1.24: fix data corruption with wide drives.David Greenman1995-11-071-3/+4
* Brought in Justin's recent fixes: Work correctly with aha-2940U, fixDavid Greenman1995-10-291-15/+12
* Brought in all of Justin's changes/fixes from the main branch.David Greenman1995-08-231-301/+234
* Brought Adaptec driver and sequencer code up to date with main branch,David Greenman1995-07-221-7/+8
* This commit was manufactured by cvs2svn to create branch 'RELENG_2_1_0'.cvs2svn1995-06-1352-37687/+0
* Merge RELENG_2_0_5 into HEADRodney W. Grimes1995-06-112-5/+5
* Remove trailing whitespace.Rodney W. Grimes1995-05-3032-543/+543
* Remove trailing whitespace.Rodney W. Grimes1995-05-305-26/+26
* Increased delay after reset to 10ms. Suggested by several people, the lastDavid Greenman1995-05-271-2/+2
* Fixed bugs in multicast address handling (flag was set in wrong register,David Greenman1995-05-261-266/+427
* There are two serious bugs in if_de.c. The first should not matterDavid Greenman1995-05-221-3/+4
* Fixed bug in bpf/multicast support that caused multicast packets to getDavid Greenman1995-05-221-7/+5
* Fixed problem with "char" cursor..Søren Schmidt1995-05-211-2/+6
* Changed read_csr and write_csr to static so that they don't clashDavid Greenman1995-05-171-2/+2
* Fixes to the aic7xxx sequencer code and device driver from Justin Gibbs:David Greenman1995-05-171-11/+41
* Changed relase number in snake_saver.c from 2.1 to 2.0.5Søren Schmidt1995-05-161-2/+2
* After carefully reading three reference documents, and analyzingDavid Greenman1995-05-141-4/+4
* Only use card's soft-configured irq if no irq was specified in the kernelDavid Greenman1995-05-121-5/+7
* RISCom/8 driverAndrey A. Chernov1995-05-123-0/+1682
* Fix -Wformat warnings from LINT kernel.Rodney W. Grimes1995-05-112-4/+4
* Fix -Wformat warnings, still need to do something about %b and pointerRodney W. Grimes1995-05-092-8/+8
* Rewrite the MCD_TRACE macro to be a varargs macro so that the extraneousRodney W. Grimes1995-05-091-18/+25
* Add hook for pstat -tAndrey A. Chernov1995-05-071-1/+3