From 0d307e09052349a4d1ed7cb93792005622bcf690 Mon Sep 17 00:00:00 2001 From: Alexander Motin Date: Tue, 26 Apr 2011 17:01:49 +0000 Subject: - 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. --- sys/arm/conf/CRB | 1 + sys/arm/conf/EP80219 | 1 + sys/arm/conf/IQ31244 | 1 + 3 files changed, 3 insertions(+) (limited to 'sys/arm') diff --git a/sys/arm/conf/CRB b/sys/arm/conf/CRB index eebdcbd432b0..45f19e03202d 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 c47f79e8b7a2..23717dfa9633 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 dd90e4bca08d..56798116c434 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 -- cgit v1.2.3