Age | Commit message (Expand) | Author |
2005-06-17 | - fix description for BCM5750 A0, A1 -> A0 | Brad Smith |
2005-06-15 | Disable hardware vlan decapsulation. | Camiel Dobbelaar |
2005-06-07 | put the whole thing in this time. | Brad Smith |
2005-06-07 | undo busted diff. why AGAIN brad???? | Theo de Raadt |
2005-06-07 | add support for the BCM5714. | Brad Smith |
2005-05-21 | backout part of rev 1.35, which breaks some 5704-based fibre interfaces on | Brad Smith |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-04 | Fix interrupt sharing on bge, by checking the same way the linux | Bob Beck |
2005-04-01 | 0 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21 | Brad Smith |
2005-03-27 | Fix possible double alignment, and a memory leak in error path. Mostly | Kenneth R Westerback |
2005-03-07 | print ASIC ID in hex too incase only the "superclass" of the ASIC is | Brad Smith |
2005-03-07 | Enable basic big-endian operation. i.e. now works on some big-endian | Kenneth R Westerback |
2005-03-04 | Put the dmamap for a transmission at the correct array index. Fixes a | Kenneth R Westerback |
2005-01-17 | add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case. | Brad Smith |
2005-01-01 | Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, as | Kenneth R Westerback |
2004-12-30 | Don't zero error value, return it. | Kenneth R Westerback |
2004-12-26 | add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0 | Brad Smith |
2004-12-24 | brad should compile before commiting | Theo de Raadt |
2004-12-24 | init Jumbo RX ring by default. | Brad Smith |
2004-12-17 | rev 1.62 | Brad Smith |
2004-12-16 | rev 1.71 | Brad Smith |
2004-12-12 | use quirk flags where appropriate. | Brad Smith |
2004-12-12 | add quirk lookup table, isn't used for anything at the moment | Brad Smith |
2004-12-11 | rev 1.11 | Brad Smith |
2004-12-10 | rev 1.5 | Brad Smith |
2004-12-10 | 1) Don't manually fiddle with dma address of jumbo buffer after m_adj(). | Kenneth R Westerback |
2004-12-10 | more Broadcom ids taken from the Linux driver. | Brad Smith |
2004-11-24 | use ETHER_MAX_LEN | Brad Smith |
2004-11-16 | allow for the reception of VLAN sized frames. | Brad Smith |
2004-11-11 | rev 1.71 | Brad Smith |
2004-10-31 | rev 1.68 | Brad Smith |
2004-09-28 | Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN | Brad Smith |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-09-16 | If we can't allocate new jumbo storage, try to copy the packet into a | Ryan Thomas McBride |
2004-08-19 | Don't complain about lack of available jumbo buffers when processing incoming | Ryan Thomas McBride |
2004-08-17 | printf repair | Theo de Raadt |
2004-08-05 | remove some separate per driver constants and use | Brad Smith |
2004-05-29 | - Properly support multicast reception. | Christian Weisgerber |
2004-05-25 | Use the correct value when checking whether a loop timed out. | Ryan Thomas McBride |
2004-04-12 | Enable the memory arbiter before turning off the PXE restart. This | Brad Smith |
2004-04-09 | do not whine if we cannot get mbufs. the countless printfd makes the machine | Henning Brauer |
2004-02-27 | Add support for BCM5788 | Niklas Hallqvist |
2003-10-26 | typos from Jared Yanovich; | Jason McIntyre |
2003-10-13 | Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD. | Kenneth R Westerback |
2003-09-03 | match a bunch more bge devices. May not work completely, but they're no | Jason Wright |
2003-02-11 | be consistant on Hz vs hz | Michael Shalayeff |
2003-01-15 | Get rid of the remaining vm_offset_t in pci drivers. | Artur Grabowski |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-11-26 | use pci_matchbyid | Nathan Binkert |
2002-11-26 | Numerous bug fixes from freebsd and a few from me. | Nathan Binkert |