.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "TULIP_BUILD_FAKE_MEDIATABLE" "" "06 October 2005" "" ""
.SH NAME
tulip_build_fake_mediatable \- Build a fake mediatable entry.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
void __devinit tulip_build_fake_mediatable (struct tulip_private * \fItp\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fItp\fB\fR
Ptr to the tulip private data.
.SH "DESCRIPTION"
.PP
Some cards like the 3x5 HSC cards (J3514A) do not have a standard
srom and can not be handled under the fixup routine. These cards
still need a valid mediatable entry for correct csr12 setup and
mii handling.
.PP
Since this is currently a parisc-linux specific function, the
#ifdef __hppa__ should completely optimize this function away for
non-parisc hardware.