summaryrefslogtreecommitdiff
path: root/sys/dev/ic/siopvar_common.h
AgeCommit message (Expand)Author
2005-11-20Un-revert backout to 20051009 and add patches from Martin Bouyer toKenneth R Westerback
2005-11-03revert to 20051009 for now, need to investigate strange behaviour withMartin Reindl
2005-10-10Add handling for IGNORE WIDE RESIDUE messages. Actually calculateKenneth R Westerback
2005-10-08Remove some trailing whitespace in license. From perry via NetBSD. AddKenneth R Westerback
2004-06-12Add check for bp->b_bcount in siop_minphys() as other drivers have.Kenneth R Westerback
2003-11-16convert __attribute__((__packed__)) to __packed so that parsers unawareAnil Madhavapeddy
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-10-14Align siop_xfer on 128 byte boundary for all architectures now that 3.4 is out.Kenneth R Westerback
2003-09-06A couple of hppa-only changes, allowing siop to work on pci hppaKenneth R Westerback
2003-07-01Don't dma map the xs->cmd. Copy it to a safe buffer that is alreadyKenneth R Westerback
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2002-11-16From NetBSD (bouyer@):Kenneth R Westerback
2002-09-16Resync siop with NetBSD. Make strong effort to minimizeKenneth R Westerback
2002-03-14First round of __P removal in sysTodd C. Miller
2001-11-05Switch everything to the new bus_dmamap_sync API.Artur Grabowski
2001-10-30From NetBSD: add __packed__ attribute to hardware structure thatKenneth R Westerback
2001-08-26Prepare for transition to 5-parameter bus_dmamap_sync() by creating andKenneth R Westerback
2001-06-25Revert change to using sc_link in calls to siop_print_info().Kenneth R Westerback
2001-06-24Pass the device's scsi_link to siop_print_info(), instead of theKenneth R Westerback
2001-04-15Support U160 on 53c1010 chips.Kenneth R Westerback
2001-03-061) Enable tag queuing.Kenneth R Westerback
2001-03-01Typo police: various misspelling, capitalizations, etc.Kenneth R Westerback
2001-02-15Import siop, a replacement for the ncr SCSI driver, from NetBSD.Kenneth R Westerback