Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-09-11 | Don't include <vm/vm_kern.h> if you don't need foo_map. | Miod Vallat | |
2001-09-04 | Select between MII/GMII/TBI in the mii_mediachg function instead of in the | Nathan Binkert | |
interrupt handler since it is more reliable. Pointed out by wpaul | |||
2001-08-25 | Change pci_intr_map to take pci_attach_args as an argument. | Artur Grabowski | |
All callers actually took all arguments to pci_intr_map from pci_attach_args structs, so this simplifies code. This also allows more complicated interrupt assignment schemes like the one on sparc64. This makes sparc64 pci interrupts work. Inspired by the same change in NetBSD. | |||
2001-08-12 | remove redundant vm includes | Michael Shalayeff | |
2001-07-06 | Only clear the relevant capabilities when the MTU is set too | Angelos D. Keromytis | |
high. Clarify logic of message tagging. | |||
2001-07-06 | IP/TCP/UDP checksumming on the NIC; from rtecco@umich.edu | Angelos D. Keromytis | |
2001-07-02 | When the PHY status changes, we need to check what the media speed is | Nathan Binkert | |
so that we can choose between MII, GMII, and TBI interfaces to the physical layer. Don't print debugging info by default. Change some debugging info. | |||
2001-07-02 | No need to return at the end of a void function | Nathan Binkert | |
2001-06-24 | - vlan_input_tag() takes 2 args now. | Federico G. Schwindt | |
- use ether_input_mbuf(). | |||
2001-06-08 | Initial cut at a driver for the National Semiconductor DP83820 and DP83821 | Nathan Binkert | |
gigabit macs. (Not working for me yet.) From FreeBSD |