aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/le/am79900.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh2023-05-121-1/+1
* Mechanically convert le(4) to IfAPIJustin Hibbits2023-02-061-16/+16
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* sys/dev: Replace zero with NULL for pointers.Pedro F. Giffuni2017-02-201-1/+1
* Remove pc98 support completely.Yoshihiro Takahashi2017-01-281-2/+2
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-14/+14
* Update NetBSD Foundation copyrights to 2-clause BSDEd Maste2014-03-181-7/+0
* Correct the comments in am7990_intr() and am79900_intr(); it's notMarius Strobl2007-12-301-4/+3
* Use our own callout instead of if_slowtimo() for driving lance_watchdog()Marius Strobl2006-12-061-2/+2
* - Revert if_le_pci.c rev. 1.2; although lnc(4) is now gone, le_pci_probe()Marius Strobl2006-05-161-40/+64
* - In the interrupt handler clear the interrupt source flags beforeMarius Strobl2006-02-211-17/+24
* Add le(4), a driver for AMD Am7900 LANCE and Am79C9xx PCnet NICs portedMarius Strobl2006-01-311-0/+633