Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Apr 1999 16:30:23 -0700 (PDT)
From:      "Justin T. Gibbs" <gibbs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/cam cam_xpt.c src/sys/dev/advansys advlib.h src/sys/dev/aic7xxx aic7xxx.c aic7xxx.h aicasm_symbol.c src/sys/dev/buslogic bt.c btreg.h src/sys/i386/eisa ahb.c ahc_eisa.c src/sys/i386/isa adv_isa.c src/sys/pci ahc_pci.c ...
Message-ID:  <199904232330.QAA27336@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
gibbs       1999/04/23 16:30:23 PDT

  Modified files:
    sys/cam              cam_xpt.c 
  Log:
  Release bus entries in the EDT when a path is released.
  Null out path entries when the path is released to catch bugs.
  Free our configuration hook when we're done with it.
  
  Revision  Changes    Path
  1.54      +14 -4     src/sys/cam/cam_xpt.c

  Modified files:
    sys/dev/advansys     advlib.h 
  Log:
  Kill a compiler warning.
  
  Revision  Changes    Path
  1.5       +2 -1      src/sys/dev/advansys/advlib.h

  Modified files:
    sys/dev/aic7xxx      aic7xxx.c aic7xxx.h aicasm_symbol.c 
  Log:
  Complete conversion to bus dma.  This driver now works on the alpha.
  
  aicasm_symbol.c:
  	Correct an unaligned access problem.  You can't rely on DB to
  	store your data in an aligned fashion.
  
  Revision  Changes    Path
  1.23      +595 -365  src/sys/dev/aic7xxx/aic7xxx.c
  1.7       +88 -54    src/sys/dev/aic7xxx/aic7xxx.h
  1.6       +11 -9     src/sys/dev/aic7xxx/aicasm_symbol.c

  Modified files:
    sys/dev/buslogic     bt.c btreg.h 
  Log:
  bt.c:
  	Simplify some inline functions.
  btreg.h:
  	Correct a comment.
  
  Revision  Changes    Path
  1.18      +15 -7     src/sys/dev/buslogic/bt.c
  1.7       +3 -3      src/sys/dev/buslogic/btreg.h

  Modified files:
    sys/i386/eisa        ahb.c ahc_eisa.c 
  Log:
  ahb.c:
  	Synchronize malloc types for our softc.
  
  ahc_eisa.c:
  	Sync to aic7xxx driver bus dma and new bus changes.
  
  Revision  Changes    Path
  1.10      +3 -3      src/sys/i386/eisa/ahb.c
  1.7       +15 -23    src/sys/i386/eisa/ahc_eisa.c

  Modified files:
    sys/i386/isa         adv_isa.c 
  Log:
  staticize.
  
  Revision  Changes    Path
  1.10      +2 -2      src/sys/i386/isa/adv_isa.c

  Modified files:
    sys/pci              ahc_pci.c bt_pci.c 
  Log:
  ahc_pci.c:
  	Convert to new bus and bus dma.
  	Use latest PCI API.
  
  bt_pci.c:
  	Fix a few bugs in how resourses are released left over from
  	when this driver was converted to new bus.
  
  Revision  Changes    Path
  1.9       +148 -113  src/sys/pci/ahc_pci.c
  1.6       +3 -3      src/sys/pci/bt_pci.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?199904232330.QAA27336>