generic scsi pass-through driver: what kind of user interface?
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :content-type:content-transfer-encoding:mime-version:subject:date:cc :x-mailer; bh=SDOYcL+3VgFFgBwkIK63E3zF010/ynG9f6dUY5w3++U=; b=Ty5H8TkeMKcjttyPLOcIRm1powjMC1FGXS/rf0e8jUQk/MbMS/+8ex1yPzdj4Z3Cx+ /8khTSDelF3b9m947K26w1KT+GyV9hPmanyI1ks+LbV/LTO1bomALpWPqHyLqIRkZw+r 54ihTy5DerdNMPFf4x9aS1Kib0B3Y6qEVhkq8= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:content-transfer-encoding :mime-version:subject:date:cc:x-mailer; b=XtjYlJ6+qyRQKpm+aSKaji5z4a66Md/NJYXS8iqf5E6Hnj6T8ttriNlV9xwoRk8lCt ReqROP1EGqMNJrJA0s85MMPyRe13I9LBSgPmcSViCbHjSl0TWmqUsOAjISqr0XlYauYv 7ErR6Lk+05R6tXEvu9kLdB9pUYLJxifUNEQkQ= [1] http://is.gd/gQQz Thanks in advance, Joel --- http://twitter.com/wagerlabs _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... I'm trying to put the SimpleUserClient example together with the VendorSpecificType00 example. My driver loads but doesn't do anything yet. I'd like to be able to take CDBs from user land, pass them to the driver and analyze the response in user land. This is for a device that requires vendor SCSI commands [1]. Do I need to create a user client of my own or can I use existing functionality from, for example, SCSITaskLib? P.S. Apologies for cross-posting to darwin-dev but I haven't had an answer from the other lists over the past 2-3 days. This email sent to site_archiver@lists.apple.com
participants (1)
-
Joel Reymont