mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-03 17:11:32 +00:00
open_device: Recognize ar device.
Submitted by: Valery Kotchiev <valery@rudiment.dk>
This commit is contained in:
parent
81c6395691
commit
d505403792
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=80808
@ -84,6 +84,8 @@ open_drive(struct drive *drive, struct proc *p, int verbose)
|
||||
devmajor = 43;
|
||||
else if (bcmp(dname, "md", 2) == 0)
|
||||
devmajor = 95;
|
||||
else if (bcmp(dname, "ar", 2) == 0)
|
||||
devmajor = 157;
|
||||
else if (bcmp(dname, "amrd", 4) == 0) {
|
||||
devmajor = 133;
|
||||
dname += 2;
|
||||
|
Loading…
x
Reference in New Issue
Block a user