[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <45486D47.9020803@pobox.com>
Date: Wed, 01 Nov 2006 04:47:51 -0500
From: Jeff Garzik <jgarzik@...ox.com>
To: Peer Chen <pchen@...dia.com>
CC: Arjan van de Ven <arjan@...radead.org>, linux-ide@...r.kernel.org,
linux-kernel@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>
Subject: Re: [PATCH 1/2] sata_nv: Add nvidia SATA controllers of MCP67support
to sata_nv.c
Peer Chen wrote:
> Attached the patch cause my mail client always wrap the plain text format.
> Check attachment for patch,thanks.
Need one more modification:
It is the libata policy to prefer use of numeric hexidecimal constants
for the PCI device id, rather than always defining a symbol in
include/linux/pci_ids.h. The PCI device ID is a single-use "magic
number" that is only used in the PCI ID table.
Therefore, when your patch changes the hex numbers to constants, it is
reversing that policy.
Instead, please submit a patch that simply adds more hexidecimal PCI
device ids.
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists