svn commit: r196656 - in head: share/man/man4 sys/dev/ahci
    Alexander V. Chernikov 
    melifaro at ipfw.ru
       
    Sun Aug 30 19:51:21 UTC 2009
    
    
  
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!"));
    
    
More information about the freebsd-current
mailing list