TigerJet PCI ISDN cards
Hans Petter Selasky
hselasky at c2i.net
Mon Jul 17 14:08:33 UTC 2006
Hi,
To resolve some problems with wrong detection of TigerJet ISDN cards, I need
to gather PCI subsystem and subsystem vendor ID's.
Currently I have two devices supported:
I4B_PCI_DRIVER(/* NetJet-S (320) */
.vid = 0x0001e159,
.sub = 0x00000100);
I4B_PCI_DRIVER(/* NetJet-S (300) */
.vid = 0x0001e159,
.sub = 0x00020059);
".vid" has format 0x[device ID][vendor ID]
".sub" has format 0x[subsystem ID][subsystem vendor ID]
You can check the ID's of your Tiger Jet, by typing:
On FreeBSD (look for the "card="):
pciconf -l -v
On NetBSD:
pcictl /dev/pci0 list
If your ID is not on the list above, I would appreciate if you could drop me
an e-mail.
--HPS
More information about the freebsd-isdn
mailing list