summaryrefslogtreecommitdiffstats
path: root/sys/pci/if_devar.h
Commit message (Expand)AuthorAgeFilesLines
* Remove de driver from old location.imp2006-02-261-937/+0
* Use ETHER_ADDR_LEN rather than hardcoding 6.jhb2005-12-211-1/+1
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.ru2005-11-301-2/+2
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:jhb2005-11-211-2/+2
* - Remove non-bus-dma code.jhb2005-08-251-28/+0
* Major rototill of this driver to add FreeBSD bus-dma support:jhb2005-08-251-84/+73
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.jhb2005-08-171-9/+0
* - Use callout_*() rather than timeout() to periodically poll the media.jhb2005-07-271-0/+7
* Remove conditional code that has largely rotted that is also not on byjhb2005-07-211-11/+0
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386jhb2005-07-211-20/+2
* Fix a typo and some whitespace nits.jhb2005-07-211-5/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-4/+2
* Apply the long-overdue hatchet of style(9) death to this file.bms2004-07-091-458/+547
* Consistently use __inline instead of __inline__ as the former is an empty macrostefanf2004-07-041-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-4/+2
* Fix alignment requirements of tulip_rombuf by further increasingticso2003-06-131-4/+4
* Move some FALLTHROUGH comments so they work.phk2003-05-311-1/+1
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-021-1/+1
* No FreeBSD/vax here either.peter2001-11-031-1/+1
* Use bus_space for all register accesses.dfr2000-05-131-38/+20
* A little more tidying up.peter1999-08-091-23/+4
* Expand a heap of macros that obscure readability and are no longer neededpeter1999-08-091-67/+0
* More pre-lite2 support zapped and some more tidy-up.peter1999-08-091-21/+1
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.peter1999-08-091-9/+3
* Unifdef -U__NetBSD__peter1999-08-091-78/+0
* Unifdef -U__bsdi__peter1999-08-091-49/+1
* s/Id/FreeBSD/peter1999-08-091-1/+2
* Strip __FreeBSD_version >= 300000 conditionals.peter1999-08-091-10/+2
* s/TULUP/TULIP/ - from vendor branch.peter1999-08-081-3/+3
* Rename bpfilter to bpf.des1999-07-061-3/+3
* Forgotten in previous commit:gallatin1999-05-261-2/+2
* If this is going to have checks for kernel versions, it might as wellpeter1998-11-061-1/+13
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. Thispeter1998-10-141-2/+2
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andpeter1998-10-131-4/+6
* Port de driver to alpha.dfr1998-09-161-3/+37
* Merge changes from vendor branch;peter1998-06-131-3/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-081-2/+2
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
* merge benfor branch changes onto mainline.peter1998-03-081-9/+81
* Merge 971020 stuff.. Check 21142? SROM CRC.peter1997-11-081-2/+3
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There ispeter1997-10-181-1/+16
* malloc() the rx and tx descriptors seperately rather than as part of thepeter1997-09-111-1/+6
* Import Matt's if_de driver 970703 release. This (apparently) supportspeter1997-08-031-6/+85
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. Thepeter1997-06-221-0/+967
OpenPOWER on IntegriCloud