Warner Losh
5af9f729ec
MFp4:
...
Use bus space rather than direct inb/outb. Minor style changes while
I'm here. Extremely preliminary support for siliconix ethernet cards
(but more work is required).
2004-06-27 13:10:20 +00:00
Warner Losh
2e31e339d1
Fix disordering of pccarddevs.h noticed by bde. Also remove a few
...
redundant includes and fix some of the include disordering.
Submitted by: bde
2004-05-27 03:49:45 +00:00
Warner Losh
dba6dd177b
Move to generating pccarddevs.h on the fly, both for the kernel and
...
the modules.
Also generate usbdevs.h automatically now, but a non-kernel file is
stopping that at the moment.
2004-05-26 00:53:10 +00:00
Warner Losh
7d38a5efdc
add newcard support to ex
2003-10-26 06:34:22 +00:00
David E. O'Brien
aad970f1fe
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
Matthew N. Dodd
20fae1ba5b
- Declare ex_devclass in if_ex.c
...
- Rename module datastructures in if_ex_isa.c to be more standard.
2003-03-29 15:38:53 +00:00
Matthew N. Dodd
c0a71ab74a
- Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().
...
- Add detach method to ISA front end.
2003-03-29 15:34:26 +00:00
Alfred Perlstein
e51a25f850
Remove __P.
2002-03-20 02:08:01 +00:00
Poul-Henning Kamp
db7e3af111
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
Warner Losh
0e6d3195bc
Add support for pccard attachments of the ex driver. It supports the
...
Olicom OC-2220 card, and maybe others.
Submitted by: iwasaki
Reviewed by: mdodd
2000-09-29 03:58:06 +00:00