History log of /src/sys/dev/isa/wdsreg.h |
Revision | | Date | Author | Comments |
1.8 |
| 11-Dec-2005 |
christos | merge ktrace-lwp.
|
1.7 |
| 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.6 |
| 07-Dec-2004 |
thorpej | branches: 1.6.2; 1.6.4; Don't use "struct scsi_generic" in a hardware-defined structure. Instead, use an array of 12 bytes. Check the incoming CDB to see that it will fit, and print and error and fail the command if it won't.
|
1.5 |
| 05-Jan-1998 |
perry | branches: 1.5.48; 1.5.54; RCSID Police.
|
1.4 |
| 09-Sep-1997 |
mycroft | Make `hashkey' unsigned.
|
1.3 |
| 04-Sep-1997 |
thorpej | Convert this driver to use bus_dma.
|
1.2 |
| 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.1 |
| 29-Mar-1996 |
mycroft | branches: 1.1.10; 1.1.12; Working WD7000 and TMC-7000 driver, from Julian Highfield, with additional work by me. Needs some refinement, but it works.
|
1.1.12.3 |
| 16-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.1.12.2 |
| 06-Sep-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.1.12.1 |
| 27-Aug-1997 |
thorpej | Update marc-pcmcia branch from trunk.
|
1.1.10.1 |
| 01-Jul-1997 |
bouyer | Updates for new scsipi subsystem. Actally known to work on i386 and sparc.
|
1.5.54.1 |
| 02-Apr-2005 |
he | Pull up revision 1.6 (requested by thorpej in ticket #1022): Don't use "struct scsi_generic" in a hardware-defined structure. Instead, use an array of 12 bytes. Check the incoming CDB to see that it will fit, and print and error and fail the command if it won't.
|
1.5.48.2 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.5.48.1 |
| 18-Dec-2004 |
skrll | Sync with HEAD.
|
1.6.4.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.6.2.1 |
| 29-Apr-2005 |
kent | sync with -current
|