#
dcb4b80d |
| 27-Nov-2013 |
Sascha Wildner <saw@online.de> |
kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
It removes the need to regenerate those header file after first editing the associated list of IDs (miidevs, pccarddevs or pcidevs)
kernel: Generate miidevs.h, pccarddevs.h and pcidevs.h on the fly.
It removes the need to regenerate those header file after first editing the associated list of IDs (miidevs, pccarddevs or pcidevs). After this commit, editing the list alone is enough to add IDs.
We already did it like that for usb4bsd's usbdevs.h before. This commit adjusts things for the remaining ID lists.
show more ...
|
#
5b22f1a7 |
| 29-Jul-2010 |
Samuel J. Greear <sjg@thesjg.com> |
kernel - Remove kevent subsystem from under mplock
* Create a global token for the kevent subsystem to operate under
* Push klist insertion and removal into knote_insert()/knote_remove()
* Rename
kernel - Remove kevent subsystem from under mplock
* Create a global token for the kevent subsystem to operate under
* Push klist insertion and removal into knote_insert()/knote_remove()
* Rename struct selinfo to struct kqinfo
show more ...
|