011181ac3e
IOCTLS. Implement ATABUSIORESET, which will reset the given ATA bus.
19 lines
592 B
Plaintext
19 lines
592 B
Plaintext
# $NetBSD: majors,v 1.10 2004/08/01 21:40:41 bouyer Exp $
|
|
#
|
|
# Device majors for Machine-Independent drivers.
|
|
#
|
|
# Majors 0-143 are reserved for machine-dependent drivers and
|
|
# for traditional machine-specific MI driver major mapping.
|
|
#
|
|
# Majors 144-159 are reserved for local/vendor use.
|
|
#
|
|
# Majors 160-255 are used for the MI drivers.
|
|
|
|
device-major crypto char 160 crypto
|
|
device-major pf char 161 pf
|
|
device-major vinum char 162 block 162 vinum
|
|
device-major fss char 163 block 163 fss
|
|
device-major pps char 164 pps
|
|
device-major ptm char 165 pty
|
|
device-major atabus char 166 atabus
|