freebsd-dev/sys/dev/ed
Peter Wemm b3d39a56ae Update the ed driver to probe and attach under a NEWCARD kernel (I was
using a cardbus based system with pccbb providing the pcic interface).
Something isn't quite right.. when the driver allocates and activates
its resources, the IO space that was requested reads as all zeros (versus
the original 0xff's as it normally is when there is no device responding).

Also, deactivate the resources before releasing them.  OLDCARD doesn't
seem to care but NEWCARD/CARDBUS get rather unhappy if you release
a resource that hasn't been deactivated yet.

Make pcic_p.c only compile with oldcard kernels.
2000-11-25 03:36:09 +00:00
..
if_ed98.h - Fixed the conversion to bus_space interface. 2000-08-17 12:15:45 +00:00
if_ed_cbus.c Network modules are all "if_foo" not "foo". Avoid the confusing spew that 2000-10-15 20:23:27 +00:00
if_ed_isa.c Network modules are all "if_foo" not "foo". Avoid the confusing spew that 2000-10-15 20:23:27 +00:00
if_ed_pccard.c Update the ed driver to probe and attach under a NEWCARD kernel (I was 2000-11-25 03:36:09 +00:00
if_ed_pci.c Network modules are all "if_foo" not "foo". Avoid the confusing spew that 2000-10-15 20:23:27 +00:00
if_ed.c Update the ed driver to probe and attach under a NEWCARD kernel (I was 2000-11-25 03:36:09 +00:00
if_edreg.h MFPAO: Add support for AX88190, equipped in MELCO LPC3-TX. 2000-07-23 15:15:43 +00:00
if_edvar.h Move the detection of Linksys PCMCIA cards from attach to probe. 2000-09-12 11:03:12 +00:00