diff options
| author | ad <ad@NetBSD.org> | 2001-02-07 17:05:46 +0000 |
|---|---|---|
| committer | ad <ad@NetBSD.org> | 2001-02-07 17:05:46 +0000 |
| commit | fc919d3e61aaba95c6a8ba330ebd35f70beec6db (patch) | |
| tree | 874208aa7e2adb243707dd616f3c68b020f5db47 /sys/dev/i2o | |
| parent | 1f5cfca3e6208be36965abb0d6baca3fb928ecaa (diff) | |
FC peripherals on DPT/Adaptec boards only respond to private class messages.
Diffstat (limited to 'sys/dev/i2o')
| -rw-r--r-- | sys/dev/i2o/iopsp.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/dev/i2o/iopsp.c b/sys/dev/i2o/iopsp.c index 00116972528..74155778af8 100644 --- a/sys/dev/i2o/iopsp.c +++ b/sys/dev/i2o/iopsp.c @@ -1,4 +1,4 @@ -/* $NetBSD: iopsp.c,v 1.3 2000/12/03 13:17:03 ad Exp $ */ +/* $NetBSD: iopsp.c,v 1.4 2001/02/07 17:05:46 ad Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -112,10 +112,6 @@ iopsp_match(struct device *parent, struct cfdata *match, void *aux) I2O_PARAM_HBA_CTLR_INFO, ¶m, sizeof(param)) != 0) return (0); - /* - * XXX DPT's driver matches fibrechannel ports, but the spec says we - * shouldn't; need testing. - */ return (param.ci.bustype == I2O_HBA_BUS_SCSI || param.ci.bustype == I2O_HBA_BUS_FCA); } @@ -297,7 +293,6 @@ iopsp_reconfig(struct device *dv) for (i = 0, le = iop->sc_lct->entry; i < nent; i++, le++) { switch (le16toh(le->classid) & 4095) { case I2O_CLASS_SCSI_PERIPHERAL: - case I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL: break; default: continue; |
