summaryrefslogtreecommitdiffstats
path: root/sys/dev/wl
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1998-06-17 14:58:04 +0000
committerbde <bde@FreeBSD.org>1998-06-17 14:58:04 +0000
commit939eba4d19a2c507a64ed9d09ead53fae28f3309 (patch)
tree62628de5977819ab1ee3b7c3c7fdf540c6eff3e2 /sys/dev/wl
parent744972b9cbe22f1e981aa09e6e17b6e32d2f49fa (diff)
downloadFreeBSD-src-939eba4d19a2c507a64ed9d09ead53fae28f3309.zip
FreeBSD-src-939eba4d19a2c507a64ed9d09ead53fae28f3309.tar.gz
Don't declare isa device structs or isa interrupt handlers in <sys/conf>,
and don't depend on them being declared there. This will cause lots of warnings for a few minutes until config is updated. Interrupt handlers should never have been configured by config, and the machine generated declarations get in the way of changing the arg type from int to void *.
Diffstat (limited to 'sys/dev/wl')
-rw-r--r--sys/dev/wl/if_wl.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/wl/if_wl.c b/sys/dev/wl/if_wl.c
index c4bd4db..3af7027 100644
--- a/sys/dev/wl/if_wl.c
+++ b/sys/dev/wl/if_wl.c
@@ -1,4 +1,4 @@
-/* $Id: if_wl.c,v 1.11 1998/02/20 13:11:47 bde Exp $ */
+/* $Id: if_wl.c,v 1.12 1998/06/07 17:10:38 dfr Exp $ */
/*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
@@ -263,7 +263,6 @@ static struct wl_softc wl_softc[NWL];
static int wlprobe(struct isa_device *);
static int wlattach(struct isa_device *);
-void wlintr(int); /* no, not static */
struct isa_driver wldriver = {
wlprobe, wlattach, "wl", 0
OpenPOWER on IntegriCloud