summaryrefslogtreecommitdiff
path: root/sys/dev/i2o/ioprbs.c
AgeCommit message (Collapse)Author
2005-07-03Fix data_length values in simulationed MODE SENSE page 4 responses soKenneth R Westerback
that scsi_do_mode_sense() accepts them. The data_length value does not include itself, and the pg_length value in a mode page does not include itself or the page_code fields. We were +1 on the former and -2 on the latter resulting in a data_length value that was too small by one. Eliminates 'mode sense page 5 not simulated' messages. ok marco@
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2004-04-12removeable -> removable;Jason McIntyre
ok deraadt@ beck@
2003-04-27strcpy/sprintf cleanup of sys/dev. miod@, deraadt@ says to commit.Hakan Olsson
2002-04-03deal with ccb shortage correctly, ok mickey@Niklas Hallqvist
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-29Alpha-version (or is that Intel?) of the I2O random block storage driver.Niklas Hallqvist
Inspired by ld_iop.c from NetBSD but written by me mostly. Tested on the Adaptec 2100S RAID card, got it working at Usenix in a weird hackathon setup.