aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ie
Commit message (Collapse)AuthorAgeFilesLines
* Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.John Baldwin2016-08-201-11/+0
| | | | | | | | | | | | | | This driver only supports 10Mb Ethernet using PIO (the hardware supports DMA, but the driver only does PIO). There are not any PCCard adapters supported by this driver, only ISA cards. In addition, it does not use bus_space but instead uses bcopy with volatile pointers triggering a host of warnings. (if_ie.c is one of 3 files always built with -Wno-error) Relnotes: yes Notes: svn path=/head/; revision=304513
* Add WERRROR= to work around the warningsWarner Losh2005-01-261-0/+1
| | | | Notes: svn path=/head/; revision=140867
* Add module infrastructure for if_ie.Matthew N. Dodd2003-03-291-0/+10
Notes: svn path=/head/; revision=112792