summaryrefslogtreecommitdiff
path: root/sys/dev/ic/tulipvar.h
AgeCommit message (Expand)Author
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
1999-11-04Use Memory Read Line and Memory Read Multiple on the 21140, 21140A,thorpej
1999-11-03More or less completely rewrite the way DECchip media is handled, andthorpej
1999-09-30Changes to get the Lite-On/Macronix 82C115 working:thorpej
1999-09-29Add some optional stats gathering, and fix tx stats counting; use the lastthorpej
1999-09-29- Get a little closer on the Macronix chips. Still some more work to do.thorpej
1999-09-28s/#define /#define<TAB>/.enami
1999-09-27Add a media name pointer to the tulip_2114x_media structure, and definethorpej
1999-09-26Make tlp_read_srom() work on big-endian systems.thorpej
1999-09-25Add support for the DECchip 21140[A]. This currently only works withthorpej
1999-09-20Add support for the DECchip 21041. This also adds some preliminarythorpej
1999-09-14Move the PCI device number to the base Tulip softc; it will be needed tothorpej
1999-09-14First crack at shared ROM/shared interrupts on 21040 multi-port boards,thorpej
1999-09-14Change the semantics of `sc_regshift'; it is now the shift required tothorpej
1999-09-14- More PNIC NWAY stuff. Still more work to do, here.thorpej
1999-09-09Snapshot of work-in-progress to support the internal NWay block onthorpej
1999-09-08Add chip types for several more Tulip clones (ASIX, ADMtex, PNIC II, Davicom),thorpej
1999-09-02Deal with some more Winbond differences, after a more-thorough-than-beforethorpej
1999-09-01Make Tulip-style filter setup interrupt-driven.thorpej
1999-09-01Some of the Tulip clone chips (like the Winbond and ASIX) want thethorpej
1999-09-01This is the long-awaited "new Tulip driver", a complete, from-scratchthorpej