Deleted Added
full compact
pccardvar.h (147711) pccardvar.h (147729)
1/* $NetBSD: pcmciavar.h,v 1.12 2000/02/08 12:51:31 enami Exp $ */
1/* $NetBSD: pcmciavar.h,v 1.12 2000/02/08 12:51:31 enami Exp $ */
2/* $FreeBSD: head/sys/dev/pccard/pccardvar.h 147711 2005-07-01 03:40:28Z imp $ */
2/* $FreeBSD: head/sys/dev/pccard/pccardvar.h 147729 2005-07-01 15:52:50Z imp $ */
3
4/*-
5 * Copyright (c) 1997 Marc Horowitz. 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
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

216 unsigned int code;
217 unsigned int length;
218 u_long mult;
219 bus_addr_t ptr;
220 bus_space_tag_t memt;
221 bus_space_handle_t memh;
222};
223
3
4/*-
5 * Copyright (c) 1997 Marc Horowitz. 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
9 * are met:
10 * 1. Redistributions of source code must retain the above copyright

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

216 unsigned int code;
217 unsigned int length;
218 u_long mult;
219 bus_addr_t ptr;
220 bus_space_tag_t memt;
221 bus_space_handle_t memh;
222};
223
224typedef int (*pccard_scan_t)(struct pccard_tuple *, void *);
224typedef int (*pccard_scan_t)(const struct pccard_tuple *, void *);
225
226struct pccard_product {
227 const char *pp_name; /* NULL if end of table */
228#define PCCARD_VENDOR_ANY (0xffffffff)
229 uint32_t pp_vendor;
230#define PCCARD_PRODUCT_ANY (0xffffffff)
231 uint32_t pp_product;
232 const char *pp_cis[4];

--- 162 unchanged lines hidden ---
225
226struct pccard_product {
227 const char *pp_name; /* NULL if end of table */
228#define PCCARD_VENDOR_ANY (0xffffffff)
229 uint32_t pp_vendor;
230#define PCCARD_PRODUCT_ANY (0xffffffff)
231 uint32_t pp_product;
232 const char *pp_cis[4];

--- 162 unchanged lines hidden ---