diff options
| author | 2003-02-28 15:36:39 +0000 | |
|---|---|---|
| committer | 2003-02-28 15:36:39 +0000 | |
| commit | 7084185f2a470bb034fb0e15f0e7a835308b7160 (patch) | |
| tree | f8e13709f292df20fefa1b0d8b6d5527110f5fe6 /sys/dev/pci/isp_pci.c | |
| parent | remove non-typo changes. sorry folks (diff) | |
| download | wireguard-openbsd-7084185f2a470bb034fb0e15f0e7a835308b7160.tar.xz wireguard-openbsd-7084185f2a470bb034fb0e15f0e7a835308b7160.zip | |
take too. patch ahs to screw up once in a while
Diffstat (limited to 'sys/dev/pci/isp_pci.c')
| -rw-r--r-- | sys/dev/pci/isp_pci.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c index 16b736e65f8..e494add4b30 100644 --- a/sys/dev/pci/isp_pci.c +++ b/sys/dev/pci/isp_pci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: isp_pci.c,v 1.31 2003/02/28 15:26:23 mickey Exp $ */ +/* $OpenBSD: isp_pci.c,v 1.32 2003/02/28 15:36:39 mickey Exp $ */ /* * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. * @@ -323,11 +323,6 @@ isp_pci_probe(struct device *parent, void *match, void *aux) { struct pci_attach_args *pa = aux; - /* those are raid puppies */ - if (PCI_VENDOR(pci_conf_read(pa->pa_pc, pa->pa_tag, - PCI_SUBSYS_ID_REG)) == PCI_VENDOR_AMI) - return (0); - switch (pa->pa_id) { #ifndef ISP_DISABLE_1020_SUPPORT case PCI_QLOGIC_ISP: @@ -621,9 +616,6 @@ isp_pci_attach(struct device *parent, struct device *self, void *aux) if (IS_23XX(isp)) { isp->isp_touched = 1; } - if (IS_23XX(isp)) { - isp->isp_touched = 1; - } data |= PCI_COMMAND_MASTER_ENABLE | PCI_COMMAND_INVALIDATE_ENABLE; /* |
