diff options
Diffstat (limited to 'sys/scsi/scsiconf.c')
-rw-r--r-- | sys/scsi/scsiconf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index 53dbf27..5724c72 100644 --- a/sys/scsi/scsiconf.c +++ b/sys/scsi/scsiconf.c @@ -16,7 +16,7 @@ * * New configuration setup: dufault@hda.com * - * $Id: scsiconf.c,v 1.23 1995/03/15 14:22:08 dufault Exp $ + * $Id: scsiconf.c,v 1.24 1995/03/16 18:15:49 bde Exp $ */ #include <sys/types.h> @@ -568,7 +568,7 @@ scsi_attachdevs(sc_link_proto) sc_link_proto->scsibus = scsibus; scbus = malloc(sizeof(struct scsibus_data), M_TEMP, M_NOWAIT); if(scbus == 0 || extend_set(scbusses, scsibus, scbus) == 0) { - panic("scsi_attachdevs: malloc\n"); + panic("scsi_attachdevs: malloc"); } bzero(scbus, sizeof(struct scsibus_data)); scbus->adapter_link = sc_link_proto; |