How I went about reverting this update...
https://forums.macrumors.com/posts/7042792/
As well as a full drive image, you can also pull the mentioned kernel extensions from a time machine backup (from a date previous to when you did the update.)
(The following should be done AT YOUR OWN RISK...)
using 'terminal' cd into the directory on your backup containing the old extensions. For example:
Code:
cd /Volumes/TMDrive/Backups.backupdb/My_MBP/2008-12-28-183230/Macintosh\ HD/System/Library/Extensions
Then, for each of the listed extensions, execute a line similar to:
Code:
cp -pRv EXTENSION_NAME /System/Library/Extensions/
(cp -pRv: copy, preserve file attributes, recurse, verbose)
Run that command once for each extension name listed in the linked thread, and replace "EXTENSION_NAME" with the extension name.
DISCLAIMER: If these instructions are confusing or scary, please don't follow them. It would be trivial to screw up your OS install messing with kernel extensions!