summaryrefslogtreecommitdiffstats
path: root/sys/modules
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/modules
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/modules')
-rw-r--r--sys/modules/cam/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/cam/Makefile b/sys/modules/cam/Makefile
index 0f99465..f1bfdb9 100644
--- a/sys/modules/cam/Makefile
+++ b/sys/modules/cam/Makefile
@@ -9,6 +9,7 @@ KMOD= cam
# See sys/conf/options for the flags that go into the different opt_*.h files.
SRCS= opt_cam.h
SRCS+= opt_ada.h
+SRCS+= opt_ata.h
SRCS+= opt_scsi.h
SRCS+= opt_cd.h
SRCS+= opt_pt.h
OpenPOWER on IntegriCloud