diff options
author | msmith <msmith@FreeBSD.org> | 1997-09-18 00:15:55 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1997-09-18 00:15:55 +0000 |
commit | 9beb19603d8adaf028ce0cacfd477aa39a4b1cc9 (patch) | |
tree | fe6081f100a3c56042f9e03c9b24276b2019a86f | |
parent | 109ba0ca66db09790df1c93e4ee1ba2239344d64 (diff) | |
download | FreeBSD-src-9beb19603d8adaf028ce0cacfd477aa39a4b1cc9.zip FreeBSD-src-9beb19603d8adaf028ce0cacfd477aa39a4b1cc9.tar.gz |
Remove line noise from the quirk list (kernel build stopper)
-rw-r--r-- | sys/scsi/scsiconf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/scsi/scsiconf.c b/sys/scsi/scsiconf.c index ad14ee0..0e3fd3a 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.92 1997/09/07 15:06:08 joerg Exp $ + * $Id: scsiconf.c,v 1.93 1997/09/17 21:49:06 joerg Exp $ */ #include "opt_scsi.h" @@ -310,7 +310,6 @@ static struct scsidevs knowndevs[] = "st", SC_MORE_LUS, 0 }, { - { T_SEQUENTIAL, T_SEQUENTIAL, T_REMOV, "HP", "C1557A", "*", "st", SC_MORE_LUS, 0 }, |