summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_devar.h
AgeCommit message (Collapse)Author
2006-07-08print the chipset revision too.Brad Smith
2006-05-31allow TULIP_TXTIMER to fit in the softc field tulip_txtimer.Brad Smith
From NetBSD
2006-05-06restore ALTQ support which was lost with rev 1.87Brad Smith
2005-11-15all csr offsets are bus_size_tMichael Shalayeff
2005-11-07add bus_dma support.Brad Smith
From NetBSD tested on i386/alpha. ok martin@ krw@
2005-09-25remove more indirection through typedef's and macrosBrad Smith
2005-09-08remove some trailing whitespaceBrad Smith
2005-09-06- fix up the ioctl handler and make it use ether_ioctl() tooBrad Smith
- remove more unused code - remove some of the macros to make this more readable ok krw@
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
ok krw@ martin@
2005-07-16remove __BROKEN_INDIRECT_CONFIG cruftBrad Smith
2005-04-16remove lots of crud from this driver, makes it fit on the alpha mediaTheo de Raadt
2005-03-29pull 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-08put more debug stuff inside #ifdef, to make the driver a wee bit smallerTheo de Raadt
for the alpha
2002-06-02withough -> withoutTheo de Raadt
2001-07-18fix 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-05Get 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-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-03new timeout, space controlMichael Shalayeff
1999-01-11remove pnic stuffJason Wright
1998-10-08Support for the Lite-On PNIC found on Netgear FA310TX rev D1 andJason Wright
several other boards.
1998-08-28Changes to make if_de driver work on big endian machines with a 21040 basedDale 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-07com.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-16pull #ifdef __alpha__ out from a #ifdef __NetBSD__Todd C. Miller
1997-11-13merge netbsd 1.22Jim Rees
1997-10-20Few minor changes to make if_de work big endian on 21140Per Fogelstrom
1997-07-29Support BSD/OS 2.1, add OpenBSD tags.Jason Downs
1997-06-18csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new ↵dm
(21140-AC-based) SMC Etherpower cards.