summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authordcs <dcs@FreeBSD.org>2000-03-13 20:41:29 +0000
committerdcs <dcs@FreeBSD.org>2000-03-13 20:41:29 +0000
commit55e41c3f5b18d10cedf8a2842391f81f52987ca9 (patch)
tree9f172549bab4e6c6365af393c80d43cb2e1ca667 /etc
parent663ca6d81a49fe4b2a3b279b4f4d7ffaf72751c8 (diff)
downloadFreeBSD-src-55e41c3f5b18d10cedf8a2842391f81f52987ca9.zip
FreeBSD-src-55e41c3f5b18d10cedf8a2842391f81f52987ca9.tar.gz
Rescan the SCSI bus of just-added aic devices, so they can be used
during installation.
Diffstat (limited to 'etc')
-rw-r--r--etc/defaults/pccard.conf2
-rw-r--r--etc/pccard.conf.sample2
2 files changed, 4 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf
index b5e70f9..1f553c8 100644
--- a/etc/defaults/pccard.conf
+++ b/etc/defaults/pccard.conf
@@ -735,12 +735,14 @@ card "SiliconTech,Inc" "16MB Compact PC Card"
card "Adaptec, Inc." "APA-1460 SCSI Host Adapter"
config 0x9 "aic0" ?
insert logger -t pccard:$device -s Adaptec Slim SCSI inserted
+ insert camcontrol rescan $device
remove logger -t pccard:$device -s Adaptec Slim SCSI removed
# NewMedia Bustoaster SCSI
card "New Media" "SCSI"
config 0x22 "aic0" ?
insert logger -t pccard:$device -s New Media Bus Toaster inserted
+ insert camcontrol rescan $device
remove logger -t pccard:$device -s New Media Bus Toaster removed
# REX5535AC, REX5535X SCSI
diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample
index b5e70f9..1f553c8 100644
--- a/etc/pccard.conf.sample
+++ b/etc/pccard.conf.sample
@@ -735,12 +735,14 @@ card "SiliconTech,Inc" "16MB Compact PC Card"
card "Adaptec, Inc." "APA-1460 SCSI Host Adapter"
config 0x9 "aic0" ?
insert logger -t pccard:$device -s Adaptec Slim SCSI inserted
+ insert camcontrol rescan $device
remove logger -t pccard:$device -s Adaptec Slim SCSI removed
# NewMedia Bustoaster SCSI
card "New Media" "SCSI"
config 0x22 "aic0" ?
insert logger -t pccard:$device -s New Media Bus Toaster inserted
+ insert camcontrol rescan $device
remove logger -t pccard:$device -s New Media Bus Toaster removed
# REX5535AC, REX5535X SCSI
OpenPOWER on IntegriCloud