summaryrefslogtreecommitdiff
path: root/sys/arch/mac68k/dev/sbc.c
AgeCommit message (Collapse)Author
2010-06-28Remove all adapter-specific 'struct scsi_device's. They are never used. FirstKenneth R Westerback
step in elminating 'struct scsi_device' entirely. Spotted and initial diff from matthew@. ok matthew@ dlg@ deraadt@ marco@ miod@
2010-06-26Don't #include <sys/user.h> into files that don't need the stuffPhilip 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-16Extend 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-29fix comments after the members of scsi_adapter were changed.David Gwynne
prompted by krw@
2006-12-13Remove the dma_eop callback in the ncr5380 driver md attachment, it was alwaysMiod Vallat
doing nothing and the mi code does not use it anymore anyway. No functional change.
2004-12-02Oops, repair *SBC kernels.Miod Vallat
2002-03-14First round of __P removal in sysTodd C. Miller
2001-09-09Repair compilation of mac68k GENERIC_SBC kernel.Miod Vallat
From Takeshi Morimoto <morimoto@anat1.med.kyoto-u.ac.jp>, PR #2037
1999-01-11panic prints a newline for you, don't do it in the panic stringTodd C. Miller
1998-05-03Associated fallout from removing macinfo.h and merging to cpu.h.gene
1997-04-18More 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-08Rewrite to make dma more stable from scottr@netbsdgene
1997-03-08Sync with NetBSD of about 4 March.briggs
1997-01-24Sync w/ NETBSD_CURRENT_971122.briggs
1997-01-18Use scsiprint (and remove scsiprint from esp.c).briggs
1996-11-23added const to second parameter of cfprint_t routineskstailey
1996-10-28Include macinfo.h.briggs
1996-06-23From 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-08Sync up with latest NetBSD.briggs
1996-05-26Missed a few files in the previous updates.briggs