Deleted Added
full compact
pccard_cis_quirks.c (144158) pccard_cis_quirks.c (150371)
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 144158 2005-03-26 21:30:49Z sam $");
4__FBSDID("$FreeBSD: head/sys/dev/pccard/pccard_cis_quirks.c 150371 2005-09-20 10:25:51Z glebius $");
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

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

38#include <sys/bus.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>
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

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

38#include <sys/bus.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>
46#include <dev/pccard/pccardvarp.h>
46
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 */

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

--- 243 unchanged lines hidden ---