Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/23/1998 01:10:02
leo
Tue Jun 23 01:07:28 PDT 1998
Update of /cvsroot/src/sys/arch/atari/dev
In directory nb00:/home/leo/sys/arch/atari/dev

Modified Files:
      Tag: bouyer-ide
	wdc_mb.c 
Log Message:
Add necessary cruft to handle swapped byte-lanes on the data-register. It
basically boils down to the fact that there are 2 new options:
WDC_CAPABILITY_{ATA,ATAPI}_NOSTREAM with which you are able to control
the usage bus_space_read_multi_X() vs. bus_space_read_multi_stream_X().


leo
Tue Jun 23 01:07:36 PDT 1998
Update of /cvsroot/src/sys/dev/ata
In directory nb00:/home/leo/sys/dev/ata

Modified Files:
      Tag: bouyer-ide
	ata_wdc.c 
Log Message:
Add necessary cruft to handle swapped byte-lanes on the data-register. It
basically boils down to the fact that there are 2 new options:
WDC_CAPABILITY_{ATA,ATAPI}_NOSTREAM with which you are able to control
the usage bus_space_read_multi_X() vs. bus_space_read_multi_stream_X().


leo
Tue Jun 23 01:07:37 PDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/home/leo/sys/dev/ic

Modified Files:
      Tag: bouyer-ide
	wdcvar.h 
Log Message:
Add necessary cruft to handle swapped byte-lanes on the data-register. It
basically boils down to the fact that there are 2 new options:
WDC_CAPABILITY_{ATA,ATAPI}_NOSTREAM with which you are able to control
the usage bus_space_read_multi_X() vs. bus_space_read_multi_stream_X().


leo
Tue Jun 23 01:07:37 PDT 1998
Update of /cvsroot/src/sys/dev/scsipi
In directory nb00:/home/leo/sys/dev/scsipi

Modified Files:
      Tag: bouyer-ide
	atapi_wdc.c 
Log Message:
Add necessary cruft to handle swapped byte-lanes on the data-register. It
basically boils down to the fact that there are 2 new options:
WDC_CAPABILITY_{ATA,ATAPI}_NOSTREAM with which you are able to control
the usage bus_space_read_multi_X() vs. bus_space_read_multi_stream_X().