Age | Commit message (Expand) | Author |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-07-25 | don't bother with printf in *_jalloc() | Brad Smith |
2005-07-20 | remove some unused code. | Brad Smith |
2005-07-16 | remove braces here too | Brad Smith |
2005-07-14 | More bge ids, found in Broadcom's Linux driver. ok brad@ | Jonathan Gray |
2005-07-09 | remove braces here | Brad Smith |
2005-07-07 | check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl. | Brad Smith |
2005-07-06 | allow bge(4) to receive Jumbos by default. | Brad Smith |
2005-07-02 | add support for PCI-E 5752 core and recognize a few additional | Brad Smith |
2005-07-01 | revert rev 1.59 | Brad Smith |
2005-06-29 | volatile here | Brad Smith |
2005-06-29 | rev 1.25 | Brad Smith |
2005-06-29 | - sync bus_dma ops and add bus_dmamap_sync()'s | Brad Smith |
2005-06-26 | remove unused code in bge_intr() | Brad Smith |
2005-06-26 | - clear IFF_RUNNING & IFF_OACTIVE in dc_stop() before de-allocating resources. | Brad Smith |
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 |