| History log of /src/sys/dev/scsipi/Makefile |
| Revision | | Date | Author | Comments |
| 1.6 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
| 1.5 |
| 21-Feb-2005 |
thorpej | Part 1 of a cleanup pass over the SCSI subsystem. The aim is to name everything "scsi_*", since we really are talking about the SCSI command set, ATAPI transport not withstanding. Improve the names of many structures, and prepend "SCSI_" onto all SCSI command opcodes. Place items described by the SCSI Primary Commands document into scsi_spc.h.
|
| 1.4 |
| 31-May-2001 |
tron | branches: 1.4.22; 1.4.30; 1.4.32; Install "dev/scsipi/scsipi_cd.h" again because it is e.g. used by the CD player include in version 2.x of the "kdemultimedia" package.
|
| 1.3 |
| 11-Apr-2001 |
jdolecek | Only install headers which are actually used by our userland. This saves about 2.2MB under /usr/include/dev/. Discussed on tech-kern@ recently.
I HOPE to get the list right. The headers I left in are ones used for MI tools and those whose usage I discovered by grep over tree sources. Feel free to put needed includes back in if you encounter anything which should not be removed from lists.
|
| 1.2 |
| 20-Feb-2000 |
mjacob | branches: 1.2.6; add ses.h to list of includes
|
| 1.1 |
| 12-Jun-1998 |
cgd | branches: 1.1.14; Rework the way kernel include files are installed. In the new method, as with user-land programs, include files are installed by each directory in the tree that has includes to install. (This allows more flexibility as to what gets installed, makes 'partial installs' easier, and gives us more options as to which machines' includes get installed at any given time.) The old SYS_INCLUDES={symlinks,copies} behaviours are _both_ still supported, though at least one bug in the 'symlinks' case is fixed by this change. Include files can't be build before installation, so directories that have includes as targets (e.g. dev/pci) have to move those targets into a different Makefile.
|
| 1.1.14.2 |
| 21-Apr-2001 |
bouyer | Sync with HEAD
|
| 1.1.14.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.
Main changes to the scsipi code itself: - add a scsipi_channel->type to allow umass to attach to both atapibus and scsibus. Will die when IDE is converted from ata_atapi_attach to scsipi_channel/scsipi_adapter - Add a chan_defquirks to scsipi_channel so that adapters can pass a default set of quirks to be set for each device attached - add adapt_getgeom and adapt_accesschk callbacks
|
| 1.2.6.1 |
| 21-Jun-2001 |
nathanw | Catch up to -current.
|
| 1.4.32.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
| 1.4.30.1 |
| 29-Apr-2005 |
kent | sync with -current
|
| 1.4.22.1 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|