pccardvarp.h (a355badbad225dc098818e5eadc5babe35571215) pccardvarp.h (ef544f631226436ef590825881e7a28369df82f6)
1/*-
2 * Copyright (c) 2005, M. Warner Losh
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

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

107#define pf_ccrt pf_pcmh.memt
108#define pf_ccrh pf_pcmh.memh
109#define pf_ccr_realsize pf_pcmh.realsize
110 uint32_t pf_ccr_offset; /* Offset from ccr_base of CIS */
111 int pf_ccr_window;
112 bus_addr_t pf_mfc_iobase;
113 bus_addr_t pf_mfc_iomax;
114 int pf_flags;
1/*-
2 * Copyright (c) 2005, M. Warner Losh
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

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

107#define pf_ccrt pf_pcmh.memt
108#define pf_ccrh pf_pcmh.memh
109#define pf_ccr_realsize pf_pcmh.realsize
110 uint32_t pf_ccr_offset; /* Offset from ccr_base of CIS */
111 int pf_ccr_window;
112 bus_addr_t pf_mfc_iobase;
113 bus_addr_t pf_mfc_iomax;
114 int pf_flags;
115 driver_filter_t *filt_handler;
115 driver_intr_t *intr_handler;
116 void *intr_handler_arg;
117 void *intr_handler_cookie;
118
119 union pccard_funce pf_funce; /* CISTPL_FUNCE */
120#define pf_funce_disk_interface pf_funce.pfv_disk.pfd_interface
121#define pf_funce_lan_nid pf_funce.pfv_lan.pfl_nid
122#define pf_funce_lan_nidlen pf_funce.pfv_lan.pfl_nidlen

--- 70 unchanged lines hidden ---
116 driver_intr_t *intr_handler;
117 void *intr_handler_arg;
118 void *intr_handler_cookie;
119
120 union pccard_funce pf_funce; /* CISTPL_FUNCE */
121#define pf_funce_disk_interface pf_funce.pfv_disk.pfd_interface
122#define pf_funce_lan_nid pf_funce.pfv_lan.pfl_nid
123#define pf_funce_lan_nidlen pf_funce.pfv_lan.pfl_nidlen

--- 70 unchanged lines hidden ---