Hi, Matthew. From: matthew green <m...@eterna.com.au> Subject: re: CVS commit: src Date: Thu, 08 Jul 2010 15:25:43 +1000
> >> > doesn't match, and if i make it look like: >> > >> > { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0, 0 } >> > { 0xffff, 0xffff, 0, 0 }, >> > { >> > { PUC_PORT_TYPE_COM, 0x10, 0x00, 0x00 }, >> >> OpenBSD's pucdata.c says: >> >> /* NetMos PCIe Peripheral Controller :UART part */ >> { /* "NetMos NM9901 UART" */ >> { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0xa000, 0x1000 }, >> { 0xffff, 0xffff, 0xffff, 0xffff }, >> { >> { PUC_PORT_TYPE_COM, 0x10, 0x00, COM_FREQ }, >> }, >> }, >> >> /* NetMos PCIe Peripheral Controller :parallel part */ >> { /* "NetMos NM9901 UART" */ >> { PCI_VENDOR_NETMOS, PCI_PRODUCT_NETMOS_NM9901, 0xa000, 0x2000 }, >> { 0xffff, 0xffff, 0xffff, 0xffff }, >> { >> { PUC_PORT_TYPE_LPT, 0x10, 0x00 }, >> }, >> }, >> >> Could you test with this entries? > > this makes it attach and seem to work, but the same failure to let > kermit actually attach occurs. i've tried with several values for > the flags without any real change (COM_FREQ, COM_FREQ*{4,8,10}). > > i haven't looked further to see what is wrong. > > > .mrg. I've tested with my own NM9901 card and it worked fine with tip(1). Please test with rev. 1.64 of pucdata.c Regards. ---------------------------------------------------------- SAITOH Masanobu (masan...@iij.ad.jp msai...@netbsd.org)