diff --git a/etc/defaults/pccard.conf b/etc/defaults/pccard.conf index fac0dcd74877..1449ac91a269 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: pccard.conf.sample,v 1.12 1997/12/07 05:20:56 nate Exp $ +# $Id: pccard.conf.sample,v 1.13 1997/12/16 02:43:26 pst Exp $ # Generally available IO ports io 0x240-0x360 @@ -261,6 +261,13 @@ card "IBM" "Push/Pop Modem(14.4" insert echo IBM Push/Pop Modem inserted remove echo IBM Push/Pop Modem removed +# Eiger PCCARD modem +# Apparently this modem does not work unless the recommended +# init string (AT&F&C1&D2) is supplied. +card "PCMCIA " "33.6K Fax/Modem " + config 23 "sio2" 5 + insert echo Eiger 33.6K modem inserted + remove echo Eiger 33.6K modem removed # BUG Linkboy D64K (ISDN) card "BUG Inc." "Linkboy D64K" diff --git a/etc/pccard.conf.sample b/etc/pccard.conf.sample index fac0dcd74877..1449ac91a269 100644 --- a/etc/pccard.conf.sample +++ b/etc/pccard.conf.sample @@ -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: pccard.conf.sample,v 1.12 1997/12/07 05:20:56 nate Exp $ +# $Id: pccard.conf.sample,v 1.13 1997/12/16 02:43:26 pst Exp $ # Generally available IO ports io 0x240-0x360 @@ -261,6 +261,13 @@ card "IBM" "Push/Pop Modem(14.4" insert echo IBM Push/Pop Modem inserted remove echo IBM Push/Pop Modem removed +# Eiger PCCARD modem +# Apparently this modem does not work unless the recommended +# init string (AT&F&C1&D2) is supplied. +card "PCMCIA " "33.6K Fax/Modem " + config 23 "sio2" 5 + insert echo Eiger 33.6K modem inserted + remove echo Eiger 33.6K modem removed # BUG Linkboy D64K (ISDN) card "BUG Inc." "Linkboy D64K"