diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-11-04 17:08:13 +0000 |
| commit | 4ff3de8e80ba043f8693c6623c38c6506f113261 (patch) | |
| tree | a314bfc13d707ab8df235edc500e88916380d16d /sys/dev/ep | |
| parent | aff85b53857af77bf2a134234a45fc60d944d6d4 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ep')
| -rw-r--r-- | sys/dev/ep/if_ep.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ep/if_ep.c b/sys/dev/ep/if_ep.c index 690f3eb34d76..5cea1290df3d 100644 --- a/sys/dev/ep/if_ep.c +++ b/sys/dev/ep/if_ep.c @@ -38,7 +38,7 @@ */ /* - * $Id: if_ep.c,v 1.32 1995/10/26 20:29:37 julian Exp $ + * $Id: if_ep.c,v 1.33 1995/10/28 15:39:04 phk Exp $ * * Promiscuous mode added and interrupt logic slightly changed * to reduce the number of adapter failures. Transceiver select @@ -113,7 +113,6 @@ static void epmbuffill __P((caddr_t, int)); static void epmbufempty __P((struct ep_softc *)); void epinit __P((int)); -void epintr __P((int)); void epread __P((struct ep_softc *)); void epreset __P((int)); void epstart __P((struct ifnet *)); |
