From owner-freebsd-mobile Fri May 7 12:42:57 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from ThinkPad.katz.de (dieringe.dialup.fu-berlin.de [160.45.221.216]) by hub.freebsd.org (Postfix) with ESMTP id 895CE14CFB for ; Fri, 7 May 1999 12:42:36 -0700 (PDT) (envelope-from martin@dieringe.dialup.fu-berlin.de) Received: from localhost (localhost.katz.de [127.0.0.1]) by ThinkPad.katz.de (8.8.8/8.8.8) with ESMTP id VAA04124; Fri, 7 May 1999 21:09:38 +0200 (CEST) (envelope-from martin@dieringe.dialup.fu-berlin.de) Date: Fri, 7 May 1999 21:09:37 +0200 (CEST) From: Martin Dieringer X-Sender: martin@ThinkPad.katz.de Reply-To: Martin Dieringer To: Kent Hauser Cc: mobile@FreeBSD.ORG Subject: Re: pccard.conf entry help needed In-Reply-To: <199905071758.NAA00248@kent.tfd.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I have no problems with the Thinkpad 600(not E)'s serial port. my config is device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? disable port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr and I get sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A When I insert my modem card, I get sio2 Card inserted, slot 0 sio2: type 16550A pccard.conf: # Megahertz XJ1336 card "U.S. Robotics" "XJ/CC1336" config 0x23 "sio2" 10 insert echo U.S. Robotics XJ/CC1336 inserted remove echo U.S. Robotics XJ/CC1336 removed (this in on 2.2.8, but I remember that this worked the same way with 3.1-STABLE) just add "vector siointr" to your kernel-config! martin On Fri, 7 May 1999, Kent Hauser wrote: > In my continuing quest to get a serial port working for my new > ThinkPad, I obtained one of the "socket communications" serial port > PCMCIA cards. It's supposed to look like a standard serial port -- > and so I assumed the modem card support would be sufficient. It might > be, but at the very least, I am unable to get my "pccard.conf" entry > correct. > > =========== > >>> kernel config excerpt: > > device sio0 at isa? port "IO_COM1" tty irq 4 > device sio1 at isa? port "IO_COM2" tty irq 3 > device sio2 at isa? port "IO_COM3" tty irq 5 > device sio3 at isa? port "IO_COM4" tty irq 9 > =========== > >>> /var/log/messages messages: > > May 7 13:48:56 kent /kernel: sio0: configured irq 4 not in bitmap of probed irqs 0 > May 7 13:48:56 kent /kernel: sio0 not found at 0x3f8 > May 7 13:48:56 kent /kernel: sio1: configured irq 3 not in bitmap of probed irqs 0 > May 7 13:48:56 kent /kernel: sio1 not found at 0x2f8 > May 7 13:48:56 kent /kernel: sio2: configured irq 5 not in bitmap of probed irqs 0 > May 7 13:48:56 kent /kernel: sio2 not found at 0x3e8 > May 7 13:48:56 kent /kernel: sio3: configured irq 9 not in bitmap of probed irqs 0 > May 7 13:48:56 kent /kernel: sio3 > May 7 13:48:56 kent /kernel: not found at 0x2e8 > May 7 13:48:59 kent pccardd[58]: Resource allocation failure for Socket Communications Inc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message