cvs commit: src/sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c
if_ed_pccard.c if_ed_pci.c if_edvar.h
Warner Losh
imp at FreeBSD.org
Tue Feb 8 05:45:35 GMT 2005
imp 2005-02-08 05:45:35 UTC
FreeBSD src repository
Modified files:
sys/dev/ed if_ed.c if_ed_cbus.c if_ed_isa.c
if_ed_pccard.c if_ed_pci.c if_edvar.h
Log:
Make it possible to unload ed. Move the ed_pccard_detach routine to
if_ed and rename it to ed_detach(). Tell other busses to use this
routine for detach.
Since I don't actually have any non-pccard ed hardware I can test
with, I've only tested with my pccards.
More improvements in this area likely are possible.
Prodded by: rwatson
Revision Changes Path
1.240 +20 -0 src/sys/dev/ed/if_ed.c
1.15 +1 -0 src/sys/dev/ed/if_ed_cbus.c
1.17 +1 -0 src/sys/dev/ed/if_ed_isa.c
1.71 +1 -22 src/sys/dev/ed/if_ed_pccard.c
1.38 +1 -0 src/sys/dev/ed/if_ed_pci.c
1.22 +1 -0 src/sys/dev/ed/if_edvar.h
More information about the cvs-src
mailing list