Home | History | Annotate | Download | only in dev
History log of /src/sys/arch/amiga/dev/scivar.h
RevisionDateAuthorComments
 1.19  07-Apr-2022  andvar s/psuedo/pseudo/
 1.18  27-Oct-2012  chs split device_t/softc for all remaining drivers.
replace "struct device *" with "device_t".
use device_xname(), device_unit(), etc.
 1.17  11-Dec-2005  christos branches: 1.17.112; 1.17.122;
merge ktrace-lwp.
 1.16  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.15  03-May-2003  wiz branches: 1.15.2;
DMA, not dma nor Dma.
 1.14  26-Jan-2002  aymeric - ANSIfy
- remove some trailing spaces/tabs
- minor style nits
 1.13  25-Apr-2001  bouyer branches: 1.13.2; 1.13.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.12  19-Nov-1998  thorpej branches: 1.12.10; 1.12.22;
Adapt to the new scsipi_adapter interface.
 1.11  27-Aug-1997  bouyer 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.10  28-Apr-1996  mhitch branches: 1.10.10; 1.10.12;
Prototype the pseudo-dma function declarations.
 1.9  21-Apr-1996  veego - 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.8  12-Aug-1995  mycroft minphys() functions really should return void.
 1.7  24-Jul-1995  cgd update SCSI minphys routines' definitions to match standard minphys()
definition and usage.
 1.6  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.5  05-Jan-1995  chopps catchup with scsi changes from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.4  26-Oct-1994  cgd new RCS ID format.
 1.3  29-May-1994  chopps 5380 driver update from from osymh@gemini.oscs.montana.edu (Michael L. Hitch)
 1.2  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.1  28-Feb-1994  chopps Michael Hitches patch applied for misc things, limited 5380 support.
 1.10.12.1  27-Aug-1997  thorpej Update marc-pcmcia branch from trunk.
 1.10.10.1  01-Jul-1997  bouyer Updates for new scsipi subsystem. Actally known to work on i386 and sparc.
 1.12.22.1  21-Jun-2001  nathanw Catch up to -current.
 1.12.10.2  29-Mar-2001  bouyer Make these pass a compile test on i386.
 1.12.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.13.8.2  28-Feb-2002  nathanw Catch up to -current.
 1.13.8.1  25-Apr-2001  nathanw file scivar.h was added on branch nathanw_sa on 2002-02-28 04:06:59 +0000
 1.13.2.1  11-Feb-2002  jdolecek Sync w/ -current.
 1.15.2.3  21-Sep-2004  skrll Fix the sync with head I botched.
 1.15.2.2  18-Sep-2004  skrll Sync with HEAD.
 1.15.2.1  03-Aug-2004  skrll Sync with HEAD
 1.17.122.1  20-Nov-2012  tls Resync to 2012-11-19 00:00:00 UTC
 1.17.112.1  30-Oct-2012  yamt sync with head

RSS XML Feed