diff --git a/doc/libraw1394.sgml b/doc/libraw1394.sgml
index 9073690..fc54c91 100644
--- a/doc/libraw1394.sgml
+++ b/doc/libraw1394.sgml
@@ -711,6 +711,9 @@
mode for raw1394_iso_recv_init()
sets whether to use packet-per-buffer or buffer-fill receive mode.
+ Possible values are RAW1394_DMA_DEFAULT (bufferfill
+ on ohci1394), RAW1394_DMA_BUFFERFILL, and
+ RAW1394_DMA_PACKET_PER_BUFFER.