Deleted Added
full compact
if_tx.c (33095) if_tx.c (33181)
1/*-
2 * Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

95#include <net/bpf.h>
96#endif
97
98/*
99 * Global variables
100 */
101static u_long epic_pci_count;
102static epic_softc_t * epics[EPIC_MAX_DEVICES];
1/*-
2 * Copyright (c) 1997 Semen Ustimenko (semen@iclub.nsu.ru)
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

95#include <net/bpf.h>
96#endif
97
98/*
99 * Global variables
100 */
101static u_long epic_pci_count;
102static epic_softc_t * epics[EPIC_MAX_DEVICES];
103struct pci_device txdevice = {
103static struct pci_device txdevice = {
104 "tx",
105 epic_pci_probe,
106 epic_pci_attach,
107 &epic_pci_count,
108 NULL };
109
110/*
111 * Append this driver to pci drivers list

--- 1199 unchanged lines hidden ---
104 "tx",
105 epic_pci_probe,
106 epic_pci_attach,
107 &epic_pci_count,
108 NULL };
109
110/*
111 * Append this driver to pci drivers list

--- 1199 unchanged lines hidden ---