Age | Commit message (Expand) | Author |
2006-12-17 | Add/modify some comments. From Brad. | Kenneth R Westerback |
2006-12-08 | Add the Broadcom BCM5787F PCI id. | Gordon Willem Klok |
2006-12-04 | report full/half duplex state for non-MII interfaces | Reyk Floeter |
2006-11-26 | revert the Jumbo diff that was commited as part of a wireles drivers commit. | Brad Smith |
2006-11-26 | do not have each net80211 driver define its own rates structures. if they use | Theo de Raadt |
2006-11-20 | set the IFCAP_VLAN_HWTAGGING capabilities flag. | Brad Smith |
2006-10-28 | M_TRAILINGSPACE(m) returns 0 if M_READONLY(m) is true, | Brad Smith |
2006-10-26 | Fix this by commiting the proper revision of the bge_encap() diff. | Brad Smith |
2006-10-26 | bge_encap(): | Brad Smith |
2006-10-25 | replace a few more instances of hand rolled code with the | Brad Smith |
2006-10-22 | recognize the BCM5715 A3 chipset. | Brad Smith |
2006-10-17 | disable the firmware fastboot feature on 5752/5755 and 5787 ASICs, | Brad Smith |
2006-10-15 | recognize the BCM5787 A2 chipset. | Brad Smith |
2006-10-10 | revert the firmware synchronization change in rev 1.178, this is the cause | Brad Smith |
2006-10-09 | The mickey (/brad) jumbo allocation avoidance patch triggers the same | Theo de Raadt |
2006-10-07 | add a no Ethernet@Wirespeed flag. | Brad Smith |
2006-10-07 | add and set PHY workaround flags depending on the ASIC revision | Brad Smith |
2006-10-01 | pack several boolean fields into the existing bge_flags field. | Brad Smith |
2006-10-01 | add the PCI ids for the BCM5722, BCM5756, BCM5906 and BCM5906M chipsets. | Brad Smith |
2006-09-26 | update the comment for bge_chipinit(). | Brad Smith |
2006-09-26 | do not alloc jumbo buffers (3.5m per iface) and also do not allow card to rec... | Michael Shalayeff |
2006-09-17 | add a flag to indicate which boards are only capable of 10/100 modes of | Brad Smith |
2006-09-17 | Readd the Dell PHY LED setup workaround and the Jumbo capability flag. | Brad Smith |
2006-09-17 | - correct the firmware synchronization in bge_reset(), this | Brad Smith |
2006-09-17 | defer establishing the interrupt until later during attach, to let the | Brad Smith |
2006-09-16 | Get subvendor from the PROM instead of the PCI configuration space, since the | Mark Kettenis |
2006-08-30 | Try to read station address from the chip first, then try the EEPROM (if we | Mark Kettenis |
2006-08-29 | Add support for onboard bge(4)'s on Sun UltraSPARC hardware that apparently | Mark Kettenis |
2006-08-28 | Get MAC address from the OpenFirmware local-mac-address property on sparc64. | Mark Kettenis |
2006-08-28 | revert flags usage commits. too close to release. will go in post release ins... | Brad Smith |
2006-08-28 | add a BGE_JUMBO flag. | Brad Smith |
2006-08-28 | Set the BGE_NO3LED flag to properly adjust the PHY LED mode if attaching | Brad Smith |
2006-08-27 | it works a little better like this. | Brad Smith |
2006-08-27 | pack several boolean fields into the existing bge_flags field. | Brad Smith |
2006-08-04 | move the promiscuous mode handling code into bge_setpromisc() and simplify | Brad Smith |
2006-07-01 | recognize the 5750 C2. | Brad Smith |
2006-06-29 | do not return from the reset function if there was a timeout | Brad Smith |
2006-06-27 | don't set BGE_DEBUG by default, reduces the bloat a bit. noticed by deraadt. | Brad Smith |
2006-06-27 | Disable Jumbos on the 5714 family of chips for now. The bge driver assumes | Brad Smith |
2006-06-22 | recognize the BCM5703 B0. | Brad Smith |
2006-06-21 | remove some unused code. | Brad Smith |
2006-06-21 | add the BCM5786 PCI id. | Brad Smith |
2006-06-20 | have bge_start() check for an empty send queue instead. | Brad Smith |
2006-06-20 | - check for revision B2 intead of B1 in one more spot. | Brad Smith |
2006-06-20 | add the BCM5755 and BCM5787 ASICs to the appropriate macros. | Brad Smith |
2006-06-19 | add the new ASIC revs to the bge_majorrevs table. | Brad Smith |
2006-06-19 | add new PCI ids. | Brad Smith |
2006-06-17 | add sys/timeout.h | Brad Smith |
2006-06-15 | make these tables look a little bit nicer. | Brad Smith |
2006-06-11 | the link state detection code should be checking for revision B2 instead | Brad Smith |