From owner-freebsd-mobile Fri Dec 10 13:27:29 1999 Delivered-To: freebsd-mobile@freebsd.org Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (Postfix) with ESMTP id E2C6914DA1 for ; Fri, 10 Dec 1999 13:27:25 -0800 (PST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (harmony.village.org [10.0.0.6]) by rover.village.org (8.9.3/8.9.3) with ESMTP id OAA56919; Fri, 10 Dec 1999 14:27:21 -0700 (MST) (envelope-from imp@harmony.village.org) Received: from harmony.village.org (localhost.village.org [127.0.0.1]) by harmony.village.org (8.9.3/8.8.3) with ESMTP id OAA25234; Fri, 10 Dec 1999 14:27:21 -0700 (MST) Message-Id: <199912102127.OAA25234@harmony.village.org> To: "D. Rock" Subject: Re: cvs commit: src/sys/isa sio.c Cc: mobile@FreeBSD.ORG In-reply-to: Your message of "Fri, 10 Dec 1999 22:09:45 +0100." <38516C19.2859013F@dead-end.net> References: <38516C19.2859013F@dead-end.net> <199912100819.AAA21609@freefall.freebsd.org> <199912100827.BAA20603@harmony.village.org> Date: Fri, 10 Dec 1999 14:27:21 -0700 From: Warner Losh Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <38516C19.2859013F@dead-end.net> "D. Rock" writes: : My card still doesn't work. It does get detected: : sio2 at port 0x3e8-0x3ef irq 15 slot 0 on pccard0 : sio2: type 16550A : : But the first real access (like a simple "stty -a < /dev/cuaa2") freezes the machine. : Another serial card does work, so I think my configuration is OK. Doesn't happen for me here. I was able to tip to the device w/o problems when I was doing the testing. Can you enable ddb and see if you can break into where it is hanging? When I added pci support to the code I'd get a similar message, but later found out that was due to the short circuit effect of the NOPROBE flag and that if I disabled that I'd see that the card wasn't a 16550A, but something else. You might try taking out the setting of the NOPROBE flag and let me know what it says. Warner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message