summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_devar.h
AgeCommit message (Expand)Author
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-05-02Remove unused softc member.Miod Vallat
2009-06-19Tidy up allocation of transmit DMA maps and generalize it to alsoChristian Weisgerber
2008-08-15Prefer unaligned accesses over copying the rx buffer on all archs that canChristian Weisgerber
2007-09-03Typos from miod. 'intrrupt' -> 'interrupt' in some comments.Kenneth R Westerback
2006-07-08print the chipset revision too.Brad Smith
2006-05-31allow TULIP_TXTIMER to fit in the softc field tulip_txtimer.Brad Smith
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
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
2005-09-06another round of removing ifdef crud from this driver.Brad Smith
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
2004-11-08put more debug stuff inside #ifdef, to make the driver a wee bit smallerTheo de Raadt
2002-06-02withough -> withoutTheo de Raadt
2001-07-18fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hm...Michael Shalayeff
2001-05-05Get rid of CLSIZE and all related stuff.Artur Grabowski
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
1998-08-28Changes to make if_de driver work on big endian machines with a 21040 basedDale S. Rahn
1998-08-07com.c needs to know about mem mapped ports in ppc systems.Per Fogelstrom
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 (21140-AC-...dm