cvs commit: src/sys/dev/aic7xxx ahc_isa.c

Justin T. Gibbs gibbs at FreeBSD.org
Wed Aug 18 10:17:44 PDT 2004


gibbs       2004-08-18 17:17:43 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/aic7xxx      ahc_isa.c 
  Log:
  Initialize iobase from the resource allocated by bus_alloc_resource_any()
  rather than with isa_get_port().  This value is only used in diagnostics,
  but the value we want to print is the value in our resource, not in any
  hint.
  
  Revision  Changes    Path
  1.3       +2 -2      src/sys/dev/aic7xxx/ahc_isa.c


More information about the cvs-src mailing list