diff options
author | nate <nate@FreeBSD.org> | 1997-10-21 18:07:36 +0000 |
---|---|---|
committer | nate <nate@FreeBSD.org> | 1997-10-21 18:07:36 +0000 |
commit | 818a7b82e27297ff7f36230fb1efcf2965ec71e0 (patch) | |
tree | 2e4605cae6e46c2395a057928aa4362f45aa5704 /etc/defaults | |
parent | cccd48166dce0a8f2a1523c70f7807c02a619091 (diff) | |
download | FreeBSD-src-818a7b82e27297ff7f36230fb1efcf2965ec71e0.zip FreeBSD-src-818a7b82e27297ff7f36230fb1efcf2965ec71e0.tar.gz |
- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's
default pccard daemon.
Diffstat (limited to 'etc/defaults')
-rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index c26b327..334a732 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -8,7 +8,7 @@ # IRQ == 0 means "allocate free IRQ from IRQ pool" # IRQ == 16 means "do not use IRQ (e.g. PIO mode)" # -# $Id$ +# $Id: pccard.conf.sample,v 1.6 1997/02/23 09:20:43 peter Exp $ # Generally available IO ports io 0x240-0x360 @@ -248,8 +248,8 @@ card "Maxtor" "MXL131" insert echo Maxtor 131MB HDD inserted remove echo Maxtor 131MB HDD removed -# Adaptec SlimSCSI -card "Adaptec, Inc." "APA-1460 SCSI Host " +# Adaptec SlimSCSI (also included with Sony CD-ROM players) +card "Adaptec, Inc." "APA-1460 SCSI Host Adapter" config 0x9 "aic0" 10 insert echo Adaptec Slim SCSI inserted remove echo Adaptec Slim SCSI removed |