diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-03 06:57:07 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2007-04-03 06:57:07 +0000 |
commit | 5b93fa777227ca6c9b54d583dfb61a891f76e3f8 (patch) | |
tree | 4270b16ce7d2c486163ce21956a1742325f37712 /share | |
parent | 0b45bc778bf28956e8a1f802d31ef447422b520d (diff) |
i have a bad habit of not documenting extra interfaces i add...
i added an ioctl to get product information from disks. the sd driver
supports it, so say so.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sd.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/sd.4 b/share/man/man4/sd.4 index 7b393e9c32a..1621a617f4e 100644 --- a/share/man/man4/sd.4 +++ b/share/man/man4/sd.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sd.4,v 1.15 2004/12/09 17:41:01 miod Exp $ +.\" $OpenBSD: sd.4,v 1.16 2007/04/03 06:57:06 dlg Exp $ .\" $NetBSD: sd.4,v 1.3 1996/10/20 23:15:23 explorer Exp $ .\" .\" Copyright (c) 1996 @@ -172,6 +172,8 @@ locked. Used to prevent user and software eject while the media is in use. .It Dv DIOCEJECT Eject the media cartridge from a removable device. +.It Dv DIOCINQ +Read the devices product information. .El .Pp In addition, the |