summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tulipvar.h
AgeCommit message (Expand)Author
2019-09-13 if_flags is neither int nor short. It's unsigned short.msaitoh
2015-04-13Convert sys/dev to use <sys/rndsource.h>.riastradh
2012-07-22Fix mii_statchg to take a 'struct ifnet *' instead of device_t. This fixesmatt
2012-02-02Entropy-pool implementation move and cleanup.tls
2011-11-19First step of random number subsystem rework described intls
2011-07-09- add a routine to get the name of the card.christos
2009-04-17change tlp_attach() to return an error code on failure.cegger
2009-04-17device_t/softc split. Tested with tlp at pcicegger
2009-04-17struct device * -> device_tcegger
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-23On preparing a setup packet, use proper byteswap ops and byte shift opstsutsui
2008-03-09Convert from shutdownhook/powerhook to PMF.jmcneill
2006-03-25Add support for the Conexant RS7112. From Frank Wille <frank@phoenix.owl.de>.rpaulo
2005-12-11merge ktrace-lwp.christos
2005-07-17Make tlp_idle() not be static, so that the newsmips version of thehe
2005-06-23Add support for ASIX AX88140A/AX88141 chipsets using onlyrpaulo
2005-02-27nuke trailing whitespaceperry
2005-02-06If the interface is up and running, only modify the receive filterkim
2005-02-04de-__Pperry
2004-10-24Change the sc_name buffer size from 16 to 32, since we already oveflow 16christos
2003-12-18If we're running on a Connectix Virtual PC, we might get a packet longerthorpej
2003-11-02Fix some typos. From Tom Cosgrove via jmc@openbsd.wiz
2002-09-18For the 21142/21143 internal Nway, only advertise/resolve media forthorpej
2002-04-09add support for built-in NWay autonegotiation on 2114[23], Macronixchs
2002-03-26move some prototypes from tulip.c to tulipvar.h so they canchs
2001-05-01delintlukem
2001-02-21make some more constant arrays 'const'jdolecek
2001-01-08The ADMtek AN985 "ghosts" the single built-in PHY at every MII address.thorpej
2000-10-23Fixed the value of TULIPF_DBO; which was accidentaly shared with the sameonoe
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
2000-10-09Make tulip a random source.enami
2000-10-03Add support for the ADMtek AN983 and AN985.thorpej
2000-08-03Support some differences in the Macronix 98715AEC-C and E chips from the othercastor
2000-05-26Add support for the Davicom DM9102 and DM9102A 10/100 Ethernet chips.thorpej
2000-05-25So, while the DEC chips and other clones want no FS|LS in thethorpej
2000-05-25Truncate receive buffers to 4-byte boundary. Slightly modifiedthorpej
2000-04-04- if_tlp_cardbus.c: Use the `pmreg' pointer passed by bythorpej
2000-03-23New callout mechanism with two major improvements over the oldthorpej
2000-03-19Add suspend/resume hooks to ensure that the chip doesn't scramble memorythorpej
2000-03-15Add power management support to the `tlp' driver. The battery on mythorpej
2000-03-07Determine the size of the SROM by probing the chip using the standard Microwiremycroft
2000-02-01First cut at detach support; doens't fully work yet.thorpej
2000-01-28When possible, use ring mode for descriptors. Not only is this slightlythorpej
2000-01-28Just use a regular Tx descriptor for the setup packet; don't bother withthorpej
2000-01-25Some changes for the Xircom X3201-3 in 21143 emulation mode:thorpej
2000-01-25Add a chip type for the Xircom X3201-3, and centralize the declarationthorpej
1999-12-12Oops, forgot to byte-swap the receive descriptors.thorpej
1999-12-11- Don't try to run the chip in big-endian mode. Not all chips supportthorpej
1999-11-19- Use the common MII bit-bang module.thorpej