isa_check_signature

Name

isa_check_signature --  find BIOS signatures

Synopsis

int isa_check_signature (unsigned long io_addr, const unsigned char * signature, int length);

Arguments

io_addr

mmio address to check

signature

signature block

length

length of signature

Description

Perform a signature comparison with the ISA mmio address io_addr. Returns 1 on a match.

This function is deprecated. New drivers should use ioremap and check_signature.