From 519a30551e314539bf947c982c6407ccfa2a1fc7 Mon Sep 17 00:00:00 2001 From: mav 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/i386/conf/XBOX | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/i386/conf/XBOX') diff --git a/sys/i386/conf/XBOX b/sys/i386/conf/XBOX index 0b507c5..a3e8a6b 100644 --- a/sys/i386/conf/XBOX +++ b/sys/i386/conf/XBOX @@ -52,6 +52,7 @@ device pci # ATA and ATAPI devices device ata options ATA_CAM +options ATA_STATIC_ID # Static device numbering # ATA/SCSI peripherals device scbus # SCSI bus (required for ATA/SCSI) -- cgit v1.1