Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-08 | print the chipset revision too. | Brad Smith | |
2006-05-31 | allow TULIP_TXTIMER to fit in the softc field tulip_txtimer. | Brad Smith | |
From NetBSD | |||
2006-05-06 | restore ALTQ support which was lost with rev 1.87 | Brad Smith | |
2005-11-15 | all csr offsets are bus_size_t | Michael Shalayeff | |
2005-11-07 | add bus_dma support. | Brad Smith | |
From NetBSD tested on i386/alpha. ok martin@ krw@ | |||
2005-09-25 | remove more indirection through typedef's and macros | Brad Smith | |
2005-09-08 | remove some trailing whitespace | Brad Smith | |
2005-09-06 | - fix up the ioctl handler and make it use ether_ioctl() too | Brad Smith | |
- remove more unused code - remove some of the macros to make this more readable ok krw@ | |||
2005-09-06 | another round of removing ifdef crud from this driver. | Brad Smith | |
ok krw@ martin@ | |||
2005-07-16 | remove __BROKEN_INDIRECT_CONFIG cruft | Brad Smith | |
2005-04-16 | remove lots of crud from this driver, makes it fit on the alpha media | Theo de Raadt | |
2005-03-29 | pull over some minor fixes from NetBSD: | Martin Reindl | |
- use ETHER_ADDR_LEN where apropriate - consistency fixes in mem-io vs io-io logic - fixes for 21143 in full-duplex mode - minor nits here and there ok brad@ | |||
2004-11-08 | put more debug stuff inside #ifdef, to make the driver a wee bit smaller | Theo de Raadt | |
for the alpha | |||
2002-06-02 | withough -> without | Theo de Raadt | |
2001-07-18 | fix vtophys usage, mainly ppc-required; art@ ok and tried to ↵ | Michael Shalayeff | |
bribe^H^H^H^H^Hmotivate me to bussydma 'em too (; | |||
2001-05-05 | Get rid of CLSIZE and all related stuff. | Artur Grabowski | |
CLSIZE -> 1 CLBYTES -> PAGE_SIZE OLOFSET -> PAGE_MASK etc. At the same time some archs needed some cleaning in vmparam.h so that goes in at the same time. | |||
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff | |
2001-02-03 | new timeout, space control | Michael Shalayeff | |
1999-01-11 | remove pnic stuff | Jason Wright | |
1998-10-08 | Support for the Lite-On PNIC found on Netgear FA310TX rev D1 and | Jason Wright | |
several other boards. | |||
1998-08-28 | Changes to make if_de driver work on big endian machines with a 21040 based | Dale S. Rahn | |
card. Tested on i386 and alpha. Could use some cleanup to swab constants instead of variables, so that the compiler can do the work, not the processor. | |||
1998-08-07 | com.c needs to know about mem mapped ports in ppc systems. | Per Fogelstrom | |
ncr.c and if_de.c needs some hooks for systems with ncr and dec ether chips on the motherboard that runs on odd clocks and doesn't support a srom. srom is emulated in machine dependent code. big endian support for ncr and dec ether finished. the 21040 have some more coding requirements if it is to run BE since it does not have the descriptor endian swap configuration bit. | |||
1997-11-16 | pull #ifdef __alpha__ out from a #ifdef __NetBSD__ | Todd C. Miller | |
1997-11-13 | merge netbsd 1.22 | Jim Rees | |
1997-10-20 | Few minor changes to make if_de work big endian on 21140 | Per Fogelstrom | |
1997-07-29 | Support BSD/OS 2.1, add OpenBSD tags. | Jason Downs | |
1997-06-18 | csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵ | dm | |
(21140-AC-based) SMC Etherpower cards. |