aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/eisa/eisa_if.m
Commit message (Collapse)AuthorAgeFilesLines
* Remove EISA bus support for add-in cards. Remove related kernel andWarner Losh2017-02-161-65/+0
| | | | | | | | | | | | | | | compile options. Remove doxygen pointers to now deleted files. Remove EISA and VME as examples in bus_space.9. Retained EISA mode code for IO PIC and MPTABLES because that's not EISA bus, per se, and some people have abused EISA to mean "EISA-like behavior as opposed to ISA" rather than using it for EISA add-in cards. Relnotes: yes Notes: svn path=/head/; revision=313839
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
| | | | Notes: svn path=/head/; revision=139749
* When adding files to the repo, it is very important to not forgetWarner Losh2004-06-091-0/+65
the cvs add function. Notes: svn path=/head/; revision=130275