Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Dec 1999 14:27:21 -0700
From:      Warner Losh <imp@village.org>
To:        "D. Rock" <rock@dead-end.net>
Cc:        mobile@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/isa sio.c 
Message-ID:  <199912102127.OAA25234@harmony.village.org>
In-Reply-To: Your message of "Fri, 10 Dec 1999 22:09:45 %2B0100." <38516C19.2859013F@dead-end.net> 
References:  <38516C19.2859013F@dead-end.net>  <199912100819.AAA21609@freefall.freebsd.org> <199912100827.BAA20603@harmony.village.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912102127.OAA25234>