cvs commit: src/sys/dev/ed if_ed.c if_ed_cbus.c if_edvar.h

Warner Losh imp at FreeBSD.org
Mon Feb 7 21:59:44 PST 2005


imp         2005-02-08 05:59:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/ed           if_ed.c if_ed_cbus.c if_edvar.h 
  Log:
  use fixed types for the calls to ed_pio_readmem, ed_pio_writemem.
  Make the special hp versions match the general ones.  Also use fixed
  types in the WD80x3_generic probe, and change callers' arrays to
  match.  Fix a couple of minor style issues by using newstyle function
  definitions in a couple places.
  
  Revision  Changes    Path
  1.241     +14 -31    src/sys/dev/ed/if_ed.c
  1.16      +1 -1      src/sys/dev/ed/if_ed_cbus.c
  1.23      +3 -3      src/sys/dev/ed/if_edvar.h


More information about the cvs-all mailing list