Changeset 12081


Ignore:
Timestamp:
05/09/09 17:37:47 (4 years ago)
Author:
BrainSlayer
Message:

typo

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/router/services/sysinit/sysinit-x86.c

    r12068 r12081  
    281281    else if( detect( "RTL-8111" ) )     // Realtek 8169 Adapter (various notebooks)  
    282282        insmod( "r8169" ); 
     283    else if( detect( "RTL8111" ) )      // Realtek 8169 Adapter (various notebooks)  
     284        insmod( "r8169" ); 
    283285    else if( detect( "RTL-8169" ) )     // Realtek 8169 Adapter (various 
    284286        // notebooks)  
Note: See TracChangeset for help on using the changeset viewer.