Date: Mon, 4 Mar 2002 19:21:39 -0500 From: Chris Faulhaber <jedgar@fxp.org> To: =?iso-8859-1?Q?S=F8ren?= Schmidt <sos@freebsd.dk> Cc: stable@freebsd.org Subject: Re: Request for testers of new ATA driver patches Message-ID: <20020305002139.GA96846@peitho.fxp.org> In-Reply-To: <200203042201.g24M1nU36308@freebsd.dk> References: <200203042201.g24M1nU36308@freebsd.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
--EVF5PPMfhYS0aIcm Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 04, 2002 at 11:01:49PM +0100, S=F8ren Schmidt wrote: >=20 > I'm currently backporting the -current ATA driver to -stable, and > I need some testers as to cover as much HW as possible. > The patches are new, but at least they dont panic here :) > They include atacontrol (for hotswapping, RAID control etc) and > burncd with all -current features. >=20 > ftp://ftp.freebsd.dk/pub/ATA/ata-diff-stable-2002-0304.gz >=20 > Get those and tell me how it works for you, thanks!! >=20 So far so good, my system (Gigabyte 7DXR) with: atapci0: <VIA 82C686 ATA100 controller> port 0xb400-0xb40f at device 7.1 on= pci0 =2E.. atapci1: <Promise ATA100 controller> port 0xe800-0xe83f,0xe400-0xe403,0xe00= 0-0xe007,0xdc00-0xdc03,0xd800-0xd807 mem 0xe9100000-0xe911ffff irq 11 at de= vice 16.0 on pci0 =2E.. ad0: 38166MB <WDC WD400BB-00CFC0> [77545/16/63] at ata0-master UDMA100 acd0: DVD-ROM <DVD-ROM BDV212B> at ata1-master PIO4 acd1: CD-RW <PCRW804> at ata2-master PIO4 seem happy, the main hard drive still works, a CD-RW blanks and writes, and I plan on playing a DVD shortly. One thing that may have been overlooked is that write-caching has now been disabled by default: =2E.. -static int ata_dma =3D 1; -static int ata_wc =3D 1;=20 +static int ata_dma =3D 1; +static int ata_wc =3D 0; =2E.. otherwise no problems here. --=20 Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org --EVF5PPMfhYS0aIcm Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: FreeBSD: The Power To Serve iEYEARECAAYFAjyED5MACgkQObaG4P6BelAdXQCeJTX+1qsYYxNcpRpIHMZ8xU9L enoAoI15oE5GnfsJyV410hYvFRWVSL+1 =X4xx -----END PGP SIGNATURE----- --EVF5PPMfhYS0aIcm-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020305002139.GA96846>