summaryrefslogtreecommitdiffstats
path: root/sys/dev/ie/if_ievar.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't use pessimal (u_short) types for i/o ports. This is mainly forbde2003-08-061-1/+1
| | | | | | | | | | completenss. The pessimization is tiny compared with i/o port slowness except on very old machines, but code that used signed short types for i/o ports was unpessimized long ago, and the macro that detected it recently started working for u_short types too. Use of bus space should have made this moot long ago. Not tested at runtime by: bde
* - Move driver to newbus.mdodd2003-03-291-0/+91
- Provide identify methods for EtherExpress and 3c507 cards; this means these cards no longer need wired configs. - Provide a detach method.
OpenPOWER on IntegriCloud