summaryrefslogtreecommitdiffstats
path: root/sys/arm
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2011-04-26 17:01:49 +0000
committermav <mav@FreeBSD.org>2011-04-26 17:01:49 +0000
commit519a30551e314539bf947c982c6407ccfa2a1fc7 (patch)
treec2addcf01914b57db809b818c842c9fb3345fe25 /sys/arm
parente19591c5077914564e9818802d634404fc9e3808 (diff)
downloadFreeBSD-src-519a30551e314539bf947c982c6407ccfa2a1fc7.zip
FreeBSD-src-519a30551e314539bf947c982c6407ccfa2a1fc7.tar.gz
- Add shim to simplify migration to the CAM-based ATA. For each new adaX
device in /dev/ create symbolic link with adY name, trying to mimic old ATA numbering. Imitation is not complete, but should be enough in most cases to mount file systems without touching /etc/fstab. - To know what behavior to mimic, restore ATA_STATIC_ID option in cases where it was present before. - Add some more details to UPDATING.
Diffstat (limited to 'sys/arm')
-rw-r--r--sys/arm/conf/CRB1
-rw-r--r--sys/arm/conf/EP802191
-rw-r--r--sys/arm/conf/IQ312441
3 files changed, 3 insertions, 0 deletions
diff --git a/sys/arm/conf/CRB b/sys/arm/conf/CRB
index eebdcbd..45f19e0 100644
--- a/sys/arm/conf/CRB
+++ b/sys/arm/conf/CRB
@@ -74,6 +74,7 @@ device pci
device ata
options ATA_CAM
+options ATA_STATIC_ID # Static device numbering
device scbus # SCSI bus (required for ATA/SCSI)
device cd # CD
diff --git a/sys/arm/conf/EP80219 b/sys/arm/conf/EP80219
index c47f79e..23717df 100644
--- a/sys/arm/conf/EP80219
+++ b/sys/arm/conf/EP80219
@@ -74,6 +74,7 @@ device pci
device ata
options ATA_CAM
+options ATA_STATIC_ID # Static device numbering
device scbus # SCSI bus (required for ATA/SCSI)
device cd # CD
diff --git a/sys/arm/conf/IQ31244 b/sys/arm/conf/IQ31244
index dd90e4b..5679811 100644
--- a/sys/arm/conf/IQ31244
+++ b/sys/arm/conf/IQ31244
@@ -73,6 +73,7 @@ device pci
device ata
options ATA_CAM
+options ATA_STATIC_ID # Static device numbering
device scbus # SCSI bus (required for ATA/SCSI)
device cd # CD
OpenPOWER on IntegriCloud