Lines Matching refs:driver
6 They will, when run, create an example skeleton driver
7 for you. You can use this driver as a starting point for
18 At present these scripts also link the newly created driver into
21 a name for the driver.).
24 One for making a real device driver for ISA devices, and
25 one for making a device driver for pseudo devices (e.g. /dev/null).
29 Give them a single argument: the name of the driver.
30 They will use this given name in many places within the driver,
33 The skeleton driver should already link with the kernel
36 runnable and the new driver should be
38 You should simply edit the driver and continue to use
39 'make' (as done in the script) until your driver does what you want.
41 The driver will end up in /sys/i386/isa for the device driver script,
42 and in /sys/dev for the pseudo driver script.