diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-08-16 16:14:28 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-08-16 16:14:28 +0000 |
| commit | bf25be48a512ea4d880d73c4c7cb84133ebc22d5 (patch) | |
| tree | 615cdfe7b4bd682482b05bb8cf71a6e13bc3f095 /sys/dev | |
| parent | 8c13738f380db02aed2e3450c7ca77c05acdcd6e (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/fe/if_fe.c | 1 | ||||
| -rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/fe/if_fe.c b/sys/dev/fe/if_fe.c index 80aba82862923..cfab4c724ced5 100644 --- a/sys/dev/fe/if_fe.c +++ b/sys/dev/fe/if_fe.c @@ -1083,7 +1083,6 @@ fe_attach ( struct isa_device *isa_dev ) * FIXME. */ if ( sc->sc_if.if_snd.ifq_maxlen == 0 ) { - extern int ifqmaxlen; /* Don't be so shocked... */ sc->sc_if.if_snd.ifq_maxlen = ifqmaxlen; } diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 8f4b47a71e394..605553f6c1c4e 100644 --- a/sys/dev/ie/if_ie.c +++ b/sys/dev/ie/if_ie.c @@ -43,7 +43,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: if_ie.c,v 1.23 1995/04/12 20:47:50 wollman Exp $ + * $Id: if_ie.c,v 1.24 1995/05/30 08:02:13 rgrimes Exp $ */ /* @@ -109,6 +109,7 @@ iomem, and to make 16-pointers, we subtract iomem and and with 0xffff. #include <sys/param.h> #include <sys/systm.h> +#include <sys/kernel.h> #include <sys/mbuf.h> #include <sys/protosw.h> #include <sys/socket.h> @@ -1558,7 +1559,6 @@ static int command_and_wait(unit, cmd, pcmd, mask) { volatile struct ie_cmd_common *cc = pcmd; volatile int timedout = 0; - extern int hz; ie_softc[unit].scb->ie_command = (u_short)cmd; |
