Import changeset
[linux-flexiantxendom0-3.2.10.git] / drivers / net / tulip / ChangeLog
1 2000-12-17  Alan Cox <alan@redhat.com>
2
3         * merge support for the Davicom's quirks into the main tulip. Patch
4           by Tobias Ringstrom
5
6 2000-11-02  Jeff Garzik  <jgarzik@mandrakesoft.com>
7
8         * tulip_core.c (set_rx_mode): This is synchronized via
9         dev->xmit_lock, so only the queueing of the setup frame needs to
10         be locked, against tulip_interrupt.
11
12 2000-11-02  Alexey Kuznetov  <kuznet@ms2.inr.ac.ru>
13
14         * timer.c (tulip_timer): Call netif_carrier_{on,off} to report
15         link state to the rest of the kernel, and userspace.
16         * interrupt.c (tulip_interrupt): Remove tx_full.
17         * tulip.h: Likewise.
18         * tulip_core.c (tulip_init_ring, tulip_start_xmit, set_rx_mode):
19         Likewise.
20
21 2000-10-18  Jeff Garzik  <jgarzik@mandrakesoft.com>
22
23         * tulip_core.c: (tulip_init_one) Print out ethernet interface
24         on error.  Print out a message when pci_enable_device fails.
25         Handle DMA alloc failure.
26
27 2000-10-18  Jeff Garzik  <jgarzik@mandrakesoft.com>
28
29         * Makefile: New file.
30         * tulip_core.c (tulip_init_one): Correct error messages
31         on PIO/MMIO region reserve failure.
32         (tulip_init_one) Add new check to ensure that PIO region is
33         sufficient for our needs.
34