* Reorder sata_nv amongst SATA drivers
@ 2004-12-01 2:17 David Gibson
0 siblings, 0 replies; only message in thread
From: David Gibson @ 2004-12-01 2:17 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-kernel
Andrew, please apply. Hardly a big deal, but makes life a little
nicer.
Moves the sata_nv (NForce) driver earlier in the Makefile, so that it
will be scanned earlier than other drivers. Since this SATA
controller is in the NForce integrated chipset, it's very likely to be
considered the "primary" controller on motherboards which also have
another SATA controller (e.g. the ASUS K8N-E, which has a Silicon
Image SATA/RAID controller too, handled by the sata_sil driver).
Therefore, it makes sense to list it early, so that Linux's (default)
idea of the order of devices won't be confusingly different from order
that the BIOS thinks they belong in.
Index: working-2.6/drivers/scsi/Makefile
===================================================================
--- working-2.6.orig/drivers/scsi/Makefile 2004-10-19 13:37:59.000000000 +1000
+++ working-2.6/drivers/scsi/Makefile 2004-11-22 20:17:49.445893320 +1100
@@ -123,13 +123,13 @@
obj-$(CONFIG_SCSI_IBMVSCSI) += ibmvscsi/
obj-$(CONFIG_SCSI_SATA_SVW) += libata.o sata_svw.o
obj-$(CONFIG_SCSI_ATA_PIIX) += libata.o ata_piix.o
+obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o
obj-$(CONFIG_SCSI_SATA_PROMISE) += libata.o sata_promise.o
obj-$(CONFIG_SCSI_SATA_SIL) += libata.o sata_sil.o
obj-$(CONFIG_SCSI_SATA_VIA) += libata.o sata_via.o
obj-$(CONFIG_SCSI_SATA_VITESSE) += libata.o sata_vsc.o
obj-$(CONFIG_SCSI_SATA_SIS) += libata.o sata_sis.o
obj-$(CONFIG_SCSI_SATA_SX4) += libata.o sata_sx4.o
-obj-$(CONFIG_SCSI_SATA_NV) += libata.o sata_nv.o
obj-$(CONFIG_ARM) += arm/
--
David Gibson | I'll have my music baroque, and my code
david AT gibson.dropbear.id.au | minimalist. NOT _the_ _other_ _way_
| _around_!
http://www.ozlabs.org/people/dgibson
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-12-01 2:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-12-01 2:17 Reorder sata_nv amongst SATA drivers David Gibson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox