TigerJet PCI ISDN cards
Hans Petter Selasky <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.isdn |
|---|---|
| Message-ID | <[email protected]> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-isdn
To unsubscribe, send any mail to "[email protected]"