Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-28 | Remove all adapter-specific 'struct scsi_device's. They are never used. First | Kenneth R Westerback | |
step in elminating 'struct scsi_device' entirely. Spotted and initial diff from matthew@. ok matthew@ dlg@ deraadt@ marco@ miod@ | |||
2010-06-26 | Don't #include <sys/user.h> into files that don't need the stuff | Philip Guenthe | |
it defines. In some cases, this means pulling in uvm.h or pcb.h instead, but most of the inclusions were just noise. Tested on alpha, amd64, armish, hppa, i386, macpcc, sgi, sparc64, and vax, mostly by krw and naddy. ok krw@ | |||
2009-02-16 | Extend the scsi_adapter minphys() callback to take a struct scsi_link * | Miod Vallat | |
as additional argument. This will allow intermediate layers between scsi devices such as sd and scsi host adapters to take appropriate action if necessary. | |||
2007-12-29 | fix comments after the members of scsi_adapter were changed. | David Gwynne | |
prompted by krw@ | |||
2006-12-13 | Remove the dma_eop callback in the ncr5380 driver md attachment, it was always | Miod Vallat | |
doing nothing and the mi code does not use it anymore anyway. No functional change. | |||
2004-12-02 | Oops, repair *SBC kernels. | Miod Vallat | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-09-09 | Repair compilation of mac68k GENERIC_SBC kernel. | Miod Vallat | |
From Takeshi Morimoto <morimoto@anat1.med.kyoto-u.ac.jp>, PR #2037 | |||
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-05-03 | Associated fallout from removing macinfo.h and merging to cpu.h. | gene | |
1997-04-18 | More fixes from Scott Reynolds: | gene | |
>For small writes, use PIO rather than PDMA; this increases the reliability >of the driver (considerably, on some systems/targets). | |||
1997-04-08 | Rewrite to make dma more stable from scottr@netbsd | gene | |
1997-03-08 | Sync with NetBSD of about 4 March. | briggs | |
1997-01-24 | Sync w/ NETBSD_CURRENT_971122. | briggs | |
1997-01-18 | Use scsiprint (and remove scsiprint from esp.c). | briggs | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-10-28 | Include macinfo.h. | briggs | |
1996-06-23 | From scottr/NetBSD: | briggs | |
Update some comments, and the copyright Deal with interrupt flags more carefully, and use the correct offset for PB500-series SCSI I/O. While I'm here, update the copyright. | |||
1996-06-08 | Sync up with latest NetBSD. | briggs | |
1996-05-26 | Missed a few files in the previous updates. | briggs | |