summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
AgeCommit message (Expand)Author
2005-09-08- Removes spl durring attachBrad Smith
2005-08-30- add BCM5780 PCI idsBrad Smith
2005-08-27recognize 5752 A1 ASIC rev.Brad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-25don't bother with printf in *_jalloc()Brad Smith
2005-07-20remove some unused code.Brad Smith
2005-07-16remove braces here tooBrad Smith
2005-07-14More bge ids, found in Broadcom's Linux driver. ok brad@Jonathan Gray
2005-07-09remove braces hereBrad Smith
2005-07-07check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.Brad Smith
2005-07-06allow bge(4) to receive Jumbos by default.Brad Smith
2005-07-02add support for PCI-E 5752 core and recognize a few additionalBrad Smith
2005-07-01revert rev 1.59Brad Smith
2005-06-29volatile hereBrad Smith
2005-06-29rev 1.25Brad Smith
2005-06-29- sync bus_dma ops and add bus_dmamap_sync()'sBrad Smith
2005-06-26remove 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 -> A0Brad Smith
2005-06-15Disable hardware vlan decapsulation.Camiel Dobbelaar
2005-06-07put the whole thing in this time.Brad Smith
2005-06-07undo busted diff. why AGAIN brad????Theo de Raadt
2005-06-07add support for the BCM5714.Brad Smith
2005-05-21backout part of rev 1.35, which breaks some 5704-based fibre interfaces onBrad Smith
2005-04-25csum -> csum_flagsBrad Smith
2005-04-04Fix interrupt sharing on bge, by checking the same way the linuxBob Beck
2005-04-010 -> prodidx. breakage for 5700 Bx workaround introduced in rev 1.21Brad Smith
2005-03-27Fix possible double alignment, and a memory leak in error path. MostlyKenneth R Westerback
2005-03-07print ASIC ID in hex too incase only the "superclass" of the ASIC isBrad 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
2005-01-17add BGE_QUIRK_FEWER_MBUFS to 5704 fallback case.Brad Smith
2005-01-01Add BGE_QUIRK_ONLY_PHY_1 to BCM5701_B2. From NetBSD PR #23778, asKenneth R Westerback
2004-12-30Don't zero error value, return it.Kenneth R Westerback
2004-12-26add BGE_QUIRK_PCIX_DMA_ALIGN_BUG for BCM5701 A0Brad Smith
2004-12-24brad should compile before commitingTheo de Raadt
2004-12-24init Jumbo RX ring by default.Brad 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-12-11rev 1.11Brad Smith
2004-12-10rev 1.5Brad Smith
2004-12-101) Don't manually fiddle with dma address of jumbo buffer after m_adj().Kenneth R Westerback
2004-12-10more Broadcom ids taken from the Linux driver.Brad Smith
2004-11-24use ETHER_MAX_LENBrad Smith
2004-11-16allow for the reception of VLAN sized frames.Brad Smith
2004-11-11rev 1.71Brad Smith
2004-10-31rev 1.68Brad Smith
2004-09-28Use ETHER_MAX_DIX_LEN/ETHER_MIN_LENBrad Smith