Deleted Added
full compact
if_snreg.h (54994) if_snreg.h (71060)
1/*
2 * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com>
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

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

23 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
1/*
2 * Copyright (c) 1996 Gardner Buchanan <gbuchanan@shl.com>
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

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

23 * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
24 * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
25 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
26 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
27 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
28 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
29 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30 *
31 * $FreeBSD: head/sys/dev/sn/if_snreg.h 54994 1999-12-22 08:44:13Z imp $
31 * $FreeBSD: head/sys/dev/sn/if_snreg.h 71060 2001-01-15 12:01:14Z toshi $
32 */
33
34/*
35 * This file contains register information and access macros for
36 * the SMC91xxx chipset.
37 *
38 * Information contained in this file was obtained from the SMC91C92
39 * and SMC91C94 manuals from SMC. You will need one of these in order

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

332
333/* These are constants expected to be found in the
334 * chip id register.
335 */
336#define CHIP_9190 3
337#define CHIP_9194 4
338#define CHIP_9195 5
339#define CHIP_91100 7
32 */
33
34/*
35 * This file contains register information and access macros for
36 * the SMC91xxx chipset.
37 *
38 * Information contained in this file was obtained from the SMC91C92
39 * and SMC91C94 manuals from SMC. You will need one of these in order

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

332
333/* These are constants expected to be found in the
334 * chip id register.
335 */
336#define CHIP_9190 3
337#define CHIP_9194 4
338#define CHIP_9195 5
339#define CHIP_91100 7
340#define CHIP_91100FD 8
340
341/* When packets are stuffed into the card or sucked out of the card
342 * they are set up more or less as follows:
343 *
344 * Addr msbyte lsbyte
345 * 00 SSSSSSSS SSSSSSSS - STATUS-WORD 16 bit TX or RX status
346 * 02 RRRRR - RESERVED (unused)
347 * 02 CCC CCCCCCCC - BYTE COUNT (RX: always even, TX: bit 0 ignored)

--- 69 unchanged lines hidden ---
341
342/* When packets are stuffed into the card or sucked out of the card
343 * they are set up more or less as follows:
344 *
345 * Addr msbyte lsbyte
346 * 00 SSSSSSSS SSSSSSSS - STATUS-WORD 16 bit TX or RX status
347 * 02 RRRRR - RESERVED (unused)
348 * 02 CCC CCCCCCCC - BYTE COUNT (RX: always even, TX: bit 0 ignored)

--- 69 unchanged lines hidden ---