Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Oct 2002 14:29:14 -0700 (PDT)
From:      Eric Moore <emoore@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/amr amr.c amr_cam.c amr_compat.h amr_disk.c amr_pci.c amr_tables.h amrio.h amrreg.h amrvar.h src/sys/modules/amr Makefile
Message-ID:  <200210182129.g9ILTEXj088485@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
emoore      2002/10/18 14:29:14 PDT

  Modified files:
    sys/conf             files 
    sys/dev/amr          amr.c amr_cam.c amr_compat.h amr_disk.c 
                         amr_pci.c amr_tables.h amrio.h amrreg.h 
                         amrvar.h 
    sys/modules/amr      Makefile 
  Log:
  (1) added LSI Logic copyright, and legal line 3 in license, and string
          changes for "LSILogic"
  (2) enabled non-disk support through CAM interface
  (3) HA_INQ (a) enabled tagged queuing (b) disable reset during
          driver loading (b) renamed BSDi string to LSI
  (4) disabled detecting disk devices during SCSI INQUIRY
  (5) changed dcdb single element sglist to send one entire buffer chunk
  (6) nsgelem not set in sglist
  (7) ap_data_transfer_length not set for dcdb
  (8) changed "struct thread" to "d_thread_t" for compatibliity { xxx_open,
          xxx_close, xxx_ioctl }
  (9) miscellaneous compatiblity fixes
  (10) bug fix for 0x0409/0x1000 card
  (11) added compiling amr_cam.c in sys/conf/files
  (12) added compiling amr_cam.c in sys/modules/amr/Makefile
  
  Reviewed by:ps
  MFC after:1 week
  1 week
  
  Revision  Changes    Path
  1.722     +1 -0      src/sys/conf/files
  1.33      +40 -34    src/sys/dev/amr/amr.c
  1.3       +80 -25    src/sys/dev/amr/amr_cam.c
  1.4       +25 -1     src/sys/dev/amr/amr_compat.h
  1.19      +30 -8     src/sys/dev/amr/amr_disk.c
  1.11      +12 -5     src/sys/dev/amr/amr_pci.c
  1.2       +7 -0      src/sys/dev/amr/amr_tables.h
  1.4       +8 -1      src/sys/dev/amr/amrio.h
  1.6       +7 -0      src/sys/dev/amr/amrreg.h
  1.12      +8 -0      src/sys/dev/amr/amrvar.h
  1.9       +2 -2      src/sys/modules/amr/Makefile

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?200210182129.g9ILTEXj088485>