cvs commit: src/sys/dev/dpt dpt.h dpt_eisa.c dpt_isa.c dpt_pci.c dpt_scsi.c

Matthew N. Dodd mdodd at FreeBSD.org
Sat Mar 29 00:30:48 PST 2003


mdodd       2003/03/29 00:30:46 PST

  FreeBSD src repository

  Modified files:
    sys/dev/dpt          dpt.h dpt_eisa.c dpt_isa.c dpt_pci.c 
                         dpt_scsi.c 
  Log:
  - Track resources in our softc.
  - Sanitize dpt_alloc().
  - Add helper functions for resource alloc/release.
  - Add detach method.
  - Relocate definition of devclass_t.
  - Move some debugging output behind bootverbose.
  - Implement an identify method for ISA devices
    but don't use it right now.
  
  Revision  Changes    Path
  1.14      +18 -3     src/sys/dev/dpt/dpt.h
  1.16      +22 -37    src/sys/dev/dpt/dpt_eisa.c
  1.4       +120 -44   src/sys/dev/dpt/dpt_isa.c
  1.25      +28 -32    src/sys/dev/dpt/dpt_pci.c
  1.38      +90 -11    src/sys/dev/dpt/dpt_scsi.c


More information about the cvs-src mailing list