Deleted Added
full compact
pccard_cis_quirks.c (129762) pccard_cis_quirks.c (129781)
1/* $NetBSD: pcmcia_cis_quirks.c,v 1.6 2000/04/12 21:07:55 scw Exp $ */
2
3#include <sys/cdefs.h>
1/* $NetBSD: pcmcia_cis_quirks.c,v 1.6 2000/04/12 21:07:55 scw Exp $ */
2
3#include <sys/cdefs.h>
4__FBSDID("$FreeBSD: head/sys/dev/pccard/pccard_cis_quirks.c 129762 2004-05-27 01:27:04Z imp $");
4__FBSDID("$FreeBSD: head/sys/dev/pccard/pccard_cis_quirks.c 129781 2004-05-27 15:21:51Z imp $");
5
6#define PCCARDDEBUG
7
8/*
9 * Copyright (c) 1998 Marc Horowitz. All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions

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

31 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 */
36
37#include <sys/param.h>
38#include <sys/bus.h>
5
6#define PCCARDDEBUG
7
8/*
9 * Copyright (c) 1998 Marc Horowitz. All rights reserved.
10 *
11 * Redistribution and use in source and binary forms, with or without
12 * modification, are permitted provided that the following conditions

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

31 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
32 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
33 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
34 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
35 */
36
37#include <sys/param.h>
38#include <sys/bus.h>
39#include <sys/systm.h>
40#include <sys/malloc.h>
39#include <sys/malloc.h>
40#include <sys/systm.h>
41
42#include <machine/bus.h>
43
44#include <dev/pccard/pccard_cis.h>
45#include <dev/pccard/pccardvar.h>
41
42#include <machine/bus.h>
43
44#include <dev/pccard/pccard_cis.h>
45#include <dev/pccard/pccardvar.h>
46
46#include "pccarddevs.h"
47
48/* There are cards out there whose CIS flat-out lies. This file
49 contains struct pccard_function chains for those devices. */
50
51/* these structures are just static templates which are then copied
52 into "live" allocated structures */
53

--- 228 unchanged lines hidden ---
47#include "pccarddevs.h"
48
49/* There are cards out there whose CIS flat-out lies. This file
50 contains struct pccard_function chains for those devices. */
51
52/* these structures are just static templates which are then copied
53 into "live" allocated structures */
54

--- 228 unchanged lines hidden ---