# Sample settings file for ata driver
#
# This file should be moved to the directory
# /boot/home/config/settings/kernel/drivers/
#
# the ata driver understands the following options:
#
# global {
#	debug_level_error <1-4>
#	debug_level_info <1-4>
#	debug_level_flow <1-4>
# }
#
# deviceat <busnum> <devicenum> {
#	<device options>
# }
#
# matchdevices {
#	# a device matching all specified fields in a "match" will use the options
#	# in "use"
#	match {
#		bus <busnum>
#		device <devicenum>
#		model <modelstring>
#		serial <serialstring>
#		firmware <firmwarestring>
#	}
#	use {
#		<device options>
#	}
# }
#
# where <device options> can be:
#
# nodma		# never use dma for this device
# forcedma	# use dma for this device even if selected dma mode looks bad
#
#
# example:
#
# deviceat 0 1 {	# bus 0, slave drive, i.e. /dev/disk/ide/ata/0/slave/0/raw
#	nodma
# }
#
# matchdevices {
#	match {
#		# model number (usually displayed by BIOS during boot)
#		model "WDC AC36400L"
#	}
#	use {
#		nodma
#	}
# }
