You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
585 B
26 lines
585 B
18 years ago
|
|
||
|
# cd-rom
|
||
|
REGISTER scsi/.*/cd MKOLDCOMPAT
|
||
|
UNREGISTER scsi/.*/cd RMOLDCOMPAT
|
||
|
|
||
|
# cd-writer and scanning
|
||
|
REGISTER scsi/.*/generic MKOLDCOMPAT
|
||
|
UNREGISTER scsi/.*/generic RMOLDCOMPAT
|
||
|
|
||
|
# parport printers
|
||
|
REGISTER printers/.* MKOLDCOMPAT
|
||
|
UNREGISTER printers/.* RMOLDCOMPAT
|
||
|
|
||
|
# anything usb related
|
||
|
REGISTER usb/.* MKOLDCOMPAT
|
||
|
UNREGISTER usb/.* RMOLDCOMPAT
|
||
|
|
||
|
# most misc stuff is used by tiny non devfs aware programs
|
||
|
REGISTER misc/.* MKOLDCOMPAT
|
||
|
UNREGISTER misc/.* RMOLDCOMPAT
|
||
|
|
||
|
# the same applies for the framebuffer devices
|
||
|
REGISTER fb/.* MKOLDCOMPAT
|
||
|
UNREGISTER fb/.* RMOLDCOMPAT
|
||
|
|