Browse Source

Plan 9 from Bell Labs 2008-05-31

David du Colombier 16 years ago
parent
commit
9963901bf2
5 changed files with 20 additions and 12 deletions
  1. 2 2
      dist/replica/_plan9.db
  2. 2 2
      dist/replica/plan9.db
  3. 2 0
      dist/replica/plan9.log
  4. 10 3
      sys/man/3/aoe
  5. 4 5
      sys/man/3/audio

+ 2 - 2
dist/replica/_plan9.db

@@ -7690,10 +7690,10 @@ sys/man/3 - 20000000775 sys sys 1123100836 0
 sys/man/3/0intro - 664 sys sys 1196638941 1873
 sys/man/3/INDEX - 664 sys sys 1196638941 377
 sys/man/3/INDEX.html - 664 sys sys 1196638941 3691
-sys/man/3/aoe - 664 sys sys 1196638941 6420
+sys/man/3/aoe - 664 sys sys 1212183705 6647
 sys/man/3/apm - 664 sys sys 1196638941 1625
 sys/man/3/arch - 664 sys sys 1196638941 1425
-sys/man/3/audio - 664 sys sys 1196638941 2933
+sys/man/3/audio - 664 sys sys 1212176738 2957
 sys/man/3/bridge - 664 sys sys 1196638941 3370
 sys/man/3/cap - 664 sys sys 1196638941 2137
 sys/man/3/cons - 664 sys sys 1196638941 8972

+ 2 - 2
dist/replica/plan9.db

@@ -7690,10 +7690,10 @@ sys/man/3 - 20000000775 sys sys 1123100836 0
 sys/man/3/0intro - 664 sys sys 1196638941 1873
 sys/man/3/INDEX - 664 sys sys 1196638941 377
 sys/man/3/INDEX.html - 664 sys sys 1196638941 3691
-sys/man/3/aoe - 664 sys sys 1196638941 6420
+sys/man/3/aoe - 664 sys sys 1212183705 6647
 sys/man/3/apm - 664 sys sys 1196638941 1625
 sys/man/3/arch - 664 sys sys 1196638941 1425
-sys/man/3/audio - 664 sys sys 1196638941 2933
+sys/man/3/audio - 664 sys sys 1212176738 2957
 sys/man/3/bridge - 664 sys sys 1196638941 3370
 sys/man/3/cap - 664 sys sys 1196638941 2137
 sys/man/3/cons - 664 sys sys 1196638941 8972

+ 2 - 0
dist/replica/plan9.log

@@ -19767,3 +19767,5 @@
 1212100207 0 c sys/src/9/pc/sdiahci.c - 664 sys sys 1212099695 38999
 1212100207 1 c sys/src/9/port/devsd.c - 664 sys sys 1212099662 31288
 1212100207 2 d sys/src/boot/pc/devbios.h - 664 sys sys 1193167027 0
+1212177605 0 c sys/man/3/audio - 664 sys sys 1212176738 2957
+1212184806 0 c sys/man/3/aoe - 664 sys sys 1212183705 6647

+ 10 - 3
sys/man/3/aoe

@@ -4,7 +4,7 @@ aoe \- ATA-over-Ethernet (AoE) interface
 .SH SYNOPSIS
 .nf
 .B bind -a #æ /dev
-
+.sp 0.3v
 .B /dev/aoe/ctl
 .B /dev/aoe/log
 .BI /dev/aoe/ shelf . slot /config
@@ -211,8 +211,10 @@ should be consulted for this purpose.
 .PP
 The
 .B data
-file may be read or written like a normal file.  Reads and
-writes to this file are sent as AoE commands to the target.
+file may be read or written like a normal file
+except that reads and writes to this file are converted to
+AoE commands to the target, so transfers should be 512 or 1024 bytes long
+(or a larger multiple of 512 iff jumbo packets are in use).
 The size of this file is the usable size of the target.
 .PP
 The
@@ -269,6 +271,7 @@ Unused.
 .\" .IR vblade (1),
 .IR sd (3),
 .IR sdaoe (3),
+.IR aoesrv (8),
 .IR snoopy (8)
 .br
 .BR http://www.coraid.com/documents/AoEr10.txt
@@ -281,3 +284,7 @@ Proceedings of the Sigcomm '88 Symposium in Stanford, CA, August, 1988.
 There is no
 .B raw
 file for executing arbitrary commands.
+.PP
+This is a fairly primitive interface;
+.IR sdaoe (3)
+is usually more suitable.

+ 4 - 5
sys/man/3/audio

@@ -4,12 +4,11 @@ audio \- SoundBlaster audio controller
 .SH SYNOPSIS
 .nf
 .B bind -a #A /dev
-
+.sp 0.3v
 .B /dev/audio
 .B /dev/volume
 .fi
 .SH DESCRIPTION
-.PP
 The audio device serves a one-level directory,
 giving access to the stereo audio ports.
 .B Audio
@@ -31,9 +30,9 @@ The file
 .B audiostat
 provides additional timing and latency control.  When read, it returns
 lines of the form
-.br
+.IP
 .B "bufsize \f2s\fP buffered \f2b\fP offset \f2o\fP time \f2t\fP
-.br
+.PP
 reporting number of bytes
 .I s
 used for DMA operations (i.e., the minimum useful size for reads and writes),
@@ -93,6 +92,7 @@ The Sound Blaster 16 (or MCD) is half-duplex and accepts the following controls
 .B volume
 file,
 in the format shown above for reads.
+.TF "\fLspeaker in out"
 .TP
 .B audio out
 Data written to audio.
@@ -124,6 +124,5 @@ Stereo bass tone control.
 Sampling rate for the D/A and A/D converters,
 expressed in Hz.
 Defaults to 44100.
-.PP
 .SH SOURCE
 .B /sys/src/9/port/devaudio.c