Customise search page depending on result

You can create a template file in your theme that is used to display search results. It is called search.php. If it does not exist the index.php file is displayed.

At the top of that file, or wherever you want, you can place extra code that queries your special posts (depending on how you saved driver data). You can get the current search query by calling get_query_var( 's' ).