diff options
author | wilko <wilko@FreeBSD.org> | 2001-10-08 20:33:46 +0000 |
---|---|---|
committer | wilko <wilko@FreeBSD.org> | 2001-10-08 20:33:46 +0000 |
commit | efbb61ecafa43ad7cd83ab2a86375b721536a2a9 (patch) | |
tree | 3d1b06fdaff55f0da75b9369f5476a745b6cdf7b /release | |
parent | 53b8dff6c7c5cc1ab17eab604c01deccfecf11eb (diff) | |
download | FreeBSD-src-efbb61ecafa43ad7cd83ab2a86375b721536a2a9.zip FreeBSD-src-efbb61ecafa43ad7cd83ab2a86375b721536a2a9.tar.gz |
Update references to 'device' entries for the kernel config
files to use 5.x syntax (I hope..)
Note: I suppose one might need to hack the hints file as well?
Submitted by: Mike Barcroft <mike@FreeBSD.ORG>, Bruce Mah <bmah@FreeBSD.ORG>
Diffstat (limited to 'release')
-rw-r--r-- | release/doc/en_US.ISO8859-1/hardware/alpha/proc-alpha.sgml | 22 |
1 files changed, 16 insertions, 6 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 4d7bf73..9cb5566 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 @@ -374,7 +374,9 @@ <para>The IDE interface is supported by &os; and requires a line in the kernel configuration file as follows:</para> - <programlisting>device ata0 at isa? port IO_WD1 irq 14</programlisting> + <programlisting>device ata</programlisting> + + <para>The ATA interface uses irq 14.</para> <para>The SRM console unfortunately <emphasis> cannot boot</emphasis> from IDE disks. This means you will have to use a SCSI disk as @@ -552,7 +554,10 @@ cpu EV4</programlisting> kernel configuration file as follows for the Crystal CS4231 chip:</para> - <programlisting>device pcm0 at isa? port 0x530 irq 9 drq 3 flags 0x15</programlisting> + <programlisting>device pcm</programlisting> + + <para>The sound device lives at port 0x530, and uses irq 9 along + with drq 3. You also need to specify flags 0x15 in the hints file.</para> <para>I have not yet been successful in getting my Multia with the AD1848 to play any sound.</para> @@ -578,7 +583,9 @@ cpu EV4</programlisting> IDE disk. This requires a line in the kernel configuration file as follows:</para> - <programlisting>device ata0 at isa? port IO_WD1 irq 14</programlisting> + <programlisting>device ata</programlisting> + + <para>The ATA interface uses IRQ 14.</para> <para>The IDE connector pin spacing is thought for 2.5" laptop disks. A 3.5" IDE disk would not fit in the case anyway. At @@ -809,8 +816,8 @@ Jan 3 12:22:32 miata /kernel: pcib0: <2117x PCI host bus adapter> on cia0 <para>Both MX5 and MiataGL have an on-board sound chip, an ESS1888. It emulates a SoundBlaster and can be enabled by putting</para> -<programlisting>device pcm0 -device sbc0</programlisting> +<programlisting>device pcm +device sbc</programlisting> <para>in your kernel configuration file:</para> <para>in case your Miata has the optional cache board @@ -1489,7 +1496,10 @@ cpu EV5</programlisting> <para>The AS200 & AS250 sound hardware is reported to work OK assuming you have the following line in your kernel config file:</para> - <programlisting>device pcm0 at isa? port 0x530 irq 9 drq 0 flags 0x10011</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> <para>AlphaStation 200 & 250 series have an automatic SCSI terminator. This means that as soon as you plug a cable onto the external SCSI |