On Fri, 18 Jul 2003, Bruce Evans wrote: Hi, > > just to also ask here before opening a bug report. Anyone successfully > > using a cyclades (Yo8) ISA on FreeBSD 5.x/Current ? > > > > I am unable to get it regonized on bootup. ... > > A similar configuration still works for me with a slightly old version > of -current. I have further digged into this and from what I can see --- cy.c:cy_units --- /* wait for the CD1400 to initialize itself */ for (i = 0; i < 200; i++) { DELAY(50); /* retrieve firmware version */ firmware_version = cd_inb(iobase, CD1400_GFRCR, cy_align); if ((firmware_version & 0xf0) == 0x40) { break; } } --- cut --- firmware_version always is 0xff. If I give another maddr in hints file than dip switches are set to kernel aborts somwhere in sioprobe(dev) and will reboot so I assume maddr really is set correct (also verified with cyclades manual y_30.pdf again). There is a "Rev 5" oder 5.0 on the card. Any more ideas ? I am willing to test any ideas/patches etc. -- Greetings Bjoern A. Zeeb bzeeb at Zabbadoz dot NeT 56 69 73 69 74 http://www.zabbadoz.net/Received on Fri Jul 18 2003 - 12:48:42 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:15 UTC