Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Jun 2004 16:08:14 -0700 (PDT)
From:      Nate Lawson <nate@root.org>
To:        =?X-UNKNOWN?Q?S=F8ren_Schmidt?= <sos@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/dev/ata ata-chipset.c ata-pci.c ata-pci.h
Message-ID:  <20040616155348.M36231@root.org>
In-Reply-To: <20040615110334.37E3516A4E8@hub.freebsd.org>
References:  <20040615110334.37E3516A4E8@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Jun 2004, S=F8ren Schmidt wrote:
> sos         2004-06-15 11:02:09 UTC
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/dev/ata          ata-chipset.c ata-pci.c ata-pci.h
>   Log:
>   Increase robustness of SATA handling.
>
>   Revision  Changes    Path
>   1.72      +142 -42   src/sys/dev/ata/ata-chipset.c
>   1.85      +48 -46    src/sys/dev/ata/ata-pci.c
>   1.32      +1 -0      src/sys/dev/ata/ata-pci.h

Since the "commit message words per lines changed" stat is 4.8% here, let
me try to give more detail from reading the diff.

* Add Intel SATA intr and reset routines
* For initializing VIA SATA parts, mask off magic bit 0x400 from the PCI
cmd register
* For SII reset handling, add a 100 ms delay afterwards.
* For Promise SATA reset handling, add a bunch of delays and change magic
values written to registers.
* For the Promise SATA initialization, use 0xff instead of 0x00ff0033 as a
magic value.
* Update device description for the Intel 6300ESB parts
* s/turn off/disable, s/turn on/enable
* Misc. whitespace changes

I ran out of time at this point.  There are a bunch of other changes,
mostly involving magic values.

-Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040616155348.M36231>