Deleted Added
full compact
ncr.c (105219) ncr.c (108470)
1/**************************************************************************
2**
1/**************************************************************************
2**
3** $FreeBSD: head/sys/pci/ncr.c 105219 2002-10-16 09:04:52Z phk $
3** $FreeBSD: head/sys/pci/ncr.c 108470 2002-12-30 21:18:15Z schweikh $
4**
5** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
6**
7**-------------------------------------------------------------------------
8**
9** Written for 386bsd and FreeBSD by
10** Wolfgang Stanglmeier <wolf@cologne.de>
11** Stefan Esser <se@mi.Uni-Koeln.de>

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

1301**
1302**
1303**==========================================================
1304*/
1305
1306
1307#if !defined(lint)
1308static const char ident[] =
4**
5** Device driver for the NCR 53C8XX PCI-SCSI-Controller Family.
6**
7**-------------------------------------------------------------------------
8**
9** Written for 386bsd and FreeBSD by
10** Wolfgang Stanglmeier <wolf@cologne.de>
11** Stefan Esser <se@mi.Uni-Koeln.de>

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

1301**
1302**
1303**==========================================================
1304*/
1305
1306
1307#if !defined(lint)
1308static const char ident[] =
1309 "\n$FreeBSD: head/sys/pci/ncr.c 105219 2002-10-16 09:04:52Z phk $\n";
1309 "\n$FreeBSD: head/sys/pci/ncr.c 108470 2002-12-30 21:18:15Z schweikh $\n";
1310#endif
1311
1312static const u_long ncr_version = NCR_VERSION * 11
1313 + (u_long) sizeof (struct ncb) * 7
1314 + (u_long) sizeof (struct nccb) * 5
1315 + (u_long) sizeof (struct lcb) * 3
1316 + (u_long) sizeof (struct tcb) * 2;
1317

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

2051 NADDR (header.savep),
2052 RADDR (temp),
2053 SCR_JUMP,
2054 PADDR (clrack),
2055
2056}/*-------------------------< DISCONNECT >---------------*/,{
2057 /*
2058 ** If QUIRK_AUTOSAVE is set,
1310#endif
1311
1312static const u_long ncr_version = NCR_VERSION * 11
1313 + (u_long) sizeof (struct ncb) * 7
1314 + (u_long) sizeof (struct nccb) * 5
1315 + (u_long) sizeof (struct lcb) * 3
1316 + (u_long) sizeof (struct tcb) * 2;
1317

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

2051 NADDR (header.savep),
2052 RADDR (temp),
2053 SCR_JUMP,
2054 PADDR (clrack),
2055
2056}/*-------------------------< DISCONNECT >---------------*/,{
2057 /*
2058 ** If QUIRK_AUTOSAVE is set,
2059 ** do an "save pointer" operation.
2059 ** do a "save pointer" operation.
2060 */
2061 SCR_FROM_REG (QU_REG),
2062 0,
2063/*<<<*/ SCR_JUMPR ^ IFFALSE (MASK (QUIRK_AUTOSAVE, QUIRK_AUTOSAVE)),
2064 12,
2065 /*
2066 ** like SAVE_DP message:
2067 ** Copy TEMP register to SAVEP in header.

--- 5096 unchanged lines hidden ---
2060 */
2061 SCR_FROM_REG (QU_REG),
2062 0,
2063/*<<<*/ SCR_JUMPR ^ IFFALSE (MASK (QUIRK_AUTOSAVE, QUIRK_AUTOSAVE)),
2064 12,
2065 /*
2066 ** like SAVE_DP message:
2067 ** Copy TEMP register to SAVEP in header.

--- 5096 unchanged lines hidden ---