diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 2005-09-22 04:56:59 +0000 |
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 2005-09-22 04:56:59 +0000 |
| commit | 6bdc5bdf68ecadd09662a26fda2a5d5613226891 (patch) | |
| tree | e3a095615d8b7c354d9134c1f3cc2b9466587b4f /sys/dev | |
| parent | 09ec45fd152ed581db1684e690ab1ca25dff8b4e (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/aic7xxx/ahd_pci.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aic7xxx/ahd_pci.c b/sys/dev/aic7xxx/ahd_pci.c index df7fd5c6ecc7..8f2e65e61dad 100644 --- a/sys/dev/aic7xxx/ahd_pci.c +++ b/sys/dev/aic7xxx/ahd_pci.c @@ -163,6 +163,7 @@ ahd_pci_map_registers(struct ahd_softc *ahd) if (bootverbose) device_printf(ahd->dev_softc, "Defaulting to MEMIO on\n"); + allow_memio = 1; } if ((command & PCIM_CMD_MEMEN) != 0 |
