CHAPTER 9 Adding Hardware
The next step is to get the system to recognize the device driver. If you touch the file /reconfigure, e.g.:
# touch /reconfigure
then when the system is rebooted it will reconfigure the kernel, as discussed in the chapter on Kernel Configuration.
Now you can shutdown the system, power it off, add the new hardware, and then boot new system. You will want to be sure to power on the peripheral devices before the CPU to insure that the system will recognize the peripherals.
If you did not create the /reconfigure file you can still reconfigure the kernel during the boot process by booting with the -r (reconfigure) option to the PROM boot command, i.e.:
ok boot -r
The kernel will then recognize the new drivers during the boot process and create the necessary device entries in /devices for the attached hardware using the drvconfig command.
You can examine the currently loaded device driver list with the -i option to the sysdef command.This will output several pages of information including the list of tunable parameters for the kernel shown in the last section.