Deleted Added
full compact
if_ie.c (1080) if_ie.c (1549)
1/*-
2 * Copyright (c) 1992, 1993, University of Vermont and State
3 * Agricultural College.
4 * Copyright (c) 1992, 1993, Garrett A. Wollman.
5 *
6 * Portions:
7 * Copyright (c) 1990, 1991, William F. Jolitz
8 * Copyright (c) 1990, The Regents of the University of California

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

1315 splx(s);
1316 return;
1317}
1318
1319/*
1320 * This is called if we time out.
1321 */
1322static void
1/*-
2 * Copyright (c) 1992, 1993, University of Vermont and State
3 * Agricultural College.
4 * Copyright (c) 1992, 1993, Garrett A. Wollman.
5 *
6 * Portions:
7 * Copyright (c) 1990, 1991, William F. Jolitz
8 * Copyright (c) 1990, The Regents of the University of California

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

1315 splx(s);
1316 return;
1317}
1318
1319/*
1320 * This is called if we time out.
1321 */
1322static void
1323chan_attn_timeout(rock, arg2)
1323chan_attn_timeout(rock)
1324 caddr_t rock;
1324 caddr_t rock;
1325 int arg2;
1326{
1327 *(int *)rock = 1;
1328}
1329
1330/*
1331 * Send a command to the controller and wait for it to either
1332 * complete or be accepted, depending on the command. If the
1333 * command pointer is null, then pretend that the command is

--- 469 unchanged lines hidden ---
1325{
1326 *(int *)rock = 1;
1327}
1328
1329/*
1330 * Send a command to the controller and wait for it to either
1331 * complete or be accepted, depending on the command. If the
1332 * command pointer is null, then pretend that the command is

--- 469 unchanged lines hidden ---