summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_devar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* spelling; from miodjmc2018-11-251-6/+6
* u_quad_t -> uint64_tdlg2016-08-141-11/+11
* replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.dlg2015-11-041-3/+3
* Make room for media types of the future. Extend the ifmedia word to 64 bits.stsp2015-09-111-2/+2
* There is no excuse for using dma_alloc(9) when a bus_dma_tag_t is available.kettenis2015-06-261-2/+2
* Ensure the setup block is DMA reachable.deraadt2015-06-251-3/+5
* Do not abuse `rcvif'.mpi2015-02-101-3/+3
* use nitems(); no binary change for drivers that are compiled on amd64.jasper2011-04-031-3/+2
* Remove unused softc member.miod2010-05-021-2/+2
* Tidy up allocation of transmit DMA maps and generalize it to alsonaddy2009-06-191-5/+5
* Prefer unaligned accesses over copying the rx buffer on all archs that cannaddy2008-08-151-3/+3
* Typos from miod. 'intrrupt' -> 'interrupt' in some comments.krw2007-09-031-2/+2
* print the chipset revision too.brad2006-07-081-16/+8
* allow TULIP_TXTIMER to fit in the softc field tulip_txtimer.brad2006-05-311-2/+2
* restore ALTQ support which was lost with rev 1.87brad2006-05-061-3/+1
* all csr offsets are bus_size_tmickey2005-11-151-17/+17
* add bus_dma support.brad2005-11-071-48/+57
* remove more indirection through typedef's and macrosbrad2005-09-251-39/+17
* remove some trailing whitespacebrad2005-09-081-7/+7
* - fix up the ioctl handler and make it use ether_ioctl() toobrad2005-09-061-5/+1
* another round of removing ifdef crud from this driver.brad2005-09-061-228/+4
* remove __BROKEN_INDIRECT_CONFIG cruftbrad2005-07-161-5/+1
* remove lots of crud from this driver, makes it fit on the alpha mediaderaadt2005-04-161-1/+6
* pull over some minor fixes from NetBSD:martin2005-03-291-5/+5
* put more debug stuff inside #ifdef, to make the driver a wee bit smallerderaadt2004-11-081-1/+3
* withough -> withoutderaadt2002-06-021-2/+2
* fix vtophys usage, mainly ppc-required; art@ ok and tried to bribe^H^H^H^H^Hmotivate me to bussydma 'em too (;mickey2001-07-181-2/+2
* Get rid of CLSIZE and all related stuff.art2001-05-051-2/+1
* for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okmickey2001-02-201-1/+6
* new timeout, space controlmickey2001-02-031-1/+2
* remove pnic stuffjason1999-01-111-5/+1
* Support for the Lite-On PNIC found on Netgear FA310TX rev D1 andjason1998-10-081-1/+6
* Changes to make if_de driver work on big endian machines with a 21040 basedrahnds1998-08-281-3/+2
* com.c needs to know about mem mapped ports in ppc systems.pefo1998-08-071-5/+22
* pull #ifdef __alpha__ out from a #ifdef __NetBSD__millert1997-11-161-5/+6
* merge netbsd 1.22rees1997-11-131-29/+103
* Few minor changes to make if_de work big endian on 21140pefo1997-10-201-1/+19
* Support BSD/OS 2.1, add OpenBSD tags.downsj1997-07-291-0/+4
* csapuntz@lcs.mit.edu: Port of NetBSD tulip driver. Works with new (21140-AC-based) SMC Etherpower cards.dm1997-06-181-0/+997