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