diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 1998-12-07 21:58:50 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 1998-12-07 21:58:50 +0000 |
| commit | f1d19042b082d95f07a0027e596ba2405aa8a9a5 (patch) | |
| tree | b856be4db5efb04d68d01039a157119ac8613b9f /sys/pci/adw_pci.c | |
| parent | f769cca5eb9fed523269d85eefe74037ff7bd1b5 (diff) | |
Notes
Diffstat (limited to 'sys/pci/adw_pci.c')
| -rw-r--r-- | sys/pci/adw_pci.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/pci/adw_pci.c b/sys/pci/adw_pci.c index 2109b91d1b0f..eb941bf6a8e3 100644 --- a/sys/pci/adw_pci.c +++ b/sys/pci/adw_pci.c @@ -28,7 +28,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id$ + * $Id: adw_pci.c,v 1.1 1998/10/07 03:20:49 gibbs Exp $ */ #include <pci.h> @@ -89,7 +89,9 @@ adwpciattach(pcici_t config_id, int unit) u_int32_t id; u_int32_t command; vm_offset_t vaddr; +#ifdef ADW_ALLOW_MEMIO vm_offset_t paddr; +#endif u_int16_t io_port; bus_space_tag_t tag; bus_space_handle_t bsh; |
