diff options
| author | 2003-02-28 15:26:23 +0000 | |
|---|---|---|
| committer | 2003-02-28 15:26:23 +0000 | |
| commit | d472e11af9e08e4f7f046a9271b303990e3eebb6 (patch) | |
| tree | 9a0f78db65b8f885d8e7d83128aa6d382c8ddcc6 /sys/dev/pci/isp_pci.c | |
| parent | typo; from weissmanndude (diff) | |
| download | wireguard-openbsd-d472e11af9e08e4f7f046a9271b303990e3eebb6.tar.xz wireguard-openbsd-d472e11af9e08e4f7f046a9271b303990e3eebb6.zip | |
remove non-typo changes. sorry folks
Diffstat (limited to 'sys/dev/pci/isp_pci.c')
| -rw-r--r-- | sys/dev/pci/isp_pci.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/dev/pci/isp_pci.c b/sys/dev/pci/isp_pci.c index 8b05606ee22..16b736e65f8 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.30 2003/02/28 15:14:08 mickey Exp $ */ +/* $OpenBSD: isp_pci.c,v 1.31 2003/02/28 15:26:23 mickey Exp $ */ /* * PCI specific probe and attach routines for Qlogic ISP SCSI adapters. * @@ -621,6 +621,9 @@ 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; /* |
