Source-Changes archive

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

CVS commit: src/sys/dev



Module Name:    src
Committed By:   briggs
Date:           Tue Mar  1 03:31:45 UTC 2005

Modified Files:
        src/sys/dev/ic: aac.c aacreg.h aacvar.h
        src/sys/dev/pci: aac_pci.c

Log Message:
* Remove aif_get_mailboxstatus() from the aac_interface structure.  Replace
  with aif_get_mailbox().  Make it return uint32_t instead of 'int'.
* Add an AAC_GET_MAILBOX() macro and change AAC_GET_MAILBOXSTATUS() to use
  that.
* Update the Dell PERC 2QC quirk code to use AAC_GET_MAILBOX instead of the
  StrongARM-specific code.  While StrongARM access is correct for that card,
  it's a bad example of how to access the mailbox registers.
* Add the GETINFO command and use it to get and display the card's
  supported options at a verbose level during attachment.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/sys/dev/ic/aac.c
cvs rdiff -r1.3 -r1.4 src/sys/dev/ic/aacreg.h
cvs rdiff -r1.5 -r1.6 src/sys/dev/ic/aacvar.h
cvs rdiff -r1.11 -r1.12 src/sys/dev/pci/aac_pci.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index