Deleted Added
full compact
elink.c (2837) elink.c (6734)
1/*
2 * Copyright (c) 1994 Charles Hannum. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
1/*
2 * Copyright (c) 1994 Charles Hannum. All rights reserved.
3 *
4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions
6 * are met:
7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer.

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

21 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
22 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28 *
29 * $Id: elink.c,v 1.2 1994/09/16 13:33:35 davidg Exp $
29 * $Id: elink.c,v 1.3 1994/09/17 16:51:47 se Exp $
30 */
31
32/*
33 * Common code for dealing with 3COM ethernet cards.
34 */
35
36#include <sys/types.h>
37#include <sys/cdefs.h>
30 */
31
32/*
33 * Common code for dealing with 3COM ethernet cards.
34 */
35
36#include <sys/types.h>
37#include <sys/cdefs.h>
38
39#include <machine/cpufunc.h>
40
38#include <i386/isa/elink.h>
41#include <i386/isa/elink.h>
39#include <i386/include/cpufunc.h>
40
41/*
42 * Issue a `global reset' to all cards. We have to be careful to do this only
43 * once during autoconfig, to prevent resetting boards that have already been
44 * configured.
45 */
46void
47elink_reset()

--- 30 unchanged lines hidden ---
42
43/*
44 * Issue a `global reset' to all cards. We have to be careful to do this only
45 * once during autoconfig, to prevent resetting boards that have already been
46 * configured.
47 */
48void
49elink_reset()

--- 30 unchanged lines hidden ---