git: kernel - Possibly fix a bug in aic7xxx

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Aug 29 20:00:59 PDT 2010


commit 4065ec58850eeadff57e3af1a9235e1d196ba977
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sun Aug 29 19:58:29 2010 -0700

    kernel - Possibly fix a bug in aic7xxx
    
    * An attempt to compile -O2 revealed three uninitialized fields
      falling through to call that pokes them into the chip.  Initialize
      the fields.

Summary of changes:
 sys/dev/disk/aic7xxx/aic7xxx_pci.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4065ec58850eeadff57e3af1a9235e1d196ba977


-- 
DragonFly BSD source repository





More information about the Commits mailing list