diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1995-09-19 18:55:37 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1995-09-19 18:55:37 +0000 |
| commit | 2e69f359d1ac1574cf0094be77c6458e94b1627c (patch) | |
| tree | 083e432bb7d4d36885717d7d3e4c7b3effacecf4 /sys/dev/ie | |
| parent | 0b73305bddacf29a3ea801c7e8875409e0175ed3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 605553f6c1c4e..c5d4d95b8239c 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.24 1995/05/30 08:02:13 rgrimes Exp $ + * $Id: if_ie.c,v 1.25 1995/08/16 16:12:32 bde Exp $ */ /* @@ -617,7 +617,7 @@ ieattach(dvp) /* * What to do upon receipt of an interrupt. */ -int ieintr(unit) +void ieintr(unit) int unit; { register struct ie_softc *ie = &ie_softc[unit]; @@ -682,8 +682,6 @@ loop: /* Clear the interrupt latch on the 3C507. */ if (ie->hard_type == IE_3C507) outb(PORT + IE507_ICTRL, 1); - - return unit; } /* |
