History log of /src/sys/dev/ic/sunscpalvar.h |
Revision | | Date | Author | Comments |
1.10 |
| 23-Jan-2023 |
andvar | s/lager/larger/ in comments.
|
1.9 |
| 06-Jul-2008 |
tsutsui | Split device_t/softc with misc cosmetic changes.
|
1.8 |
| 19-Oct-2007 |
ad | branches: 1.8.16; 1.8.20; 1.8.22; 1.8.24; machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h
|
1.7 |
| 11-Dec-2005 |
christos | branches: 1.7.30; 1.7.44; 1.7.46; 1.7.50; merge ktrace-lwp.
|
1.6 |
| 27-Feb-2005 |
perry | branches: 1.6.4; nuke trailing whitespace
|
1.5 |
| 04-Feb-2005 |
perry | de-__P
|
1.4 |
| 18-Sep-2004 |
mycroft | branches: 1.4.4; 1.4.6; If we need to poll, set SCSIPI_ADAPT_POLL_ONLY rather than a homegrown flag.
|
1.3 |
| 02-Nov-2003 |
wiz | Fix some typos. From Tom Cosgrove via jmc@openbsd.
|
1.2 |
| 25-Apr-2001 |
bouyer | branches: 1.2.2; 1.2.24; 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.1 |
| 20-Apr-2001 |
fredette | branches: 1.1.2; Added support for the chipset used on the Sun2 "sc" SCSI adapters. A little rough around the edges, but definitely a starting point.
|
1.1.2.3 |
| 23-Apr-2001 |
bouyer | Port to thorpej_scsipi. XXX SUNSCPAL_OPENINGS can certainly be lowered to 8, as we won't queue more than one command per device.
|
1.1.2.2 |
| 23-Apr-2001 |
bouyer | Sync with HEAD.
|
1.1.2.1 |
| 20-Apr-2001 |
bouyer | file sunscpalvar.h was added on branch thorpej_scsipi on 2001-04-23 09:42:21 +0000
|
1.2.24.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.2.24.4 |
| 04-Feb-2005 |
skrll | Sync with HEAD.
|
1.2.24.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.2.24.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.2.24.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.2.2.2 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
1.2.2.1 |
| 25-Apr-2001 |
nathanw | file sunscpalvar.h was added on branch nathanw_sa on 2001-06-21 20:03:23 +0000
|
1.4.6.2 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.4.6.1 |
| 12-Feb-2005 |
yamt | sync with head.
|
1.4.4.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.6.4.1 |
| 27-Oct-2007 |
yamt | sync with head.
|
1.7.50.1 |
| 25-Oct-2007 |
bouyer | Sync with HEAD.
|
1.7.46.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.7.44.1 |
| 26-Oct-2007 |
joerg | Sync with HEAD.
Follow the merge of pmap.c on i386 and amd64 and move pmap_init_tmp_pgtbl into arch/x86/x86/pmap.c. Modify the ACPI wakeup code to restore CR4 before jumping back into kernel space as the large page option might cover that.
|
1.7.30.1 |
| 23-Oct-2007 |
ad | Sync with head.
|
1.8.24.1 |
| 18-Jul-2008 |
simonb | Sync with head.
|
1.8.22.1 |
| 18-Sep-2008 |
wrstuden | Sync with wrstuden-revivesa-base-2.
|
1.8.20.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.8.16.1 |
| 28-Sep-2008 |
mjf | Sync with HEAD.
|