Date: Sun, 02 Apr 2000 13:50:03 -0600 From: Warner Losh <imp@village.org> To: "Alex Kwan" <alexkwan@pacific.net.hk> Cc: freebsd-mobile@FreeBSD.ORG Subject: Re: How to create a entry to my modem card Message-ID: <200004021950.NAA53955@harmony.village.org> In-Reply-To: Your message of "Mon, 03 Apr 2000 02:52:18 %2B0800." <001101bf9cd4$d664e700$151e40ca@alexkwan> References: <001101bf9cd4$d664e700$151e40ca@alexkwan> <000701bf9a60$714be380$571e40ca@alexkwan> <200003301948.MAA26181@harmony.village.org>
next in thread | previous in thread | raw e-mail | index | archive | help
In message <001101bf9cd4$d664e700$151e40ca@alexkwan> "Alex Kwan" writes: : Manuf=[PCMCIA_CARD_56KFaxModem] Cardvers=[FM56C-NF] : ........... : Turple#6, Code=0x1b (Configuration Entry) length=19 : 000: e0 81 9d 5f 55 4d 5d 26 36 35 fc 14 aa 60 f8 03 : 010: 07 24 28 : config index = 0x20 (default) : interface byte = 0x81 (I/O) wait signal supported : card decodes 20 address line : IRQ Modes: : IRQs: BERR 2 4 9 11 13 15 : ............. : Would you please teach me how to create a entry to pccard.conf for my modem : card? Sure. Take the mfg and card version and put them in an entry like so: card "PCMCIA_CARD_56KFaxModem" "FM56C-NF" config auto "sio2" ? If "auto" doesn't work, then try 0x20, since that matches your config info. The IRQs are bogus. Ignore them. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004021950.NAA53955>