X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=1e8490abc17136084a6bdad8ceb305625ec52972;hb=257e2ff25d06b58dc8d336a6e2581703224fbbe2;hp=6804881982fa96d05567a05988dfef44c52c6206;hpb=0349a5a570038c1961adb0ed009ab34d3006dc22;p=releases.git diff --git a/deblob-check b/deblob-check index 6804881982fa..1e8490abc171 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2008-10-21 +# deblob-check version 2008-11-05 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -1330,7 +1330,7 @@ set_except () { # initnc 'static uint32_t nv\(4[013467ace]\|49_4b\|8[46]\)_ctx_\(voodoo\|prog\)\[\] =' 'drivers/char/drm/nv40_graph.c|.*' ;; - */linux-2.6-lirc.patch) + */linux-2.6*-lirc.patch) initnc 'const unsigned char map_table\[\] =' ;; */linux-2.6-modsign-mpilib.patch) @@ -1339,7 +1339,9 @@ set_except () { */linux-2.6.27-net-r8169-2.6.28.patch) defsnc ' *struct phy_reg phy_reg_init_[01]\[\] =' drivers/net/r8169.c ;; - */linux-2.6-wireless*.patch) + */linux-2.6-netdev*.patch | \ + */linux-2.6-wireless*.patch | */linux-2.6-ath5k.patch | \ + */git-wireless-dev.patch | */linux-2.6-zd1211rw-mac80211.patch) initnc 'const u\(8\|16\|32\) b43_ntab_\(\(adjustpower\|estimatepowerlt\|gainctl\|iqlt\|loftlt\|noisevar1\|tdi[24]0a\)[01]\|channelest\|frame\(lookup\|struct\)\|mcs\|pilot\|tdtrn\|tmap\)\[\] =' initnc 'static const s8 \(b43\(legacy\)\?\|bcm43xx\)_tssi2dbm_[bg]_table\[\] =' initnc 'static struct iwl\(3945\)\?_tx_power power_gain_table\[2\]\[IWL_MAX_GAIN_ENTRIES\] =' @@ -1383,7 +1385,17 @@ set_except () { # git logs accept ' sudo modprobe ath5k debug=0x00000400[\n][ ]*[\n]\([ ]*Band[^\n]*[\n]\([ ]*\(\(channels\|rates\):\|[- 0-9a-f]*\|\[\.\.\. etc \]\)[\n]\)\+\)\+ 540 000c 0000 0000' oprepline ' { 1, MODULATION_XR, 3000, 1, 150, 3 },' + + # Fedora 8ish kernel-xen builds + initnc 'const u16 crc_itu_t_table\[256\] =' + initnc 'static const u16 tkip_sbox\[256\] =' + initnc 'static const struct ath5k_ini_mode ar5211_ini_mode\[\] =' + initnc 'static const struct ath5k_ini_mode ar5212_rf511[12]_ini_mode\[\] =' + initnc ' static const u8 log10\[\] =' + initnc 'static const u8 rtl8225z2_tx_gain_cck_ofdm\[\] =' + initnc 'static const u32 rf_vals_abg_5222\[\] =' ;; + */linux-2.6-netdev-e1000e*.patch) # drivers/net/e1000e/phy.c initnc 'static const u16 e1000_igp_2_cable_length_table\[\] ='