diff options
| author | David Greenman <dg@FreeBSD.org> | 1995-03-19 14:29:26 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1995-03-19 14:29:26 +0000 |
| commit | edf8a81561ba99036993c8fad8a5955252f630a8 (patch) | |
| tree | 589f9b4a28e25de36e0344457a8c795333f7c011 /sys/dev/ie | |
| parent | 1b2cfc264586a8c609784229f6b60a50b5e99574 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ie')
| -rw-r--r-- | sys/dev/ie/if_ie.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ie/if_ie.c b/sys/dev/ie/if_ie.c index 691f0f4b008e..7bb5a2f63115 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.19 1994/11/24 14:29:20 davidg Exp $ + * $Id: if_ie.c,v 1.20 1994/12/22 21:56:09 wollman Exp $ */ /* @@ -1517,7 +1517,7 @@ iereset(unit) #ifdef notdef if(!check_ie_present(unit, ie_softc[unit].iomembot, ie_softc[unit].iosize)) - panic("ie disappeared!\n"); + panic("ie disappeared!"); #endif ie_softc[unit].arpcom.ac_if.if_flags |= IFF_UP; |
