.\" 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 "TIOCA_BUS_FIXUP" "9" "09 October 2005" "" "" .SH NAME tioca_bus_fixup \- perform final PCI fixup for a TIO CA bus .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void * tioca_bus_fixup (struct pcibus_bussoft * \fIprom_bussoft\fB, struct pci_controller * \fIcontroller\fB); \fR .SH "ARGUMENTS" .TP \fB\fIprom_bussoft\fB\fR Common prom/kernel struct representing the bus .TP \fB\fIcontroller\fB\fR -- undescribed -- .SH "DESCRIPTION" .PP Replicates the tioca_common pointed to by \fIprom_bussoft\fR in kernel space. Allocates and initializes a kernel-only area for a given CA, and sets up an irq for handling CA error interrupts. .PP On successful setup, returns the kernel version of tioca_common back to the caller.