From owner-cvs-all Sat Jan 15 14:40: 9 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99EA915034; Sat, 15 Jan 2000 14:40:06 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63897; Sat, 15 Jan 2000 14:40:06 -0800 (PST) (envelope-from mjacob@FreeBSD.org) Message-Id: <200001152240.OAA63897@freefall.freebsd.org> From: Matt Jacob Date: Sat, 15 Jan 2000 14:40:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/cam/scsi scsi_ses.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk mjacob 2000/01/15 14:40:06 PST Modified files: sys/cam/scsi scsi_ses.h Log: Move the kernel specific stuff into scsi_ses.c. Redo the ioctls to be more platform independent. Add a ses_hlptxt structure definition and retrieval ioctl for when we are able to retrieve object help text SES Objects can have up to 64 KBytes of associated 'help' text- the Sun A5000 uses this, for example, to give physical location information (e.g., 'left power supply'). Revision Changes Path 1.2 +20 -47 src/sys/cam/scsi/scsi_ses.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message