Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Oct 1999 20:39:49 -0700 (PDT)
From:      "Matthew N. Dodd" <mdodd@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/dpt dpt.h dpt_eisa.c dpt_scsi.c dpt_eisa.h
Message-ID:  <199910090339.UAA50808@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mdodd       1999/10/08 20:39:49 PDT

  Modified files:
    sys/dev/dpt          dpt.h dpt_eisa.c dpt_scsi.c 
  Removed files:
    sys/dev/dpt          dpt_eisa.h 
  Log:
  - Implement a simple PIO driven function for retreiving the onboard
    configuration information from a DPT card at a given port.
  
    This is needed by the ISA bus front end (still to come) and the EISA
    bus front end (which hasn't ever worked).
  
  - Blow away dpt_eisa.h as the information it contains does not justify
    an additional file.
  
  - Convert dpt_eisa.c to use the onboard config instead of trying to
    read the EISA configuration registers.
  
  Revision  Changes    Path
  1.7       +3 -1      src/sys/dev/dpt/dpt.h
  1.10      +30 -36    src/sys/dev/dpt/dpt_eisa.c
  1.28      +107 -1    src/sys/dev/dpt/dpt_scsi.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199910090339.UAA50808>