Subject: Re: CVS commit: syssrc/sys/dev/pci
To: Valeriy E. Ushakov <uwe@ptc.spbu.ru>
From: Lennart Augustsson <lennart@augustsson.net>
List: source-changes
Date: 08/28/2001 00:37:26
"Valeriy E. Ushakov" wrote:

> On Tue, Aug 28, 2001 at 01:18:50 +0300, Lennart Augustsson wrote:
>
> > Modified Files:
> >       syssrc/sys/dev/pci: if_hme_pci.c
> >
> > Log Message:
> > Remove an unneeded #include.  This makes the file compilable on more
> > platforms.
> >
> >
> > To generate a diff of this commit:
> > cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/pci/if_hme_pci.c
>
> Cool.  Can you please test if changing #include <machine/cpu.h> to
> just machine/intr.h is ok.

Done, but the hme driver still depends on the SUN specific myetheraddr().

    -- Lennart