diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 1999-04-20 09:53:05 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 1999-04-20 09:53:05 +0000 |
| commit | c2974efdbef1d363411b6f968331cd1ef27dda26 (patch) | |
| tree | 937a416ddd8eb5f32febac0e81eab27032965850 | |
| parent | 14349c1d6ffa5850b02555906ad85275569eeb26 (diff) | |
Notes
| -rw-r--r-- | sys/dev/buslogic/bt_eisa.c | 4 | ||||
| -rw-r--r-- | sys/i386/eisa/bt_eisa.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/buslogic/bt_eisa.c b/sys/dev/buslogic/bt_eisa.c index 84ca77890d91..06cba3a506e6 100644 --- a/sys/dev/buslogic/bt_eisa.c +++ b/sys/dev/buslogic/bt_eisa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt_eisa.c,v 1.3 1999/03/23 07:27:38 gibbs Exp $ + * $Id: bt_eisa.c,v 1.4 1999/04/18 15:50:33 peter Exp $ */ #include "eisa.h" @@ -118,7 +118,7 @@ bt_eisa_alloc_resources(device_t dev) * XXX assumes that the iospace ranges are sorted in increasing * order. */ - rid = 1; + rid = 0; port = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, 0, ~0, 1, RF_ACTIVE); if (!port) diff --git a/sys/i386/eisa/bt_eisa.c b/sys/i386/eisa/bt_eisa.c index 84ca77890d91..06cba3a506e6 100644 --- a/sys/i386/eisa/bt_eisa.c +++ b/sys/i386/eisa/bt_eisa.c @@ -26,7 +26,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: bt_eisa.c,v 1.3 1999/03/23 07:27:38 gibbs Exp $ + * $Id: bt_eisa.c,v 1.4 1999/04/18 15:50:33 peter Exp $ */ #include "eisa.h" @@ -118,7 +118,7 @@ bt_eisa_alloc_resources(device_t dev) * XXX assumes that the iospace ranges are sorted in increasing * order. */ - rid = 1; + rid = 0; port = bus_alloc_resource(dev, SYS_RES_IOPORT, &rid, 0, ~0, 1, RF_ACTIVE); if (!port) |
