.\" 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 "MC32_PROBE" "" "06 October 2005" "" "" .SH NAME mc32_probe \- Search for supported boards .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp int __init mc32_probe (struct net_device * \fIdev\fB); \fR .SH "ARGUMENTS" .TP \fB\fIdev\fB\fR device to probe .SH "DESCRIPTION" .PP Because MCA bus is a real bus and we can scan for cards we could do a single scan for all boards here. Right now we use the passed in device structure and scan for only one board. This needs fixing for modules in particular.