Subject: NOTE: config program change
To: None <current-users@sun-lamp.cs.berkeley.edu>
From: Theo Deraadt <deraadt@fsa.ca>
List: current-users
Date: 11/23/1993 19:24:17
The kernel config program has changed slightly. You will need to
	- install a new copy of it
	- reconfig and rebuild your kernels

kern/init_main.c used to initialize pseudo-devices with a whole slew
of these
	#include "sl.h"
	#if NSL > 0
		slattach();
	#endif
The config program now builds a table of pseudo-devices to initialize,
called pdevinit, just like in the magnum branch and in bsd4.4.

 <tdr.

------------------------------------------------------------------------------