summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/adv_isa.c
diff options
context:
space:
mode:
authoreivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
committereivind <eivind@FreeBSD.org>1999-04-11 03:06:07 +0000
commit94b16edfb74a4dd3acebabd323041c2942bf9522 (patch)
treecc3f9695cde322c17bdb713025c5e60f13dd5a5a /sys/i386/isa/adv_isa.c
parent7c680e088dae07c097a8f36169e7016264ee9bf4 (diff)
downloadFreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.zip
FreeBSD-src-94b16edfb74a4dd3acebabd323041c2942bf9522.tar.gz
Staticize.
Diffstat (limited to 'sys/i386/isa/adv_isa.c')
-rw-r--r--sys/i386/isa/adv_isa.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/adv_isa.c b/sys/i386/isa/adv_isa.c
index 7e9b84d..6d9e4c2 100644
--- a/sys/i386/isa/adv_isa.c
+++ b/sys/i386/isa/adv_isa.c
@@ -44,7 +44,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: adv_isa.c,v 1.7 1998/11/10 06:44:54 gibbs Exp $
+ * $Id: adv_isa.c,v 1.8 1998/12/22 18:14:12 gibbs Exp $
*/
#include <sys/param.h>
@@ -76,7 +76,7 @@ static bus_dmamap_t overrun_dmamap;
static bus_addr_t overrun_physbase;
/* Possible port addresses an ISA or VL adapter can live at */
-u_int16_t adv_isa_ioports[] =
+static u_int16_t adv_isa_ioports[] =
{
0x100,
0x110, /* First selection in BIOS setup */
@@ -375,7 +375,7 @@ adv_set_isapnp_wait_for_key(void)
* XXX should go away as soon as ISA interrupt handlers
* take a (void *) arg.
*/
-void
+static void
adv_isa_intr(void *unit)
{
struct adv_softc *arg = advsoftcs[(int)unit];
OpenPOWER on IntegriCloud