Deleted Added
full compact
if_edvar.h (149832) if_edvar.h (149840)
1/*-
2 * Copyright (c) 1995, David Greenman
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

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

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
1/*-
2 * Copyright (c) 1995, David Greenman
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

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

19 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
20 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
21 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
23 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
24 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 * SUCH DAMAGE.
26 *
27 * $FreeBSD: head/sys/dev/ed/if_edvar.h 149832 2005-09-06 22:44:26Z imp $
27 * $FreeBSD: head/sys/dev/ed/if_edvar.h 149840 2005-09-07 03:20:33Z imp $
28 */
29
30#ifndef SYS_DEV_ED_IF_EDVAR_H
31#define SYS_DEV_ED_IF_EDVAR_H
32/*
33 * ed_softc: per line info and status
34 */
35struct ed_softc {

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

191int ed_probe_WD80x3(device_t, int, int);
192int ed_probe_WD80x3_generic(device_t, int, uint16_t *[]);
193#ifdef ED_3C503
194int ed_probe_3Com(device_t, int, int);
195#endif
196#ifdef ED_SIC
197int ed_probe_SIC(device_t, int, int);
198#endif
28 */
29
30#ifndef SYS_DEV_ED_IF_EDVAR_H
31#define SYS_DEV_ED_IF_EDVAR_H
32/*
33 * ed_softc: per line info and status
34 */
35struct ed_softc {

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

191int ed_probe_WD80x3(device_t, int, int);
192int ed_probe_WD80x3_generic(device_t, int, uint16_t *[]);
193#ifdef ED_3C503
194int ed_probe_3Com(device_t, int, int);
195#endif
196#ifdef ED_SIC
197int ed_probe_SIC(device_t, int, int);
198#endif
199int ed_probe_Novell_generic(device_t, int);
199int ed_probe_Novell(device_t, int, int);
200void ed_Novell_read_mac(struct ed_softc *);
201#ifdef ED_HPP
202int ed_probe_HP_pclanp(device_t, int, int);
203#endif
204
205int ed_attach(device_t);
206int ed_detach(device_t);

--- 86 unchanged lines hidden ---
200int ed_probe_Novell(device_t, int, int);
201void ed_Novell_read_mac(struct ed_softc *);
202#ifdef ED_HPP
203int ed_probe_HP_pclanp(device_t, int, int);
204#endif
205
206int ed_attach(device_t);
207int ed_detach(device_t);

--- 86 unchanged lines hidden ---