Deleted Added
full compact
scsi_sa.c (106890) scsi_sa.c (107943)
1/*
1/*
2 * $FreeBSD: head/sys/cam/scsi/scsi_sa.c 106890 2002-11-14 05:03:11Z imp $
2 * $FreeBSD: head/sys/cam/scsi/scsi_sa.c 107943 2002-12-16 17:40:17Z trhodes $
3 *
4 * Implementation of SCSI Sequential Access Peripheral driver for CAM.
5 *
6 * Copyright (c) 1999, 2000 Matthew Jacob
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

--- 285 unchanged lines hidden (view full) ---

296 "VIPER 2525*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 1024
297 },
298#if 0
299 {
300 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
301 "C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0,
302 },
303#endif
3 *
4 * Implementation of SCSI Sequential Access Peripheral driver for CAM.
5 *
6 * Copyright (c) 1999, 2000 Matthew Jacob
7 * All rights reserved.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions

--- 285 unchanged lines hidden (view full) ---

296 "VIPER 2525*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 1024
297 },
298#if 0
299 {
300 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
301 "C15*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_NO_CPAGE, 0,
302 },
303#endif
304 {
305 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
306 "C56*", "*"}, SA_QUIRK_VARIABLE|SA_QUIRK_2FM, 0
307 },
304 {
305 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
306 "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512
307 },
308 {
309 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
310 "T4000*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512
311 },

--- 3272 unchanged lines hidden ---
308 {
309 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
310 "T20*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512
311 },
312 {
313 { T_SEQUENTIAL, SIP_MEDIA_REMOVABLE, "HP",
314 "T4000*", "*"}, SA_QUIRK_FIXED|SA_QUIRK_1FM, 512
315 },

--- 3272 unchanged lines hidden ---