diff options
author | joerg <joerg@FreeBSD.org> | 2002-01-17 20:38:04 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 2002-01-17 20:38:04 +0000 |
commit | b38e892818e28c91f91e7c45b4353838c5820f06 (patch) | |
tree | 5dd8e6a5a8ebcf281c69885afd5cd2b8c40410fd /etc | |
parent | 4791f4faa9aa78b5437ac9314e73a0ef04e24081 (diff) | |
download | FreeBSD-src-b38e892818e28c91f91e7c45b4353838c5820f06.zip FreeBSD-src-b38e892818e28c91f91e7c45b4353838c5820f06.tar.gz |
Re-add a call to "camcontrol rescan" after insertion of an aic pccard.
We now do it as a "camcontrol rescan all" which is something ken
promised to implement; for the time being it's not worse than the old
"camcontrol rescan $device" which ended up in something like
"camcontrol rescan aic1". Currently, camcontrol misinterprets the
third non-numeric arg as number 0, and rescans bus 0, which is about
the best we could get at this time.
Approved by: imp
MFC after: 1 week
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/pccard.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 4ed1e91..01fec3d 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -50,10 +50,12 @@ include /etc/pccard.conf # Adaptec SlimSCSI (also included with Sony CD-ROM players) card "Adaptec, Inc." "/APA-1460 .*/" config 0x9 "aic" ? + insert camcontrol rescan all # NewMedia Bustoaster SCSI card "New Media" "SCSI" config 0x22 "aic" ? + insert camcontrol rescan all ########## an ########## |