diff options
| author | Warner Losh <imp@FreeBSD.org> | 2005-09-19 03:10:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2005-09-19 03:10:21 +0000 |
| commit | ad4f426ef63acf8f93962c281274c677a055e500 (patch) | |
| tree | c3358cebc77043ea8b2a3a5036b02dad6a674b7e /sys/dev/awi | |
| parent | 6763e7c1edc7198eca8ab7017018b03f5c41e012 (diff) | |
Notes
Diffstat (limited to 'sys/dev/awi')
| -rw-r--r-- | sys/dev/awi/if_awi_pccard.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/awi/if_awi_pccard.c b/sys/dev/awi/if_awi_pccard.c index bc8bb328dc40..0e4958cb041d 100644 --- a/sys/dev/awi/if_awi_pccard.c +++ b/sys/dev/awi/if_awi_pccard.c @@ -153,8 +153,7 @@ awi_pccard_attach(device_t dev) psc->sc_port_rid = 0; psc->sc_port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, - &psc->sc_port_rid, 0, ~0, 16, - rman_make_alignment_flags(64) | RF_ACTIVE); + &psc->sc_port_rid, 0, ~0, 16, RF_ACTIVE); if (!psc->sc_port_res) { device_printf(dev, "awi_pccard_attach: port alloc failed\n"); goto fail; @@ -176,7 +175,6 @@ awi_pccard_attach(device_t dev) * XXX: awi needs to access memory with 8bit, * but pccardd apparently maps memory with MDF_16BITS flag. * So memory mapped access is disabled and use IO port instead. - * Also, memory mapping is not yet supported on pccard. */ psc->sc_mem_res = 0; #else |
