summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bge.c
AgeCommit message (Expand)Author
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