summaryrefslogtreecommitdiff
path: root/sys/arch/amiga/dev/siop.c
AgeCommit message (Expand)Author
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2003-06-18don't #include <sys/dkstat.h> where it is (appearently) unuseddrochner
2003-04-01Use PAGE_SIZE rather than NBPG.thorpej
2002-02-24remove unused prototype (a duplicate with a typing error)is
2002-01-28add __KERNEL_RCSID as suggested by Luke Mewburnaymeric
2002-01-26- ANSIfyaymeric
2001-04-25Pull up the thorpej_scsipi branch to main branch.bouyer
1999-09-30Update for SCSIPI changes.thorpej
1999-09-06Switch to cacheops. This closes PR 1960.is
1999-03-28The "Phase mismatch, REQ not asserted" error happens on one of my disksis
1999-03-26More 53c770 stuff: update 53c720/770 register defines and use them inmhitch
1998-07-04defopt DDB.jonathan
1997-11-27delay() is using calculated timing, so correct the delay during polledmhitch
1997-08-27Merge scsipi branch in the mainline. This add support for ATAPI devicesbouyer
1997-07-26Lowering spl when doing disk I/O below splbio() isnt recommended.is
1996-10-13backout previous kprintf changechristos
1996-10-10printf -> kprintf, sprintf -> ksprintfchristos
1996-05-12Remove old-style disk instrumentation now that iostat, systat, andmhitch
1996-04-28Correct check for NULL pointer references in siop_scsidone().mhitch
1996-04-23Added some ifdef's for RETINA_SPEED_HACKveego
1996-04-21- Cleanup for -Wall and -Wstrict-prototypesveego
1996-03-15Correct 53c710 initialization for the A4000T. Remove the A4000T probemhitch
1996-02-03Ensure siop_acb alignment via malloc rather than let alignment dependchuck
1996-01-07New generic disk framework. Highlights:thorpej
1995-11-30merge in changes from 1.1 release branchjtc
1995-09-29move 040 to hp300 style, use new MI lance ethernet driverchopps
1995-09-16Add minimal dumpfile support.chopps
1995-08-18SCSI disconnects: siop from osymh@gemini.oscs.montana.edu (Michael L. Hitch)chopps
1995-08-12minphys() functions really should return void.mycroft
1995-07-26fix minphys routine to match otherschopps
1995-02-12Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)chopps
1995-01-05catchup with scsi changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)chopps
1994-12-28consolidate the zbusses. le support for multiple tx buffs and full use of 32kchopps
1994-10-26new RCS ID format.cgd
1994-07-18fix so it compiles without DEBUG.chopps
1994-06-27some fixes from Michaelchopps
1994-06-22cleanup from osymh@gemini.oscs.montana.edu (Michael L. Hitch)chopps
1994-06-14remove dumb comment of mine.chopps
1994-06-14don't flush cache on context switches for 040's, reduce flushingchopps
1994-06-13some cleanup and various fixes for new fs code. plus some generalchopps
1994-05-22an ide driver and hack reload device to do symbols.chopps
1994-05-12ifdef out use of scsi_xfer->req_sense_length for now..chopps
1994-05-12update from osymh@gemini.oscs.montana.edu (Michael L. Hitch) add supportchopps
1994-05-08resistance is futile, you will be assimilated.chopps
1994-02-28Michael Hitches patch applied for misc things, limited 5380 support.chopps
1994-02-21fixed a couple minor bugs in con code for ite. added floptical support inchopps
1994-02-13cleaned up include's relocated grf/* stuf to grfabs*.chopps
1994-02-11Add missing Id'schopps
1994-02-01SCSI re-org, and misc. cleanup of compiler warnings.chopps
1994-01-26Integrate recent changes done to the amiga branch. Includes supportmw