NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/39094 (Add et (Agere ET1310/ET1301) network driver to NetBSD)
The following reply was made to PR kern/39094; it has been noted by GNATS.
From: jnemeth%cornerstoneservice.ca@localhost (John Nemeth)
To: Kaspar Brand <netbsd+gnats%velox.ch@localhost>,
gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/39094 (Add et (Agere ET1310/ET1301) network driver to NetBSD)
Date: Sun, 4 Jan 2009 08:11:46 -0800
On Jan 3, 1:10pm, Kaspar Brand wrote:
} jnemeth%NetBSD.org@localhost wrote:
} > I've uploaded 5.99.5 GENERIC kernels with the et driver added for i386 and
} > amd64 at ftp://ftp.netbsd.org/pub/NetBSD/misc/jnemeth/ET-i386 and
} > ftp://ftp.netbsd.org/pub/NetBSD/misc/jnemeth/ET-amd64 . Please test at
} > least one of them and let me know how well it works.
}
} Thanks for working on this, John. Can you also upload the source diff?
} I'd prefer compiling from source, actually.
There's not much of a diff. I previously committed the pcidevs
and miidevs parts. I used your patch to create etphy.c, if_et.c,
and if_etreg.h. For i386, I copied conf/MONOLITHIC to ET, and for
amd64, I copied conf/GENERIC to ET. To each I added the lines to
include the et driver (listed below), then I built the kernels.
I would prefer that you test at least one of the kernels I provided,
since that way when I commit the driver, I know it will have been
tested with the stuff that I'm committing. Thanks for doing the
porting work and testing this. If it's tested quickly, I may be
able to get it into 5.0 which is rapidly approaching.
device etphy: mii_phy
attach etphy at mii
file dev/mii/etphy.c etphy
# Agere ET1310/1301 Ethernet
device et: ether, ifnet, arp, mii, mii_phy
attach et at pci
file dev/pci/if_et.c et
et* at pci? dev ? function ?
etphy* at mii? phy ?
}-- End of excerpt from Kaspar Brand
Home |
Main Index |
Thread Index |
Old Index