Deleted Added
full compact
if_fwipvar.h (139749) if_fwipvar.h (147256)
1/*-
2 * Copyright (c) 2004
3 * Doug Rabson
4 * Copyright (c) 2002-2003
5 * Hidetoshi Shimokawa. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
1/*-
2 * Copyright (c) 2004
3 * Doug Rabson
4 * Copyright (c) 2002-2003
5 * Hidetoshi Shimokawa. All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

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

28 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
29 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 *
36 * $FreeBSD: head/sys/dev/firewire/if_fwipvar.h 139749 2005-01-06 01:43:34Z imp $
36 * $FreeBSD: head/sys/dev/firewire/if_fwipvar.h 147256 2005-06-10 16:49:24Z brooks $
37 */
38
39#ifndef _NET_IF_FWIPVAR_H_
40#define _NET_IF_FWIPVAR_H_
41
42struct fwip_softc {
43 /* XXX this must be first for fd.post_explore() */
44 struct firewire_dev_comm fd;

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

50 STAILQ_HEAD(, fw_xfer) xferlist;
51 struct crom_chunk unit4; /* unit directory for IPv4 */
52 struct crom_chunk spec4; /* specifier description IPv4 */
53 struct crom_chunk ver4; /* version description IPv4 */
54 struct crom_chunk unit6; /* unit directory for IPv6 */
55 struct crom_chunk spec6; /* specifier description IPv6 */
56 struct crom_chunk ver6; /* version description IPv6 */
57 struct fwip_eth_softc {
37 */
38
39#ifndef _NET_IF_FWIPVAR_H_
40#define _NET_IF_FWIPVAR_H_
41
42struct fwip_softc {
43 /* XXX this must be first for fd.post_explore() */
44 struct firewire_dev_comm fd;

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

50 STAILQ_HEAD(, fw_xfer) xferlist;
51 struct crom_chunk unit4; /* unit directory for IPv4 */
52 struct crom_chunk spec4; /* specifier description IPv4 */
53 struct crom_chunk ver4; /* version description IPv4 */
54 struct crom_chunk unit6; /* unit directory for IPv6 */
55 struct crom_chunk spec6; /* specifier description IPv6 */
56 struct crom_chunk ver6; /* version description IPv6 */
57 struct fwip_eth_softc {
58 /* XXX this must be the first for if_fwsubr.c */
59 struct fw_com fwcom; /* firewire common data */
60 #define fwip_if fw_softc.fwcom.fc_if
58 struct ifnet *fwip_ifp;
61 struct fwip_softc *fwip;
62 } fw_softc;
63};
64#endif /* !_NET_IF_FWIPVAR_H_ */
59 struct fwip_softc *fwip;
60 } fw_softc;
61};
62#endif /* !_NET_IF_FWIPVAR_H_ */