aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/de/if_devar.h
Commit message (Expand)AuthorAgeFilesLines
* Increase size of timer counter bitfield to accomodate the actual size of theMatt Jacob2007-05-201-1/+1
* - Consistently use if_printf() only in interface methods: if_start(),Gleb Smirnoff2006-09-151-0/+1
* Repo copy de driver to dev/de, and adjust.Warner Losh2006-02-261-3/+3
* Use ETHER_ADDR_LEN rather than hardcoding 6.John Baldwin2005-12-211-1/+1
* Byte copy IF_LLADDR() on stack to align it to be safe for typecasts.Ruslan Ermilov2005-11-301-2/+2
* Various fixes to make de(4) not panic after ru@'s IF_LLADDR() changes:John Baldwin2005-11-211-2/+2
* - Remove non-bus-dma code.John Baldwin2005-08-251-28/+0
* Major rototill of this driver to add FreeBSD bus-dma support:John Baldwin2005-08-251-84/+73
* Remove the unused TULIP_CSR_{READ,WRITE}BYTE macros.John Baldwin2005-08-171-9/+0
* - Use callout_*() rather than timeout() to periodically poll the media.John Baldwin2005-07-271-0/+7
* Remove conditional code that has largely rotted that is also not on byJohn Baldwin2005-07-211-11/+0
* Use get_cyclecount() rather than hardcoding rdtsc and rpcc in asm for i386John Baldwin2005-07-211-20/+2
* Fix a typo and some whitespace nits.John Baldwin2005-07-211-5/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-4/+2
* Apply the long-overdue hatchet of style(9) death to this file.Bruce M Simpson2004-07-091-458/+547
* Consistently use __inline instead of __inline__ as the former is an empty macroStefan Farfeleder2004-07-041-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-4/+2
* Fix alignment requirements of tulip_rombuf by further increasingBernd Walter2003-06-131-4/+4
* Move some FALLTHROUGH comments so they work.Poul-Henning Kamp2003-05-311-1/+1
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* No FreeBSD/vax here either.Peter Wemm2001-11-031-1/+1
* Use bus_space for all register accesses.Doug Rabson2000-05-131-38/+20
* A little more tidying up.Peter Wemm1999-08-091-23/+4
* Expand a heap of macros that obscure readability and are no longer neededPeter Wemm1999-08-091-67/+0
* More pre-lite2 support zapped and some more tidy-up.Peter Wemm1999-08-091-21/+1
* Unifdef -D__FreeBSD__ - and remove pre-lite2 support.Peter Wemm1999-08-091-9/+3
* Unifdef -U__NetBSD__Peter Wemm1999-08-091-78/+0
* Unifdef -U__bsdi__Peter Wemm1999-08-091-49/+1
* s/Id/FreeBSD/Peter Wemm1999-08-091-1/+2
* Strip __FreeBSD_version >= 300000 conditionals.Peter Wemm1999-08-091-10/+2
* s/TULUP/TULIP/ - from vendor branch.Peter Wemm1999-08-081-3/+3
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-3/+3
* Forgotten in previous commit:Andrew Gallatin1999-05-261-2/+2
* If this is going to have checks for kernel versions, it might as wellPeter Wemm1998-11-061-1/+13
* Revert part of previous commit. vaddr_t doesn't exist on FreeBSD. ThisPeter Wemm1998-10-141-2/+2
* Update from NetBSD if_de.c 1.72 to 1.80. This is mostly bugfixes, andPeter Wemm1998-10-131-4/+6
* Port de driver to alpha.Doug Rabson1998-09-161-3/+37
* Merge changes from vendor branch;Peter Wemm1998-06-131-3/+3
* Fixed pedantic semantics errors (bitfields not of type int, signed intBruce Evans1998-06-081-2/+2
* This commit fixes various 64bit portability problems required forDoug Rabson1998-06-071-2/+2
* merge benfor branch changes onto mainline.Peter Wemm1998-03-081-9/+81
* Merge 971020 stuff.. Check 21142? SROM CRC.Peter Wemm1997-11-081-2/+3
* Merge in changes from Matt. Accton EN12xx support, bugfixes. There isPeter Wemm1997-10-181-1/+16
* malloc() the rx and tx descriptors seperately rather than as part of thePeter Wemm1997-09-111-1/+6
* Import Matt's if_de driver 970703 release. This (apparently) supportsPeter Wemm1997-08-031-6/+85
* Clean import of Matt Thomas's if_de.c driver as of 970508, rev 1.85. ThePeter Wemm1997-06-221-0/+967