#
5fbbc8cb |
| 15-Dec-2019 |
tsutsui <tsutsui@NetBSD.org> |
Remove clause 3 and 4 leftovers from TNF licenses in more sources.
Confirmed by martin@ in PR/54760.
|
#
95e1ffb1 |
| 11-Dec-2005 |
christos <christos@NetBSD.org> |
merge ktrace-lwp.
|
#
f31bd063 |
| 27-Feb-2005 |
perry <perry@NetBSD.org> |
nuke trailing whitespace
|
#
df9803ce |
| 21-Feb-2005 |
thorpej <thorpej@NetBSD.org> |
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
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.
show more ...
|
#
18db93c7 |
| 04-Feb-2005 |
perry <perry@NetBSD.org> |
de-__P
|
#
7f6ed16e |
| 08-Jul-2003 |
itojun <itojun@NetBSD.org> |
function prototype must not have variable name
|
#
3d7bdc4c |
| 26-May-2000 |
dante <dante@NetBSD.org> |
Fix a bug introduced in last commit which caused a painc due to re-enqueueing an already free ccb. Prepare the background to have a unique initialization function for all of the supported hos
Fix a bug introduced in last commit which caused a painc due to re-enqueueing an already free ccb. Prepare the background to have a unique initialization function for all of the supported host adapters. Rename a lot of #define in a more sane way. Move Carriers initialization and defines in adwmcode.{c,h} Don't lose Carrier nodes in case of a BUS/Chip reset explicitly invoked after a DMA failure.
XXX - DMA failure still arise when AdvanSys U[2]W host adapters are used in conjunction with Intel 82443BX Host Bridge/Controller (rev. 0x03). !?!Have to understand why!?!
show more ...
|
#
8c999651 |
| 10-May-2000 |
dante <dante@NetBSD.org> |
Change adw_isr_callback() status handler Add a catch for DMA Error which show up on Intel 82443BX Host Bridge/Controller (rev. 0x03). This doesn't fix the problem, but reset the SCSI bus and reinitia
Change adw_isr_callback() status handler Add a catch for DMA Error which show up on Intel 82443BX Host Bridge/Controller (rev. 0x03). This doesn't fix the problem, but reset the SCSI bus and reinitialize the host adapter Minor cosmetical changes
Thanks a lot to Greg Oster and Andan Lauber
show more ...
|
#
6644e670 |
| 08-May-2000 |
dante <dante@NetBSD.org> |
Change the way ADW_CARRIER is allocated and handled. Increased ADW_MAX_CCB to 63 and ADW_MAX_CARRIER to 253 Print WDTR/SDTR negotiation result per target Protect AdvISR() inside splbio()/splx() pair
Change the way ADW_CARRIER is allocated and handled. Increased ADW_MAX_CCB to 63 and ADW_MAX_CARRIER to 253 Print WDTR/SDTR negotiation result per target Protect AdvISR() inside splbio()/splx() pair Add a pending queue to keep track of all the CCBs that are being executed by the host adapter. Rewrote timeout handler in a more efficient way: After 3 timeout now the SCSI is resetted and all pending queues not completed are now reenqueued in the waiting queue so to get executed just after the BUS Reset (hoping that resetting the SCSI BUS and reinitializing the adapter could solve the problem).
show more ...
|
#
1dbea6c0 |
| 30-Apr-2000 |
dante <dante@NetBSD.org> |
Add new microcode for all of the supported boards. Fix minor glitches. Add preliminary support for ASB-3940U3W host adapters; it might work w/ autotermination on. ASB-3940U3W support is not yet teste
Add new microcode for all of the supported boards. Fix minor glitches. Add preliminary support for ASB-3940U3W host adapters; it might work w/ autotermination on. ASB-3940U3W support is not yet tested due to lack of board.
show more ...
|
#
cbacaf54 |
| 03-Feb-2000 |
dante <dante@NetBSD.org> |
Add AdvanSys U2W (LVD) boards support
|
#
afa103cf |
| 11-Sep-1999 |
dante <dante@NetBSD.org> |
Rewrote error handlers. Now they are solid. Increesed considerably the speed of the driver removing superfluous splbio/splx functions.
|
#
a01d72e8 |
| 16-Aug-1999 |
thorpej <thorpej@NetBSD.org> |
Fix several LP64 problems, and clear up kernel pointer vs. physical address confusion. This driver now works on the Alpha.
|
#
eab52d94 |
| 23-Feb-1999 |
dante <dante@NetBSD.org> |
Fixed AdvanSys Ultra Wide driver to work on Alpha.
|
#
da0a3e61 |
| 26-Sep-1998 |
dante <dante@NetBSD.org> |
Add support for AdvanSys Ultra Wide boards ABP-9xxUW
|