Date: Sat, 31 Jan 1998 20:13:14 -0800 (PST) From: Garrett Wollman <wollman@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/scsi scsi_ioctl.c src/sys/sys scsiio.h Message-ID: <199802010413.UAA03294@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wollman 1998/01/31 20:13:14 PST Modified files: sys/scsi scsi_ioctl.c sys/sys scsiio.h Log: Add a new ioctl, SCSIOCGETDEVINFO, which takes a device ID and uses it to look up information about that device. Right now, all it does is give back the dev_t for the device, if known, since that's all I needed, but hopefully the SCSI mavens will come up with a more generally useful structure. Revision Changes Path 1.28 +16 -2 src/sys/scsi/scsi_ioctl.c 1.9 +9 -1 src/sys/sys/scsiio.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802010413.UAA03294>