1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Submitted by: Paul F. Werkowski

Add a quirk line for the SONY SDT-5000 like it is done for the WangDAT tapes.
This commit is contained in:
Andreas Schulz 1994-10-30 00:30:27 +00:00
parent d2b0023cb3
commit 339b10f15d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4000
2 changed files with 8 additions and 6 deletions

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: ncr.c,v 1.10 1994/10/14 23:59:36 se Exp $
** $Id: ncr.c,v 1.11 1994/10/27 20:12:46 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@ -1222,7 +1222,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
"\n$Id: ncr.c,v 1.10 1994/10/14 23:59:36 se Exp $\n";
"\n$Id: ncr.c,v 1.11 1994/10/27 20:12:46 se Exp $\n";
u_long ncr_version = NCR_VERSION
+ (u_long) sizeof (struct ncb)
@ -3327,7 +3327,7 @@ static void ncr_attach (pcici_t config_id, int unit)
ncr_name (np));
DELAY (1000000);
#endif
printf ("%s scanning for targets 0..%d ($Revision: 1.10 $)\n",
printf ("%s scanning for targets 0..%d ($Revision: 1.11 $)\n",
ncr_name (np), MAX_TARGET-1);
/*
@ -6408,6 +6408,7 @@ struct table_entry {
static struct table_entry device_tab[] =
{
{"SONY", "SDT-5000", "3.17", QUIRK_NOMSG},
{"WangDAT", "Model 2600", "01.7", QUIRK_NOMSG},
{"WangDAT", "Model 3200", "02.2", QUIRK_NOMSG},
{"WangDAT", "Model 1300", "02.4", QUIRK_NOMSG},

View File

@ -1,6 +1,6 @@
/**************************************************************************
**
** $Id: ncr.c,v 1.10 1994/10/14 23:59:36 se Exp $
** $Id: ncr.c,v 1.11 1994/10/27 20:12:46 se Exp $
**
** Device driver for the NCR 53C810 PCI-SCSI-Controller.
**
@ -1222,7 +1222,7 @@ static void ncr_attach (pcici_t tag, int unit);
static char ident[] =
"\n$Id: ncr.c,v 1.10 1994/10/14 23:59:36 se Exp $\n";
"\n$Id: ncr.c,v 1.11 1994/10/27 20:12:46 se Exp $\n";
u_long ncr_version = NCR_VERSION
+ (u_long) sizeof (struct ncb)
@ -3327,7 +3327,7 @@ static void ncr_attach (pcici_t config_id, int unit)
ncr_name (np));
DELAY (1000000);
#endif
printf ("%s scanning for targets 0..%d ($Revision: 1.10 $)\n",
printf ("%s scanning for targets 0..%d ($Revision: 1.11 $)\n",
ncr_name (np), MAX_TARGET-1);
/*
@ -6408,6 +6408,7 @@ struct table_entry {
static struct table_entry device_tab[] =
{
{"SONY", "SDT-5000", "3.17", QUIRK_NOMSG},
{"WangDAT", "Model 2600", "01.7", QUIRK_NOMSG},
{"WangDAT", "Model 3200", "02.2", QUIRK_NOMSG},
{"WangDAT", "Model 1300", "02.4", QUIRK_NOMSG},