summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa')
-rw-r--r--sys/i386/isa/if_ie.c4
-rw-r--r--sys/i386/isa/sound/dev_table.c4
-rw-r--r--sys/i386/isa/sound/os.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/sys/i386/isa/if_ie.c b/sys/i386/isa/if_ie.c
index 691f0f4..7bb5a2f 100644
--- a/sys/i386/isa/if_ie.c
+++ b/sys/i386/isa/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;
diff --git a/sys/i386/isa/sound/dev_table.c b/sys/i386/isa/sound/dev_table.c
index 7f0f987..c79b39d 100644
--- a/sys/i386/isa/sound/dev_table.c
+++ b/sys/i386/isa/sound/dev_table.c
@@ -122,7 +122,7 @@ sndtable_init_card (int unit, struct address_info *hw_config)
if (!unit)
{
if (sndtable_init (0) != 0)
- panic ("snd: Invalid memory allocation\n");
+ panic ("snd: Invalid memory allocation");
return TRUE;
}
@@ -140,7 +140,7 @@ sndtable_init_card (int unit, struct address_info *hw_config)
* Mark as not detected
*/
else if (sound_drivers[drv].attach (0, hw_config) != 0)
- panic ("snd#: Invalid memory allocation\n");
+ panic ("snd#: Invalid memory allocation");
return TRUE;
}
diff --git a/sys/i386/isa/sound/os.h b/sys/i386/isa/sound/os.h
index f3f9cdf..2e888c0 100644
--- a/sys/i386/isa/sound/os.h
+++ b/sys/i386/isa/sound/os.h
@@ -290,7 +290,7 @@ extern unsigned long get_time(void);
*/
#define PERMANENT_MALLOC(typecast, mem_ptr, size, linux_ptr) \
{(mem_ptr) = (typecast)malloc((size), M_DEVBUF, M_NOWAIT); \
- if (!(mem_ptr))panic("SOUND: Cannot allocate memory\n");}
+ if (!(mem_ptr))panic("SOUND: Cannot allocate memory");}
/*
* The macro DEFINE_TIMER defines variables for the ACTIVATE_TIMER if
OpenPOWER on IntegriCloud