Date: Friday, January 28, 2022 @ 17:14:30
  Author: tpowa
Revision: 435315

remove pcmcia

Modified:
  hwdetect/trunk/hwdetect

----------+
 hwdetect |   15 ++++-----------
 1 file changed, 4 insertions(+), 11 deletions(-)

Modified: hwdetect
===================================================================
--- hwdetect    2022-01-28 15:49:46 UTC (rev 435314)
+++ hwdetect    2022-01-28 17:14:30 UTC (rev 435315)
@@ -41,7 +41,6 @@
         echo "    --show-mtd             show MTD modules"
        echo "    --show-net             show NETWORK modules"
        echo "    --show-parport         show PARPORT modules"
-       echo "    --show-pcmcia          show PCMCIA modules"
        echo "    --show-platform        show PLATFORM modules"
        echo "    --show-powercap        show POWERCAP modules"
        echo "    --show-serial          show SERIAL modules"
@@ -68,7 +67,6 @@
        echo "    --hooks                show HOOKS="
        echo "    --dmraid               add dmraid to HOOKS="
        echo "    --keymap               add keymap to HOOKS="
-       echo "    --pcmcia               add pcmcia to HOOKS="
        echo "    --nfs                  add net to HOOKS="
        exit 1
 }
@@ -125,9 +123,6 @@
 # keymap switch
 [ "$(echo $* | grep '\-keymap')" ] && KEYMAP=1
 
-# pcmcia switch
-[ "$(echo $* | grep '\-pcmcia')" ] && PCMCIA=1
-
 # nfs switch
 [ "$(echo $* | grep '\-nfs')" ] && NFS=1
 
@@ -212,13 +207,12 @@
                        showlist "ISDN     " $(listmods isdn/)
                        showlist "KVM      " $(listmods kvm/)
                        showlist "MEDIA    " $(listmods media/)
-                        showlist "MEI      " $(listmods mei/)
+      showlist "MEI      " $(listmods mei/)
                        showlist "MFD      " $(listmods mfd/)                   
                        showlist "MTD      " $(listmods mtd/)
                        showlist "NET      " $(listmods net/ irda/)
                        showlist "PARPORT  " $(listmods parport/)
-                       showlist "PCMCIA   " $(listmods pcmcia/)
-                        showlist "PLATFORM " $(listmods platform/)
+      showlist "PLATFORM " $(listmods platform/)
                        showlist "POWERCAP " $(listmods powercap/)
                        showlist "SERIAL   " $(listmods serial/)
                        showlist "SOUND    " $(listmods pcspkr) $(listmods 
sound/)
@@ -230,7 +224,7 @@
                        showlist "WATCHDOG " $(listmods watchdog/)
                        showlist "OTHER    " $(listmods modules/ agp/ acpi/ 
scsi/ message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 
block/virtio virtio/virtio_pci ata/ \
                                                usb/ ieee1394 bluetooth/ cdrom/ 
cpufreq/ crypto/ dca/ dma/ edac/ events/ net/ hwmon/ i2c/ isdn/ input/ ipmi/ 
irda/ kvm/ mac_hid media/ mei/ \
-                                               mfd/ mtd/ parport/ platform/ 
pcmcia/ powercap/ sound/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ 
video/ virt/ watchdog/)
+                                               mfd/ mtd/ parport/ platform/ 
powercap/ sound/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ video/ 
virt/ watchdog/)
                        ;;
 
                --show-modules-order)
@@ -265,7 +259,6 @@
                --show-mtd)       showlist "MTD      " $(listmods mtd/) ;;
                --show-net)       showlist "NET      " $(listmods net/ irda/) ;;
                --show-parport)   showlist "PARPORT  " $(listmods parport/) ;;
-               --show-pcmcia)    showlist "PCMCIA   " $(listmods pcmcia/) ;;
                 --show-platform)  showlist "PLATFORM " $(listmods platform/) ;;
                --show-powercap)  showlist "POWERCAP " $(listmods powercap/) ;;
                --show-serial)    showlist "SERIAL   " $(listmods serial/) ;;
@@ -278,7 +271,7 @@
                --show-watchdog)  showlist "WATCHDOG " $(listmods watchdog/) ;;
                --show-other)     showlist "OTHER    " $(listmods .ko agp/ 
acpi/ scsi/ message/fusion block/sx8 block/cciss block/cpqarray block/DAC960 
block/virtio virtio/virtio_pci ata/ \
                                                usb/ ieee1394 bluetooth/ cdrom/ 
cpufreq/ crypto/ dca/ dma/ edac/ events/ net/ hwmon/ i2c/ isdn/ input/ ipmi/ 
irda/ kvm/ mac_hid media/ mei/ \
-                                               mfd/ mtd/ parport/ platform/ 
pcmcia/ powercap/ sound/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ 
video/ virt/ watchdog/) ;;
+                                               mfd/ mtd/ parport/ platform/  
powercap/ sound/ thermal/ tpm/ drm/ firewire/ hid/ serial/ staging/ video/ 
virt/ watchdog/) ;;
                --filesystem)   FILESYSTEM="ext2 ext3 ext4 f2fs nilfs2 btrfs 
reiserfs xfs jfs vfat"
                                for i in $FILESYSTEM; do
                                         [ "$(grep $i /tmp/.blkid)" ] && 
FS="$FS $i"

Reply via email to