CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2010/06/26 19:47:36

Modified files:
        sys/dev/pci    : mpii.c files.pci 

Log message:
mpii was modelled very heavily on mpi which means that it inherited a split
of pci specific code and the rest of the driver. in hindsight, this was a
stupid thing to do in mpi since there will only ever be pci based mpi
controllers. the same goes for mpii, but unlink mpi it doesnt have the bus
and generic driver split at the file level, just in the code.

this merges the pci and generic mpii autoconf code so its just mpii
autoconf code. apologies for the files.pci change.

tested by me
ok marco@

Reply via email to