summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bgereg.h
AgeCommit message (Expand)Author
2006-10-01pack several boolean fields into the existing bge_flags field.Brad Smith
2006-10-01add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets.Brad Smith
2006-09-17add a flag to indicate which boards are only capable of 10/100 modes ofBrad Smith
2006-09-17Readd the Dell PHY LED setup workaround and the Jumbo capability flag.Brad Smith
2006-09-17- correct the firmware synchronization in bge_reset(), thisBrad Smith
2006-08-29Add support for onboard bge(4)'s on Sun UltraSPARC hardware that apparentlyMark Kettenis
2006-08-28revert flags usage commits. too close to release. will go in post release ins...Brad Smith
2006-08-28add a BGE_JUMBO flag.Brad Smith
2006-08-28Dell PCI vendor subid.Brad Smith
2006-08-27pack several boolean fields into the existing bge_flags field.Brad Smith
2006-08-16remove the sparc64 workarounds for the jumbo frame receive ring sizes nowBrad Smith
2006-07-18increase the number of Jumbo slots a little bit for sparc64.Brad Smith
2006-07-01recognize the 5750 C2.Brad Smith
2006-06-22recognize the BCM5703 B0.Brad Smith
2006-06-19some new ASIC revisions.Brad Smith
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-04-21recognize the BCM5752 A2Brad Smith
2006-04-13typoBrad Smith
2006-04-05add a power hook for bge(4).Brad Smith
2006-03-10in bge_intr() also check the PCI State register to see if thereBrad Smith
2006-02-21- Overhaul link state detection code.Brad Smith
2006-02-11recognize another 5714 family chipset.Brad Smith
2006-02-01some more constants.Brad Smith
2006-01-25- Count packets discarded by RX/TX MAC (cause of FIFO overflow, etc)Brad Smith
2006-01-21some cleaning after removing code for reading the VPD.Brad Smith
2005-12-28eliminate the last few quirk flags.Brad Smith
2005-12-12If a PCI-X card is detected then set bge_pcix.Brad Smith
2005-12-11recognize BCM5750 C1 on Ted's Fujitsu Lifebook S7000Brad Smith
2005-12-08add BCM5903M PCI id and recognize BCM5714 and BCM5715 ASICs.Brad Smith
2005-11-27add initial support for ASF.Brad Smith
2005-11-24don't redefine BGE_PCIMISCCTL_ENDIAN_WORDSWAP and lower the delay whileFederico G. Schwindt
2005-11-19Correct a performance bug from Bill Paul's original FreeBSD bge(4) driver:Brad Smith
2005-10-09BGE_RSLOTS is only used in one spot, BGE_TX_RING_CNTBrad Smith
2005-10-09special case sparc64 for now and lower the Jumbo slotsBrad Smith
2005-09-04add a commentBrad Smith
2005-08-30- add BCM5780 PCI idsBrad Smith
2005-08-27recognize 5752 A1 ASIC rev.Brad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith
2005-06-29- sync bus_dma ops and add bus_dmamap_sync()'sBrad Smith
2005-06-17- fix description for BCM5750 A0, A1 -> A0Brad Smith
2005-06-07put the whole thing in this time.Brad Smith
2005-04-05fix parenthesis for BGE_RCB_MAXLEN_FLAGSBrad Smith
2005-03-07Enable basic big-endian operation. i.e. now works on some big-endianKenneth R Westerback
2005-03-04Put the dmamap for a transmission at the correct array index. Fixes aKenneth R Westerback
2004-12-26boundry -> boundaryBrad Smith
2004-12-17rev 1.62Brad Smith
2004-12-16rev 1.71Brad Smith
2004-12-12use quirk flags where appropriate.Brad Smith
2004-12-12add quirk lookup table, isn't used for anything at the momentBrad Smith
2004-11-11rev 1.71Brad Smith