Am 10.01.20 um 11:34 schrieb Stefan Seyfried:
I'll fire up one of my low-end i686 systems (Pentium M Dothan, 1GB RAM, over 15 years old...) over the weekend and try to find out if there is even any hardware in there that can be configured with isapnp. They still have an ISA bus (PCMCIA...), but I doubt they need isapnp ;-), as isapnp was more for things like old ISA Sound Blaster cards and such. Even if I might still have isapnp-capable cards lying around in some box, I definitely have no board left where I could stick them in...
toughbook:~ # pnpdump # $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $ # Release isapnptools-1.26 # # This is free software, see the sources for details. # This software has NO WARRANTY, use at your OWN RISK # # For details of the output file format, see isapnp.conf(5) # # For latest information and FAQ on isapnp and pnpdump see: # http://www.roestock.demon.co.uk/isapnptools/ # # Compiler flags: -DREALTIME -DHAVE_PROC -DENABLE_PCI -DHAVE_SCHED_SETSCHEDULER -DHAVE_NANOSLEEP -DWANT_TO_VALIDATE # # Trying port address 0273 # Trying port address 027b [...] # Trying port address 03eb # Trying port address 03f3 # No boards found toughbook:~ # pccardctl ls Socket 0 Bridge: [yenta_cardbus] (bus ID: 0000:02:00.0) Socket 1 Bridge: [yenta_cardbus] (bus ID: 0000:02:00.1) Socket 1 Device 0: [avm_cs] (bus ID: 1.0) actually pcmcia is an own bus for the kernel: toughbook:~ # find /sys/bus/isa/ /sys/bus/isa/ /sys/bus/isa/drivers_probe /sys/bus/isa/devices /sys/bus/isa/uevent /sys/bus/isa/drivers /sys/bus/isa/drivers_autoprobe toughbook:~ # find /sys/bus/pcmcia/ /sys/bus/pcmcia/ /sys/bus/pcmcia/drivers_probe /sys/bus/pcmcia/devices /sys/bus/pcmcia/devices/1.0 /sys/bus/pcmcia/uevent /sys/bus/pcmcia/drivers /sys/bus/pcmcia/drivers/avm_cs /sys/bus/pcmcia/drivers/avm_cs/1.0 /sys/bus/pcmcia/drivers/avm_cs/bind /sys/bus/pcmcia/drivers/avm_cs/unbind /sys/bus/pcmcia/drivers/avm_cs/module /sys/bus/pcmcia/drivers/avm_cs/uevent /sys/bus/pcmcia/drivers/avm_cs/new_id /sys/bus/pcmcia/drivers_autoprobe toughbook:~ # uname -a Linux toughbook 5.4.7-1-default #1 SMP Wed Jan 1 07:55:50 UTC 2020 (34ebd00) i686 i686 i386 GNU/Linux toughbook:~ # rpm -qa kernel-default kernel-default-5.4.7-1.1.i586 I'd guess we can safely get rid of isapnp. If someone turns up who really needs it (and who can do at least basic funtionality tests...), I'd volunteer to reintroduce it to Factory at a later time. Best regards, seife P.S.: with kernel-pae, the pnpdump result is shorter: toughbook:~ # uname -a Linux toughbook 5.4.7-1-pae #1 SMP Wed Jan 1 07:55:50 UTC 2020 (34ebd00) i686 i686 i386 GNU/Linux toughbook:~ # pnpdump # $Id: pnpdump_main.c,v 1.27 2001/04/30 21:54:53 fox Exp $ # Release isapnptools-1.26 # # This is free software, see the sources for details. # This software has NO WARRANTY, use at your OWN RISK # # For details of the output file format, see isapnp.conf(5) # # For latest information and FAQ on isapnp and pnpdump see: # http://www.roestock.demon.co.uk/isapnptools/ # # Compiler flags: -DREALTIME -DHAVE_PROC -DENABLE_PCI -DHAVE_SCHED_SETSCHEDULER -DHAVE_NANOSLEEP -DWANT_TO_VALIDATE # # No boards found -- Stefan Seyfried "For a successful technology, reality must take precedence over public relations, for nature cannot be fooled." -- Richard Feynman -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org