diff options
Diffstat (limited to 'sys/dev/pci/cmpci.c')
| -rw-r--r-- | sys/dev/pci/cmpci.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pci/cmpci.c b/sys/dev/pci/cmpci.c index 9ba82a8034e..8b4013af070 100644 --- a/sys/dev/pci/cmpci.c +++ b/sys/dev/pci/cmpci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cmpci.c,v 1.1 2000/04/27 02:19:41 millert Exp $ */ +/* $OpenBSD: cmpci.c,v 1.2 2001/06/12 15:40:30 niklas Exp $ */ /* * Copyright (c) 2000 Takuya SHIOZAKI @@ -323,7 +323,7 @@ cmpci_attach(parent, self, aux) /* map I/O space */ if (pci_mapreg_map(pa, CMPCI_PCI_IOBASEREG, PCI_MAPREG_TYPE_IO, 0, - &sc->sc_iot, &sc->sc_ioh, NULL, NULL)) { + &sc->sc_iot, &sc->sc_ioh, NULL, NULL, 0)) { printf("\n%s: failed to map I/O space\n", sc->sc_dev.dv_xname); return; } |
