summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_eg.c
AgeCommit message (Expand)Author
1995-06-12Remove check for if_addrlist == 0; if_attach() always puts one address onmycroft
1995-04-17clean up several ISA device interfaces: autoconfiguration, headercgd
1995-04-11Sync with the rest of the world.mycroft
1995-01-29lip service to making ISA support machine-independent. This is the firstcgd
1995-01-03Add interrupt sharing types.mycroft
1994-11-18Convert port, IRQ, and DRQ numbers to ints.mycroft
1994-11-04Trivial stylistic changes.mycroft
1994-11-03Update to match autoconfig code.mycroft
1994-10-30be more careful with types, also pull in headers where necessary.cgd
1994-10-27new RCS ID format.cgd
1994-08-25fix debugging stuff, from deanderaadt
1994-08-23Some cleanup, checked by Dean.mycroft
1994-08-23add `eg' driver for the 3c505 by <dean@fsa.ca>deraadt