diff options
author | imp <imp@FreeBSD.org> | 2000-05-16 07:37:35 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2000-05-16 07:37:35 +0000 |
commit | 55dcc99232d1c29737c45cfa4e91fca7198844eb (patch) | |
tree | 0140d31f187ead257c00c0a9a02c7b564e00c9dc /etc | |
parent | 80ceea7ebf5a2806f63d6f66c3fcdd99fec0ab7c (diff) | |
download | FreeBSD-src-55dcc99232d1c29737c45cfa4e91fca7198844eb.zip FreeBSD-src-55dcc99232d1c29737c45cfa4e91fca7198844eb.tar.gz |
Added Toshiba CD-ROM from Mikael Hybsh
Diffstat (limited to 'etc')
-rw-r--r-- | etc/defaults/pccard.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index 860c711..3f82204 100644 --- a/etc/defaults/pccard.conf +++ b/etc/defaults/pccard.conf @@ -87,6 +87,12 @@ card "EXP " "PnPIDE" insert logger -t pccard:$device -s EXP DVD-780 inserted remove logger -t pccard:$device -s EXP DVD-780 removed +# Toshiba mobile CD-ROM (Bundled with Portege 3110CT) +card "FREECOM" "PCCARD-IDE" + config auto "ata0" ? iosize 16 + insert logger -t pccard:$device -s Toshiba CD-ROM inserted + remove logger -t pccard:$device -s Toshiba CD-ROM removed + # IBM Flash ATA (Ricoh Flash ATA 10MB) card "IBM" "IBM17JSSFP10" config auto "ata0" ? iosize 16 |