summaryrefslogtreecommitdiffstats
path: root/sys/sparc64/pci
diff options
context:
space:
mode:
authortmm <tmm@FreeBSD.org>2002-03-23 20:04:10 +0000
committertmm <tmm@FreeBSD.org>2002-03-23 20:04:10 +0000
commit14c3939bc99a8f326aca873db8f28828ed6254d2 (patch)
tree7252d7dfe034064cc2fd939c5653d02bd5c102a8 /sys/sparc64/pci
parentb004f846650d2b4557c3bd674a96672a970f1b0b (diff)
downloadFreeBSD-src-14c3939bc99a8f326aca873db8f28828ed6254d2.zip
FreeBSD-src-14c3939bc99a8f326aca873db8f28828ed6254d2.tar.gz
Add PCIfunctions 2 and 3 of the PCIO2 chip to the intpin quirk table.
Diffstat (limited to 'sys/sparc64/pci')
-rw-r--r--sys/sparc64/pci/psycho.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/sparc64/pci/psycho.c b/sys/sparc64/pci/psycho.c
index 045281e..249f489 100644
--- a/sys/sparc64/pci/psycho.c
+++ b/sys/sparc64/pci/psycho.c
@@ -862,8 +862,10 @@ struct psycho_dquirk {
#define DQT_BAD_INTPIN 1 /* Intpin reg 0, but intpin used */
static struct psycho_dquirk dquirks[] = {
- { 0x1001108e, DQT_BAD_INTPIN }, /* Sun HME (PCIO func. 1) */
- { 0x1101108e, DQT_BAD_INTPIN }, /* Sun GEM (PCIO2 func. 1) */
+ { 0x1001108e, DQT_BAD_INTPIN }, /* Sun HME (PCIO func. 1) */
+ { 0x1101108e, DQT_BAD_INTPIN }, /* Sun GEM (PCIO2 func. 1) */
+ { 0x1102108e, DQT_BAD_INTPIN }, /* Sun FireWire ctl. (PCIO2 func. 2) */
+ { 0x1103108e, DQT_BAD_INTPIN }, /* Sun USB ctl. (PCIO2 func. 3) */
};
#define NDQUIRKS (sizeof(dquirks) / sizeof(dquirks[0]))
OpenPOWER on IntegriCloud