summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
AgeCommit message (Expand)Author
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
2001-12-24fix // comment, kill some dangling spacesMichael Shalayeff
2001-10-09Make bge use busdmaNathan Binkert
2001-10-09Don't enable BGE_CHECKSUM yet, since it doesn't work.Nathan Binkert
2001-10-05Add a driver for the Broadcom BCM570x chips. (a.k.a. Tigon3).Nathan Binkert