.TH "z8530_describe" 9 "z8530_describe" "25 May 1998" "Kernel Hacker's Manual" LINUX .SH NAME z8530_describe \- Uniformly describe a Z8530 port .SH SYNOPSIS .B "void" z8530_describe .BI "(struct z8530_dev *" dev "," .BI "char *" mapping "," .BI "unsigned long " io ");" .SH ARGUMENTS .IP "dev" 12 Z8530 device to describe .IP "mapping" 12 string holding mapping type (eg "I/O" or "Mem") .IP "io" 12 the port value in question .SH "DESCRIPTION" Describe a Z8530 in a standard format. We must pass the I/O as the port offset isnt predictable. The main reason for this function is to try and get a common format of report.