diff --git a/CHANGES b/CHANGES
index c716ae89899456e23478c9d3725962f52dd26c7e..712715aeb57f29f49c7862591c2b2f2e307e9440 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,8 @@
+(Next release)
+- Added AIX sound driver from Stefan Tibus <sjti@gmx.net>
+- Committed some fixes from the Fink project to allow compiling on
+  OS X (still with all the dlcompat stuff)
+
 0.8.3 - July 2002
 - fix to ao.m4 macro
 - minor alsa09 plugin updates
diff --git a/README b/README
index ec2595883fee281abe92df6811908aa98f2bf937..22ad045ca5b3619a282d8909e219109f5710ba0d 100644
--- a/README
+++ b/README
@@ -30,6 +30,7 @@ supports:
    * OSS (Open Sound System)
    * ESD (ESounD or Enlighten Sound Daemon)
    * ALSA (Advanced Linux Sound Architecture)
+   * AIX
    * Solaris (untested)
    * IRIX (untested)
 
diff --git a/doc/drivers.html b/doc/drivers.html
index a055855f5573ed96e9fb7ce2c32860e07a564de5..0147ff553b7bd241f92beded69188f03525e251a 100644
--- a/doc/drivers.html
+++ b/doc/drivers.html
@@ -137,6 +137,23 @@ driver tries "/dev/audio".
 </ul>
 <p>
 
+<hr width="50%">
+
+<h3>aixs</h3>
+
+AIX sound driver.  According to the author, "tested on AIX 5.1 with the Crystal chipsets only (found as internal audio in the 7043-140 and on the MCA adapter DFE5 (7-6)), but it should work with other AIX releases and the ACPA also." 
+<p>
+
+<b>Option keys:</b>
+<ul>
+<li>"dev" - The audio device for the sound card.  By default, the
+driver tries "/dev/baud0/1" (device for MCA machines with the Crystal
+chipset).  Other possible devices are "/dev/paud0/1" for PCI machines
+with the Crystal chipset, and "/dev/acpa0/1" for MCA machines with the
+ACPA.
+</ul>
+<p>
+
 <hr>
 
 <h2>File Output Drivers</h2>