summaryrefslogtreecommitdiffstats
path: root/src/drivers/net/via-velocity.c
Commit message (Collapse)AuthorAgeFilesLines
* fix gcc 4.2.1 warning: discards qualifiers from pointer target typeHolger Lubitz2007-08-021-4/+4
|
* Warnings purge for via-velocity.[ch]Marty Connor2007-07-051-10/+13
|
* Add "name" field to struct device to allow human-readable hardware deviceMichael Brown2007-01-101-3/+3
| | | | | | | | | | | names. Add "dev" pointer in struct net_device to tie network interfaces back to a hardware device. Force natural alignment of data types in __table() macros. This seems to prevent gcc from taking the unilateral decision to occasionally increase their alignment (which screws up the table packing).
* eth_ntoa cleanup. still has warnings. needs work.Marty Connor2006-09-271-9/+5Star
|
* Restructured PCI subsystem to fit the new device model.Michael Brown2006-05-161-2/+2
| | | | | | | | | | | | | | Generic PCI code now handles 64-bit BARs correctly when setting "membase"; drivers should need to call pci_bar_start() only if they want to use BARs other than the first memory or I/O BAR. Split rarely-used PCI functions out into pciextra.c. Core PCI code is now 662 bytes (down from 1308 bytes in Etherboot 5.4). 284 bytes of this saving comes from the pci/pciextra split. Cosmetic changes to lots of drivers (e.g. vendor_id->vendor in order to match the names used in Linux).
* Header rearrangement.Michael Brown2006-04-241-1/+1
| | | | | | | | | I want to get to the point where any header in include/ reflects a standard user-level header (e.g. a POSIX header), while everything that's specific to gPXE lives in include/gpxe/. Headers that reflect a Linux header (e.g. if_ether.h) should also be in include/gpxe/, with the same name as the Linux header and, preferably, the same names used for the definitions.
* Build in gpxeMichael Brown2006-03-161-23/+14Star
|
* Merge from Etherboot 5.4Michael Brown2006-03-161-0/+1949