Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Jul 2001 17:12:23 -0700 (PDT)
From:      Mike Smith <msmith@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/conf files src/sys/dev/mly mly.c mly_tables.h mlyio.h mlyvar.h mly_cam.c mly_pci.c src/sys/modules/mly Makefile
Message-ID:  <200107140012.f6E0CN296578@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
msmith      2001/07/13 17:12:23 PDT

  Modified files:
    sys/conf             files 
    sys/dev/mly          mly.c mly_tables.h mlyio.h mlyvar.h 
    sys/modules/mly      Makefile 
  Removed files:
    sys/dev/mly          mly_cam.c mly_pci.c 
  Log:
  Merge with latest version of the Mylex 6+ driver.
  
   - All sources are built in a single object, reducing namespace pollution.
   - Kill the ready queue, and handle a busy response to mly_start in callers
     rather than deferring the command.
   - Improve our interaction with CAM:
     - Don't advertise physical channels as SCSI busses by default.
     - use the SIM queue freeze capability rather than queueing CDBs internally.
     - force bus reprobe at module load time.
   - Clean up more resources in mly_free.
   - Tidy up debugging levels.
   - Tidy up handling of events (mostly just code cleanliness).
   - Use explanatory macros for operations on bus/target/channel numbers.
  
  Revision  Changes     Path
  1.550     +1 -3       src/sys/conf/files
  1.8       +1268 -186  src/sys/dev/mly/mly.c
  1.2       +13 -29     src/sys/dev/mly/mly_tables.h
  1.2       +4 -6       src/sys/dev/mly/mlyio.h
  1.3       +41 -32     src/sys/dev/mly/mlyvar.h
  1.3       +3 -2       src/sys/modules/mly/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?200107140012.f6E0CN296578>