Re: [Etherboot-developers] rtl8139 TX timeout solved (for me)
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Marty C. <md...@th...> - 2001-09-05 16:14:26
|
On 9/4/2001 4:59 PM Eric W. Biederman ebi...@ln... wrote:
>Given that we need this for both linuxBIOS and some of the more different
>BIOS's I suspect we should create some helper functions like
>pci_enable_device and pci_set_master (examples from the linux kernel api)
>and use these in all of the pci networking drivers.
>Marty, Ken what do you think?
I think this would be a good idea. There is inconsistency in how drivers
handle PCI initialization, and I think it should probably be done before
the call to eth_reset, so that the driver doesn't have to deal with it.
This shouldn't increase code size, and would likely fix some BIOS
incompatibility bugs.
Marty
---
Try: http://rom-o-matic.net/ to make Etherboot images instantly.
Name: Marty Connor
US Mail: Entity Cyber, Inc.; P.O. Box 391827; Cambridge, MA 02139; USA
Voice: (617) 491-6935, Fax: (617) 491-7046
Email: md...@th...
Web: http://www.thinguin.org/
|