Recent -current does not compile: /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c: In function 'ahci_begin_transaction': /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: warning: statement with no effect /usr/src/sys/modules/ahci/../../dev/ahci/ahci.c:1075: error: expected ';' before string constant KASSERT(tag != ch->lastslot, "ahci: ALL SLOTS BUSY!"); should be changed to KASSERT(tag != ch->lastslot, ("ahci: ALL SLOTS BUSY!"));Received on Sun Aug 30 2009 - 17:41:20 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:39:54 UTC