DragonFly commits List (threaded) for 2008-01
DragonFly BSD
DragonFly commits List (threaded) for 2008-01
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/dev/disk/aic aic.c aic6360reg.h aic_isa.c aic_pccard.c aicvar.h


From: Peter Avalos <pavalos@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 4 Jan 2008 23:27:09 -0800 (PST)

pavalos     2008/01/04 23:27:09 PST

DragonFly src repository

  Modified files:
    sys/dev/disk/aic     aic.c aic6360reg.h aic_isa.c aic_pccard.c 
                         aicvar.h 
  Log:
  Sync with FreeBSD:
  
  Eliminate support for oldcard by removing the compat shims.
  
  Convert callers to the new bus_alloc_resource_any(9) API.
  
  Initialize variable to fix possible warning.
  
  Use cam_calc_geometry().
  
  Be consistent about "static" functions.
  
  Support for LG GM82C700, an AIC6360 clone.
  
  Add PnP IDs for AHA-1530 and AHA-1520 cards.
  
  Enable 10MHz (fast SCSI) operation on boards that support it.
  
  Bounds check sync periods and offsets passed in from the transport layer.
  
  Tell the user which resource allocation failed (for the ISA probe) if we
  weren't able to allocate an IRQ, DRQ or I/O port.
  
  Remove unneeded includes.
  
  Obtained-from: FreeBSD
  
  Revision  Changes    Path
  1.12      +48 -29    src/sys/dev/disk/aic/aic.c
  1.3       +7 -3      src/sys/dev/disk/aic/aic6360reg.h
  1.8       +17 -7     src/sys/dev/disk/aic/aic_isa.c
  1.9       +7 -29     src/sys/dev/disk/aic/aic_pccard.c
  1.4       +9 -0      src/sys/dev/disk/aic/aicvar.h


http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic/aic.c.diff?r1=1.11&r2=1.12&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic/aic6360reg.h.diff?r1=1.2&r2=1.3&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic/aic_isa.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic/aic_pccard.c.diff?r1=1.8&r2=1.9&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/dev/disk/aic/aicvar.h.diff?r1=1.3&r2=1.4&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]