Date: Wed, 20 Oct 2004 09:26:23 -0600 From: Nathan Kinkade <nkinkade@ub.edu.bz> To: Mark Cullen <mark.cullen@dsl.pipex.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: WDMA mode won't enable? Old machine... Message-ID: <20041020152623.GK3633@gentoo-npk.bmp.ub> In-Reply-To: <4175849A.5080606@dsl.pipex.com> References: <4175849A.5080606@dsl.pipex.com>
next in thread | previous in thread | raw e-mail | index | archive | help
--XAvhOFWJb7CBzhKn Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Oct 19, 2004 at 10:18:18PM +0100, Mark Cullen wrote: > I have a rather old machine acting as a home server. According to dmesg= =20 > it has a: >=20 > -- > atapci0: <Intel PIIX WDMA2 controller> port=20 > 0xffa0-0xffaf,0x376,0x170-0x177,0x3f6,0x1f0-0x1f7 at device 7.1 on pci0 > -- >=20 > However, both hard disks attached are running in PIO mode. >=20 > -- > ad0: 4103MB <ST34321A> [8894/15/63] at ata0-master BIOSPIO > ad2: 6194MB <IBM-DADA-26480> [13424/15/63] at ata1-master BIOSPIO > -- >=20 > I tried running the following, but as you can see the end result is that= =20 > they are still running BIOSPIO. >=20 > -- > (root|bone)/home/mrboo# atacontrol mode 0 WDMA2 WDMA2 > Master =3D BIOSPIO > Slave =3D BIOSPIO > -- >=20 > Any suggestions as to how I might enable some sort of DMA on these=20 > drives? Since the machine is rather slow (133MHz) and it's currently=20 > using polled IO I am sure it will likely benefit me, even if it isn't=20 > quite UDMA :) You should check out the following sysctl variables: hw.ata.ata_dma hw.ata.atapi_dma These are readonly at runtime, so need to be set at boot in the file /boot/loader.conf. You can add the them like so: hw.ata.ata_dma=3D1 hw.ata.atapi_dma=3D1 Also, as I understand it, 80 conductor ribbon cables were only recommended at UDMA modes <=3D2, but perhaps you might consider using one just to be safe. Nathan --=20 PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=3Dget&search=3D0xD8527E49 --XAvhOFWJb7CBzhKn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFBdoOfO0ZIEthSfkkRAqiFAJ4xwoMh+8C+n+b3bAjRHVQT0CPymgCfTNme Uy23EAhFUEiJoJff/xbX5HY= =wfsS -----END PGP SIGNATURE----- --XAvhOFWJb7CBzhKn--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041020152623.GK3633>