| Age | Commit message (Expand) | Author |
| 2001-11-13 | add RCSID | lukem |
| 2001-08-14 | mtod() with uintptr_t, not bus_addr_t. | mrg |
| 2001-07-23 | Make sure to initialize the all Rx descriptors properly in *_init() | thorpej |
| 2001-07-19 | Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places. | thorpej |
| 2001-07-07 | bcopy -> memcpy, strcpy | thorpej |
| 2001-06-12 | Don't need INET or NS includes here. | thorpej |
| 2001-06-12 | receive, not recieve | wiz |
| 2001-01-29 | Use ether_crc32_be() for multicast hash calculation. | tsutsui |
| 2001-01-29 | Handle allmulti case correctly as a NetBSD network driver; | enami |
| 2000-12-28 | Change pci_intr_map to get interrupt source information from a "struct | sommerfeld |
| 2000-12-19 | Fix a problem with the ALTQ changes that can cause bogus memory | thorpej |
| 2000-12-14 | ALTQ'ify. | thorpej |
| 2000-11-15 | Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach(). | thorpej |
| 2000-10-15 | Don't trim off the FCS, pass it up. | thorpej |
| 2000-10-11 | Use ether_ioctl(). | thorpej |
| 2000-10-01 | Move the check for "promisc + unicast + not for us" into ether_input(), | thorpej |
| 2000-09-13 | Use correct product id for VIA VT6102 chip. Problem pointed out by | tron |
| 2000-09-13 | Add support VIA VT6102 chip found e.g on the D-Link DFE530TX NIC. | tron |
| 2000-06-28 | remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h> | mrg |
| 2000-03-23 | New callout mechanism with two major improvements over the old | thorpej |
| 2000-03-06 | No longer necessary to futz with ifp->if_baudrate here. | thorpej |
| 2000-02-02 | Don't dry to diving MIIF_NOISOLATE in the PHY drivers. Instead, pass | thorpej |
| 2000-02-02 | Bring some order to the chaos which was the MII code function naming | thorpej |
| 1999-12-12 | Use htole32() and le32toh(). | thorpej |
| 1999-11-19 | Make the ThunderLAN and VIA Rhine drivers use the common MII bit-bang module. | thorpej |
| 1999-11-12 | Call mii_down() as appropriate. | thorpej |
| 1999-11-04 | Adapt to mii_phy_probe() change. | thorpej |
| 1999-09-20 | Fix packet reception in promiscuous mode: compare the Ethernet destination | thorpej |
| 1999-08-14 | Initialize error variable. Should fix spurious init errors. | hwr |
| 1999-08-14 | Remove dulicate "Ethernet" output. From Dave Huang in PR 8206 | hwr |
| 1999-08-03 | Be a little nicer about memory usage: | thorpej |
| 1999-05-18 | Rework layer 2 protocol input routines. Instead of calling e.g. ether_input() | thorpej |
| 1999-04-26 | Make the VIA Rhine driver work on big-endian systems. From Izumi Tsutsui, | thorpej |
| 1999-04-24 | Fix an mbuf leak in the strict alignment case of packet reception. | thorpej |
| 1999-03-24 | Don't enable I/O or memory access here! These bits in the PCI CSR are | thorpej |
| 1999-02-12 | Major overhaul of the Rhine/Rhine-II driver, structuring it a little more | thorpej |
| 1999-02-05 | Make this driver work on the Alpha. Apparently the receive DMA mechanism | thorpej |
| 1999-02-05 | Fix the interrupt handler to actually acknowledge the interupt to the | thorpej |
| 1999-02-05 | Fix some formatting nits. | thorpej |
| 1999-02-05 | Remove some duplicate softc members, and comment some of the softc | thorpej |
| 1999-02-05 | Remove some unnecessary splnet's. | thorpej |
| 1999-02-05 | splimp -> splnet | thorpej |
| 1999-02-05 | Use the generic MII support code, not our own. | thorpej |
| 1999-02-05 | Use MII command opcodes from <sys/dev/mii.h> | thorpej |
| 1999-02-05 | Rename VR_MIICMD_DATAIN and VR_MIICMD_DATAOUT to actually match what the | thorpej |
| 1999-02-02 | Use pcidevs.h to get vendor and product IDs. | thorpej |
| 1999-02-02 | Take software-only structure definitions out of the register description | thorpej |
| 1999-02-02 | Remove support for FreeBSD from the driver; so many changes are going | thorpej |
| 1999-02-01 | Minimal changes to make this compile on the Alpha. Much more work is | thorpej |
| 1999-01-26 | NetBSD RCS id. | sakamoto |