linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: Asante 10/100 Rev. b now working!
@ 1999-09-15 22:35 Ira K Weiny
  0 siblings, 0 replies; 2+ messages in thread
From: Ira K Weiny @ 1999-09-15 22:35 UTC (permalink / raw)
  To: bakerc; +Cc: linuxdev


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1999-09-15 22:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <37DE273B.97EB1DBC@earthlink.net>
1999-09-15  2:44 ` Asante 10/100 Rev. b now working! Chris Baker
1999-09-15 22:35 Ira K Weiny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).