Date: Mon, 30 Apr 2018 10:41:15 +0530 From: Lakhan Shiva <lakhanshiva@gmail.com> To: freebsd-hackers@freebsd.org Subject: Convert PCI drivers to be table driven Message-ID: <CAHC0YgenN4XBjSU8x62AohEmhXtoi64zwEzO63Aso4qf=m04MA@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
Hi All, My name is Lakhan Kamireddy. I have been accepted to GSoC for the project to Convert PCI drivers attachments to be table driven. We currently have a devmatch infrastructure that gives us a way to match up hardware with kernel modules. But, for devmatch to use them, they need to have their device ID scans done via a table. The table needs to be decorated with PNP_INFO tag. Here we also need to automate testing of this drivers to make sure they work somehow. You can find my document below -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHC0YgenN4XBjSU8x62AohEmhXtoi64zwEzO63Aso4qf=m04MA>