public inbox for linuxppc-dev@ozlabs.org 
 help / color / mirror / Atom feed
From: Ira K Weiny <iweiny@falcon•csc.calpoly.edu>
To: bakerc@pacbell•net
Cc: linuxppc-dev@lists•linuxppc.org (linuxdev)
Subject: Re: Asante 10/100 Rev. b now working!
Date: Wed, 15 Sep 1999 15:35:04 -0700 (PDT)	[thread overview]
Message-ID: <199909152235.PAA09175@falcon.csc.calpoly.edu> (raw)


This should be defined here.

pci-netif.c:
 
#if (LINUX_VERSION_CODE >= 0x20100)
char kernel_version[] = UTS_RELEASE;
#else
#define PCI_CAPABILITY_LIST   0x34  /* Offset of first capability list entry */
#define PCI_STATUS_CAP_LIST   0x10  /* Support Capability List */
#define PCI_CAP_ID_PM      0x01  /* Power Management */
#endif
 

Check LINUX_VERSION_CODE in /usr/src/linux/include/linux/version.h
And then /usr/src/linux/include/linux/pci.h for PCI_STATUS_CAP_LIST

Either way PCI_STATUS...  Should be defined.

Maybe you don't have the kernel headers installed?
Just a guess.

Ira Weiny


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

             reply	other threads:[~1999-09-15 22:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-09-15 22:35 Ira K Weiny [this message]
     [not found] <37DE273B.97EB1DBC@earthlink.net>
1999-09-15  2:44 ` Asante 10/100 Rev. b now working! Chris Baker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=199909152235.PAA09175@falcon.csc.calpoly.edu \
    --to=iweiny@falcon$(echo .)csc.calpoly.edu \
    --cc=bakerc@pacbell$(echo .)net \
    --cc=linuxppc-dev@lists$(echo .)linuxppc.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox