RE: SIOCGIFMAP

2001-09-28 Thread Matt_Domsch
I'm sure you meant the Enigma... > In my program, I use the SIOCGIFMAP ioctl to > retrieve the base address and IRQ for my Ethernet > card. For most NICs, you can use ethtool -i ethX to retrieve the PCI bus/dev/fn information. From there, you can use lspci to obtain everything

SIOCGIFMAP

2001-09-28 Thread Tushar_Oza
Hello, I encountered a problem in Redhat 7.2 Gold (kernel version 2.4.7) In my program, I use the SIOCGIFMAP ioctl to retrieve the base address and IRQ for my Ethernet card. This worked fine in 7.1 (kernel version 2.4.2) The pci_config_space values and the ioctl-returned values matched