17e9db9eaSCornelia HuckWhat:		/sys/bus/css/devices/.../type
27e9db9eaSCornelia HuckDate:		March 2008
37e9db9eaSCornelia HuckContact:	Cornelia Huck <cornelia.huck@de.ibm.com>
47e9db9eaSCornelia Huck		linux-s390@vger.kernel.org
57e9db9eaSCornelia HuckDescription:	Contains the subchannel type, as reported by the hardware.
67e9db9eaSCornelia Huck		This attribute is present for all subchannel types.
77e9db9eaSCornelia Huck
87e9db9eaSCornelia HuckWhat:		/sys/bus/css/devices/.../modalias
97e9db9eaSCornelia HuckDate:		March 2008
107e9db9eaSCornelia HuckContact:	Cornelia Huck <cornelia.huck@de.ibm.com>
117e9db9eaSCornelia Huck		linux-s390@vger.kernel.org
127e9db9eaSCornelia HuckDescription:	Contains the module alias as reported with uevents.
137e9db9eaSCornelia Huck		It is of the format css:t<type> and present for all
147e9db9eaSCornelia Huck		subchannel types.
157e9db9eaSCornelia Huck
167e9db9eaSCornelia HuckWhat:		/sys/bus/css/drivers/io_subchannel/.../chpids
177e9db9eaSCornelia HuckDate:		December 2002
187e9db9eaSCornelia HuckContact:	Cornelia Huck <cornelia.huck@de.ibm.com>
197e9db9eaSCornelia Huck		linux-s390@vger.kernel.org
207e9db9eaSCornelia HuckDescription:	Contains the ids of the channel paths used by this
217e9db9eaSCornelia Huck		subchannel, as reported by the channel subsystem
227e9db9eaSCornelia Huck		during subchannel recognition.
23*54a19b4dSMauro Carvalho Chehab
247e9db9eaSCornelia Huck		Note: This is an I/O-subchannel specific attribute.
257e9db9eaSCornelia HuckUsers:		s390-tools, HAL
267e9db9eaSCornelia Huck
277e9db9eaSCornelia HuckWhat:		/sys/bus/css/drivers/io_subchannel/.../pimpampom
287e9db9eaSCornelia HuckDate:		December 2002
297e9db9eaSCornelia HuckContact:	Cornelia Huck <cornelia.huck@de.ibm.com>
307e9db9eaSCornelia Huck		linux-s390@vger.kernel.org
317e9db9eaSCornelia HuckDescription:	Contains the PIM/PAM/POM values, as reported by the
327e9db9eaSCornelia Huck		channel subsystem when last queried by the common I/O
3325985edcSLucas De Marchi		layer (this implies that this attribute is not necessarily
347e9db9eaSCornelia Huck		in sync with the values current in the channel subsystem).
35*54a19b4dSMauro Carvalho Chehab
367e9db9eaSCornelia Huck		Note: This is an I/O-subchannel specific attribute.
377e9db9eaSCornelia HuckUsers:		s390-tools, HAL
38ebc3d179SCornelia Huck
39ebc3d179SCornelia HuckWhat:		/sys/bus/css/devices/.../driver_override
40ebc3d179SCornelia HuckDate:		June 2019
41ebc3d179SCornelia HuckContact:	Cornelia Huck <cohuck@redhat.com>
42ebc3d179SCornelia Huck		linux-s390@vger.kernel.org
43ebc3d179SCornelia HuckDescription:	This file allows the driver for a device to be specified. When
44ebc3d179SCornelia Huck		specified, only a driver with a name matching the value written
45ebc3d179SCornelia Huck		to driver_override will have an opportunity to bind to the
46ebc3d179SCornelia Huck		device. The override is specified by writing a string to the
47ebc3d179SCornelia Huck		driver_override file (echo vfio-ccw > driver_override) and
48ebc3d179SCornelia Huck		may be cleared with an empty string (echo > driver_override).
49ebc3d179SCornelia Huck		This returns the device to standard matching rules binding.
50ebc3d179SCornelia Huck		Writing to driver_override does not automatically unbind the
51ebc3d179SCornelia Huck		device from its current driver or make any attempt to
52ebc3d179SCornelia Huck		automatically load the specified driver.  If no driver with a
53ebc3d179SCornelia Huck		matching name is currently loaded in the kernel, the device
54ebc3d179SCornelia Huck		will not bind to any driver.  This also allows devices to
55ebc3d179SCornelia Huck		opt-out of driver binding using a driver_override name such as
56ebc3d179SCornelia Huck		"none".  Only a single driver may be specified in the override,
57ebc3d179SCornelia Huck		there is no support for parsing delimiters.
58*54a19b4dSMauro Carvalho Chehab
59ebc3d179SCornelia Huck		Note that unlike the mechanism of the same name for pci, this
60ebc3d179SCornelia Huck		file does not allow to override basic matching rules. I.e.,
61ebc3d179SCornelia Huck		the driver must still match the subchannel type of the device.
62