diff options
author | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-17 18:23:59 +0000 |
---|---|---|
committer | Alexander Yurchenko <grange@cvs.openbsd.org> | 2004-10-17 18:23:59 +0000 |
commit | 4b4a2fc6d0d0721d94d4463e25ab43c45e0f2090 (patch) | |
tree | c3a4f5af9f55907bfeb9226312ac5cf6dc440b90 /sys/dev/pci/pciidevar.h | |
parent | abd6ba8232f03cf1d3a0a33b58e2c5d748a68946 (diff) |
Bump number of channels to PCIIDE_MAX_CHANNELS.
Diffstat (limited to 'sys/dev/pci/pciidevar.h')
-rw-r--r-- | sys/dev/pci/pciidevar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/pciidevar.h b/sys/dev/pci/pciidevar.h index 3230643932f..270f9a21eb5 100644 --- a/sys/dev/pci/pciidevar.h +++ b/sys/dev/pci/pciidevar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pciidevar.h,v 1.12 2004/10/17 18:22:13 grange Exp $ */ +/* $OpenBSD: pciidevar.h,v 1.13 2004/10/17 18:23:58 grange Exp $ */ /* $NetBSD: pciidevar.h,v 1.6 2001/01/12 16:04:00 bouyer Exp $ */ /* @@ -91,7 +91,7 @@ struct pciide_softc { bus_dmamap_t dmamap_xfer; int dma_flags; } dma_maps[2]; - } pciide_channels[PCIIDE_NUM_CHANNELS]; + } pciide_channels[PCIIDE_MAX_CHANNELS]; /* Chip-specific private data */ void *sc_cookie; |