diff options
| author | Noriaki Mitsunaga <non@FreeBSD.org> | 2001-09-04 01:42:07 +0000 |
|---|---|---|
| committer | Noriaki Mitsunaga <non@FreeBSD.org> | 2001-09-04 01:42:07 +0000 |
| commit | 487710e2c42ee6cbc67a92f6ae0a3a948c78ab27 (patch) | |
| tree | b9866139e50964972a16080c6c20ef402c0118b6 /sys/dev/stg | |
| parent | 128ff94094ff0f4b4e9f505fbb1f240296adc2d6 (diff) | |
Notes
Diffstat (limited to 'sys/dev/stg')
| -rw-r--r-- | sys/dev/stg/tmc18c30_pccard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/stg/tmc18c30_pccard.c b/sys/dev/stg/tmc18c30_pccard.c index 9088f4be1052..a76777e51f36 100644 --- a/sys/dev/stg/tmc18c30_pccard.c +++ b/sys/dev/stg/tmc18c30_pccard.c @@ -148,7 +148,7 @@ stg_alloc_resource(DEVPORT_PDEVICE dev) sc->port_rid = 0; sc->port_res = bus_alloc_resource(dev, SYS_RES_IOPORT, &sc->port_rid, - 0, ~0, 0, RF_ACTIVE); + 0, ~0, STGIOSZ, RF_ACTIVE); if (sc->port_res == NULL) { stg_release_resource(dev); return(ENOMEM); |
