summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
AgeCommit message (Expand)Author
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
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-16If we can't allocate new jumbo storage, try to copy the packet into aRyan Thomas McBride
2004-08-19Don't complain about lack of available jumbo buffers when processing incomingRyan Thomas McBride
2004-08-17printf repairTheo de Raadt
2004-08-05remove some separate per driver constants and useBrad Smith
2004-05-29- Properly support multicast reception.Christian Weisgerber
2004-05-25Use the correct value when checking whether a loop timed out.Ryan Thomas McBride
2004-04-12Enable the memory arbiter before turning off the PXE restart. ThisBrad Smith
2004-04-09do not whine if we cannot get mbufs. the countless printfd makes the machineHenning Brauer
2004-02-27Add support for BCM5788Niklas Hallqvist
2003-10-26typos from Jared Yanovich;Jason McIntyre
2003-10-13Bring bge and brgphy more up to date with changes from FreeBSD and NetBSD.Kenneth R Westerback
2003-09-03match a bunch more bge devices. May not work completely, but they're noJason Wright
2003-02-11be consistant on Hz vs hzMichael Shalayeff
2003-01-15Get rid of the remaining vm_offset_t in pci drivers.Artur Grabowski
2002-11-261000baseTX -> 1000baseTNathan Binkert
2002-11-26use pci_matchbyidNathan Binkert
2002-11-26Numerous bug fixes from freebsd and a few from me.Nathan Binkert
2002-09-23Don't print extra junk to the consoleNathan Binkert
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-04-29re-do the way the bus_dma is done for transmit.Nathan Binkert
2002-04-26be more terse with outputNathan Binkert
2002-04-26Only call bpf_mtap if we have bpf in the kernelNathan Binkert
2002-04-08Make fiber cards work (3com 3c996-SX)Nathan Binkert
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-12sync with KAMEKenjiro Cho
2002-02-15Don't cast nonexistent return value from splx to (void). ok art@Thomas Nordin
2002-01-11Check result from malloc(9) when using M_NOWAIT. fgsch@ okThomas Nordin