- Update the Adaptect SlimSCSI CIS tuple so that it works with FreeBSD's

default pccard daemon.
This commit is contained in:
Nate Williams 1997-10-21 18:07:36 +00:00
parent 549019305f
commit fd5f040f7a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=30633
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -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