diff options
author | wilko <wilko@FreeBSD.org> | 2002-03-15 19:06:19 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2002-03-15 19:06:19 +0000 |
commit | 1f0532971f0beb44c53f0ed5907ef7d202d29ec4 (patch) | |
tree | d89d1b729e4a9431998d0d2f50ef73e966b5686c /release | |
parent | ce7313402c753abc436062329dc221c66ab68e79 (diff) | |
download | FreeBSD-src-1f0532971f0beb44c53f0ed5907ef7d202d29ec4.zip FreeBSD-src-1f0532971f0beb44c53f0ed5907ef7d202d29ec4.tar.gz |
rectify AS500 sound stuff.
Submitted by: ue
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml b/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml index 4c2e114..514dde8 100644 --- a/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml +++ b/release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml @@ -1506,7 +1506,7 @@ cpu EV5</programlisting> <programlisting>device pcm</programlisting> <para>The sound device uses port 0x530, IRQ 9 and drq 0. You also need - to specify flags 0x10011 in the hints file.</para> + to specify flags 0x10011 in the device.hints file.</para> <para>AlphaStation 200 & 250 series have an automatic SCSI terminator. This means that as soon as you plug a cable onto the external SCSI @@ -1706,12 +1706,14 @@ cd0: 250.000MB/s transfers (250.000MHz, offset 12)</programlisting> <para>AS500 onboard sound can be used by adding a line like</para> - <programlisting>device pcm0 at isa? port? irq 10 drq 0 flags 0x10011</programlisting> + <programlisting>device pcm</programlisting> <para>to the kernel configuration file.</para> - <para>Using the ECU I configured my AS500 to use IRQ10, port 0x530 - and drq 0. Note the uncommon flags in the kernel configuration.</para> + <para>Using the ECU I configured my AS500 to use IRQ 10, port 0x530, + drq 0. Corresponding entries along with flags 0x10011 must go into + the device.hints file. Note that the flags value is rather non-standard. + </para> <para>AS600 has a peculiarity for its PCI slots. AS600 (or rather the PCI expansion card containing the SCSI adapters) does not allow I/O port |