kernel - Possibly fix a bug in aic7xxx
authorMatthew Dillon <dillon@apollo.backplane.com>
Mon, 30 Aug 2010 02:58:29 +0000 (19:58 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Mon, 30 Aug 2010 02:58:29 +0000 (19:58 -0700)
commit4065ec58850eeadff57e3af1a9235e1d196ba977
tree3cbff7c19a800d6f326d4cae8ff41c8df5576c3d
parentef8696044021849a0172820ce7cef4528c47b7c0
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.
sys/dev/disk/aic7xxx/aic7xxx_pci.c