Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/sbicvar.h
RevisionDateAuthorComments
 1.27  20-Dec-2023  thorpej Remove unnecessary <sys/malloc.h> include.
 1.26  01-Jan-2022  andvar fix typos in comments, mainly basicly -> basically.
 1.25  27-Dec-2019  msaitoh s/transfered/transferred/
 1.24  27-Oct-2012  chs branches: 1.24.38;
split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.23  11-Dec-2005  christos branches: 1.23.112; 1.23.122;
merge ktrace-lwp.
 1.22  07-Dec-2004  thorpej Use "struct scsipi_command" in internal command structures so that
we have enough space for 16-byte CDBs.
 1.21  07-Aug-2003  agc Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22364, verified by myself.
 1.20  03-May-2003  wiz branches: 1.20.2;
DMA, not dma nor Dma.
 1.19  09-Apr-2003  thorpej Use PAGE_SIZE rather than NBPG.
 1.18  14-May-2002  matt Eliminate commons. (including a few unused or mismatched ones).
 1.17  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.16  25-Apr-2001  bouyer branches: 1.16.2; 1.16.8;
Pull up the thorpej_scsipi branch to main branch.
This is a completely rewritten scsipi_xfer execution engine, and the
associated changes to HBA drivers. Overview of changes & features:
- All xfers are queued in the mid-layer, rather than doing so in an
ad-hoc fashion in individual adapter drivers.
- Adapter/channel resource management in the mid-layer, avoids even trying
to start running an xfer if the adapter/channel doesn't have the resources.
- Better communication between the mid-layer and the adapters.
- Asynchronous event notification mechanism from adapter to mid-layer and
peripherals.
- Better peripheral queue management: freeze/thaw, sorted requeueing during
recovery, etc.
- Clean separation of peripherals, adapters, and adapter channels (no more
scsipi_link).
- Kernel thread for each scsipi_channel makes error recovery much easier
(no more dealing with interrupt context when recovering from an error).
- Mid-layer support for tagged queueing: commands can have the tag type
set explicitly, tag IDs are allocated in the mid-layer (thus eliminating
the need to use buggy tag ID allocation schemes in many adapter drivers).
- support for QUEUE FULL and CHECK CONDITION status in mid-layer; the command
will be requeued, or a REQUEST SENSE will be sent as appropriate.

Just before the merge syssrc has been tagged with thorpej_scsipi_beforemerge
 1.15  23-Mar-2000  thorpej branches: 1.15.6;
New callout mechanism with two major improvements over the old
timeout()/untimeout() API:
- Clients supply callout handle storage, thus eliminating problems of
resource allocation.
- Insertion and removal of callouts is constant time, important as
this facility is used quite a lot in the kernel.

The old timeout()/untimeout() API has been removed from the kernel.
 1.14  19-Nov-1998  thorpej branches: 1.14.10;
Adapt to the new scsipi_adapter interface.
 1.13  21-Aug-1998  is Prepare for support of Apollo-cpuboard-reworked A3000 mainboard SCSI.
 1.12  27-Aug-1997  bouyer branches: 1.12.4;
Merge scsipi branch in the mainline. This add support for ATAPI devices
(currently only CD-ROM drives on i386). The sys/dev/scsipi system provides 2
busses to which devices can attach (scsibus and atapibus). This needed to
change some include files and structure names in the low level scsi drivers.
 1.11  21-Apr-1996  veego branches: 1.11.10; 1.11.12;
- Cleanup for -Wall and -Wstrict-prototypes
- Added support for multiple floppy drives
- CyberVision64:
- has now a real console mode
- another bugfix for boards with the new S3 chip
- Ariadne:
- fixed crashes with aeput (mbuf failure)
 1.10  30-Nov-1995  jtc merge in changes from 1.1 release branch
 1.9  04-Sep-1995  chopps branches: 1.9.2;
sbic and board changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.8  18-Aug-1995  chopps SCSI disconnects: siop from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
and sbic from "Eduardo E. Horvath eeh@btr.com" <eeh@btr.btr.com>

Other cleanup (remove cpu040) and enabling IVS A500 support
from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.7  12-Aug-1995  mycroft minphys() functions really should return void.
 1.6  24-Jul-1995  cgd update SCSI minphys routines' definitions to match standard minphys()
definition and usage.
 1.5  12-Feb-1995  chopps Many changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
Now use amiga HW for soft interrupts, non-contig options (2 or many chunks),
interrupt handler lists, 4066 ethernet, 1291 scsi, option to defer level 6
interrupts to level 4 (deal with icky built-in serial port)
 1.4  05-Jan-1995  chopps catchup with scsi changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.3  26-Oct-1994  cgd new RCS ID format.
 1.2  14-Jun-1994  chopps don't flush cache on context switches for 040's, reduce flushing
on dma operations. code from me and Michael Hitch
 1.1  08-May-1994  chopps resistance is futile, you will be assimilated.
amiga goes: config.new *and* /sys/scsi.
clock code coerced into a single .c file adding an accurate usec delay().
disklabel.c updated to DTRT, code to write RDB's to be added soon.
sbic (old scsi) converted over to new scsi and config this covers about
90% of users. Other drivers soon.
 1.9.2.1  24-Nov-1995  chopps add sync flag to booter and use in scsi devs instead of binpatch
 1.11.12.1  27-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.11.10.1  01-Jul-1997  bouyer Updates for new scsipi subsystem. Actally known to work on i386 and sparc.
 1.12.4.1  19-Jan-1999  cgd pull up rev 1.13 from trunk (is)
 1.14.10.2  29-Mar-2001  bouyer Port to thorpej_scsipi.
 1.14.10.1  20-Nov-2000  bouyer Update thorpej_scsipi to -current as of a month ago
A i386 GENERIC kernel compiles without the siop, ahc and bha drivers
(will be updated later). i386 IDE/ATAPI and ncr work, as well as
sparc/esp_sbus. alpha should work as well (untested yet).
siop, ahc and bha will be updated once I've updated the branch to current
-current, as well as machine-dependant code.

I updated the amiga SCSI drivers, but completely untested yet (may not even
compile)
 1.15.6.1  21-Jun-2001  nathanw Catch up to -current.
 1.16.8.3  20-Jun-2002  nathanw Catch up to -current.
 1.16.8.2  28-Feb-2002  nathanw Catch up to -current.
 1.16.8.1  25-Apr-2001  nathanw file sbicvar.h was added on branch nathanw_sa on 2002-02-28 04:06:58 +0000
 1.16.2.2  23-Jun-2002  jdolecek catch up with -current on kqueue branch
 1.16.2.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.20.2.4  18-Dec-2004  skrll Sync with HEAD.
 1.20.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.20.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.20.2.1  03-Aug-2004  skrll Sync with HEAD
 1.23.122.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.23.112.1  30-Oct-2012  yamt sync with head
 1.24.38.1  08-Apr-2020  martin Merge changes from current as of 20200406

RSS XML Feed