~ubuntu-branches/ubuntu/vivid/oss4/vivid-proposed

« back to all changes in this revision

Viewing changes to kernel/OS/SunOS/os_solaris.h

  • Committer: Package Import Robot
  • Author(s): Sebastien NOEL
  • Date: 2014-10-23 22:47:56 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: package-import@ubuntu.com-20141023224756-y9n3qw7w3ewjmu96
Tags: upstream-4.2-build2010
ImportĀ upstreamĀ versionĀ 4.2-build2010

Show diffs side-by-side

added added

removed removed

Lines of Context:
155
155
#ifdef _KERNEL
156
156
/* PCI related fields */
157
157
  ddi_acc_handle_t pci_config_handle;
158
 
#define OSS_MAX_ACC_HANDLE      32
 
158
#define OSS_MAX_ACC_HANDLE      10
159
159
  ddi_acc_handle_t acc_handle[OSS_MAX_ACC_HANDLE];
160
160
  int swap_mode;                /* 0=DDI_STRUCTURE_NEVERSWAP_ACC, 1=DDI_STRUCTURE_LE_ACC */
161
161