diff options
| author | christos <christos@NetBSD.org> | 1996-09-29 11:20:32 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 1996-09-29 11:20:32 +0000 |
| commit | 169edbf5a3873c25ef45f2bd615b45af7ade3799 (patch) | |
| tree | 8b1e8c05bc0a7ad547a998e4686ccaf77b42ec6e /sys/dev | |
| parent | 26699175a4a743c0719200151b8179b63e5b8fae (diff) | |
Don't epstop() at the and of the attach
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/pci/if_ep_pci.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_ep_pci.c b/sys/dev/pci/if_ep_pci.c index 636285f5745..1622a57f9d7 100644 --- a/sys/dev/pci/if_ep_pci.c +++ b/sys/dev/pci/if_ep_pci.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_ep_pci.c,v 1.7 1996/05/13 00:03:15 mycroft Exp $ */ +/* $NetBSD: if_ep_pci.c,v 1.8 1996/09/29 11:20:32 christos Exp $ */ /* * Copyright (c) 1994 Herb Peyerl <hpeyerl@beer.org> @@ -193,6 +193,4 @@ ep_pci_attach(parent, self, aux) return; } printf("%s: interrupting at %s\n", sc->sc_dev.dv_xname, intrstr); - - epstop(sc); } |
