aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ae
Commit message (Collapse)AuthorAgeFilesLines
* detach doesn't return an unsinged int, but returns an int.Warner Losh2009-02-041-2/+2
| | | | Notes: svn path=/head/; revision=188127
* - Eliminate unused variable. [1]Stanislav Sedov2008-12-061-5/+2
| | | | | | | | | | | - Check for runt frames entering the stack. [2] Suggested by: ganbold[1], yongari[2] Approved by: kib (mentor) MFC after: 2 weeks Notes: svn path=/head/; revision=185707
* - Add driver for Attansic L2 FastEthernet controller found onStanislav Sedov2008-10-033-0/+2817
Asus EeePC and some Asus mainboards. Reviewed by: yongari, rpaulo, jhb Tested by: many Approved by: kib (mentor) MFC after: 1 week Notes: svn path=/head/; revision=183567