cvs commit: src/sys/dev/ed if_ed.c if_ed_3c503.c if_ed_cbus.c if_ed_hpp.c if_ed_isa.c if_ed_novell.c if_ed_pccard.c if_ed_pci.c if_ed_sic.c if_ed_wd80x3.c if_edvar.h

Warner Losh imp at FreeBSD.org
Sun Aug 28 23:56:26 GMT 2005


imp         2005-08-28 23:56:25 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c if_ed_3c503.c if_ed_cbus.c 
                         if_ed_hpp.c if_ed_isa.c if_ed_novell.c 
                         if_ed_pccard.c if_ed_pci.c if_ed_sic.c 
                         if_ed_wd80x3.c if_edvar.h 
  Log:
  Finish conversion to bus space and make ed MP safe.
  
  o Lock ed
  o Fix extra newline in probe messages
  o Eliminate gone.
  o Make detach less-racy.
  o Eliminate spl*
  o Switch from timeout/untimeout to callout interface.
  o Read/write card memory using bus_space calls.
  o generalize readmem so that we don't need ifs in the code.
  o Fix memory stuff to be consistant.
  o Remove OLDCARD compat stuff.
  o Mark interrupt as MPSAFE.
  
  # sic, hpp not tested at all
  # ISA and PCI attachments lightly tested
  
  Revision  Changes    Path
  1.257     +182 -142  src/sys/dev/ed/if_ed.c
  1.3       +1 -1      src/sys/dev/ed/if_ed_3c503.c
  1.22      +8 -6      src/sys/dev/ed/if_ed_cbus.c
  1.3       +6 -5      src/sys/dev/ed/if_ed_hpp.c
  1.24      +8 -2      src/sys/dev/ed/if_ed_isa.c
  1.7       +9 -6      src/sys/dev/ed/if_ed_novell.c
  1.86      +41 -62    src/sys/dev/ed/if_ed_pccard.c
  1.44      +2 -1      src/sys/dev/ed/if_ed_pci.c
  1.5       +4 -3      src/sys/dev/ed/if_ed_sic.c
  1.5       +1 -1      src/sys/dev/ed/if_ed_wd80x3.c
  1.33      +23 -7     src/sys/dev/ed/if_edvar.h


More information about the cvs-src mailing list