Date: Wed, 18 Aug 2004 17:17:43 +0000 (UTC) From: "Justin T. Gibbs" <gibbs@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/aic7xxx ahc_isa.c Message-ID: <200408181717.i7IHHhbs066011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
gibbs 2004-08-18 17:17:43 UTC FreeBSD src repository Modified files: sys/dev/aic7xxx ahc_isa.c Log: Initialize iobase from the resource allocated by bus_alloc_resource_any() rather than with isa_get_port(). This value is only used in diagnostics, but the value we want to print is the value in our resource, not in any hint. Revision Changes Path 1.3 +2 -2 src/sys/dev/aic7xxx/ahc_isa.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408181717.i7IHHhbs066011>