I think that in src/sys/i4b/layer1/itjc/i4b_itjc_pci.c: TIGER_PIB_5_CYCLES should be 0x10 (not 0x01) TIGER_PIB_12_CYCLES should be 0x20 (not 0x10) Maybe also TIGER_PIB_5_CYCLES should be named TIGER_PIB_8_CYCLES and TIGER_PIB_12_CYCLES should be named TIGER_PIB_15_CYCLES The later I'm not sure but atleast accordning to the Tiger320 data sheet rev. 1.2 it should be so. Fix: See description How-To-Repeat: I haven't compiled and used the code, I was only reading it for rewriting zaptel-driver for another TigerJet-based card.
Responsible Changed From-To: freebsd-bugs->freebsd-isdn Over to ISDN Mailinglist
Hi, Thank you for noticing the typo. While fixing it, I found another couple. Attached is the diff with the fixes. []'s -- Prallon
State Changed From-To: open->closed diff committed to current.