diff options
author | mav <mav@FreeBSD.org> | 2011-04-26 17:01:49 +0000 |
---|---|---|
committer | mav <mav@FreeBSD.org> | 2011-04-26 17:01:49 +0000 |
commit | 519a30551e314539bf947c982c6407ccfa2a1fc7 (patch) | |
tree | c2addcf01914b57db809b818c842c9fb3345fe25 /sys/amd64 | |
parent | e19591c5077914564e9818802d634404fc9e3808 (diff) | |
download | FreeBSD-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/amd64')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 6769c79..f9396e8 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -93,6 +93,7 @@ device fdc device ahci # AHCI-compatible SATA controllers device ata # Legacy ATA/SATA controllers options ATA_CAM # Handle legacy controllers with CAM +options ATA_STATIC_ID # Static device numbering device mvs # Marvell 88SX50XX/88SX60XX/88SX70XX/SoC SATA device siis # SiliconImage SiI3124/SiI3132/SiI3531 SATA |