summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tulip.c
AgeCommit message (Expand)Author
2003-12-18If we're running on a Connectix Virtual PC, we might get a packet longerthorpej
2003-10-25Fix uninitialized variable warning.christos
2003-10-25Fix uninitialized variable warningschristos
2003-09-07Handle SROM quirk of tulip on Cobalt RAQ2. Fixes kern/20702.tsutsui
2003-02-26Add MBUFTRACE kernel option.matt
2002-10-08Check existence of the default 10baseT media for 21140.minoura
2002-09-27remove trailing \n in panic(). approved perry.provos
2002-09-18For the 21142/21143 internal Nway, only advertise/resolve media forthorpej
2002-07-14use the SROM info to set the media in 2114[23] autonegotiationchs
2002-07-09only powerdown on a suspend. do not powerdown on a standby (PR#17537).chuck
2002-07-08Add a missing DELAY() in the initial GPIO setup for the 21140.mycroft
2002-06-01SIMPLEQ rototill:lukem
2002-05-31Remove duplicate TULIP_SET/TULIP_CLR.thorpej
2002-05-03Clean up some dead code.mycroft
2002-05-035) Be more liberal in blasting SIATXRX and SIASTAT in nway_auto(); inmycroft
2002-05-03More internal Nway issues:mycroft
2002-05-03Fix multiple problems with 2114x internal Nway:mycroft
2002-04-14tm_gpctl and tm_gpdata must be shifted right 16 bits. DOH.mycroft
2002-04-09add support for built-in NWay autonegotiation on 2114[23], Macronixchs
2002-04-05With certain 21140 and 21143 SROM formats, OPMODE_FD was never being set whenmycroft
2002-03-26move some prototypes from tulip.c to tulipvar.h so they canchs
2002-03-16in the TULIP_ROM_MB_21142_MII case of tlp_2114x_isv_tmsw_init(),chs
2002-03-14assume that 21143 SROM info blocks are in extended format (as the specchs
2002-01-12Call malloc(9) with M_ZERO flag instead of memset() after malloc().tsutsui
2001-11-22use little-endian crc on multicast hash for admtek chips.yamt
2001-11-13add/cleanup RCSIDlukem
2001-11-10trivially rename some macro parameters to avoid lint warnings.perry
2001-09-16Spell 'occurred' with two 'r's.wiz
2001-08-20Succeed has two 'c's.wiz
2001-08-14mtod() with uintptr_t, not bus_addr_t.mrg
2001-07-23Make sure to initialize the all Rx descriptors properly in *_init()thorpej
2001-07-19Use BUS_DMA_READ and BUS_DMA_WRITE in some obvious places.thorpej
2001-07-07bcmp -> memcmpthorpej
2001-06-12Don't need INET or NS includes here.thorpej
2001-06-12receive, not recievewiz
2001-02-24C requires that labels be followed by statements.cgd
2001-02-21make some more constant arrays 'const'jdolecek
2001-01-17Filter "receive process failed to idle" on noisy chips (like thethorpej
2001-01-16Fix register offset botch when setting the multicast filter onthorpej
2001-01-08On ADMtek chips, don't just idle the chip when programming thethorpej
2001-01-08The ADMtek AN985 "ghosts" the single built-in PHY at every MII address.thorpej
2001-01-07Also ignore receiver errors if VLAN_MTU is enabled; the 21040 appearsthorpej
2000-12-19Fix a problem with the ALTQ changes that can cause bogus memorythorpej
2000-12-14ALTQ'ify.thorpej
2000-11-26Add new powerhook argument values, PWR_SOFTSUSPEND, PWR_SOFTSTANDBY andtakemura
2000-11-15Move bpfattach()/bpfdetach() calls into ether_ifattach()/ether_ifdetach().thorpej
2000-10-15Don't trim off the FCS, pass it up.thorpej
2000-10-11Use ether_ioctl().thorpej
2000-10-11Add flags to indicate that tlp_init() should set some more BUSMODE bits.onoe
2000-10-09Move inclusion of rnd.h and sys/rnd.h from tulip.c to tulipvar.h.enami