Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/vax/conf Use same major for rx floppies for both b ...



details:   https://anonhg.NetBSD.org/src/rev/d768dd6c6eae
branches:  trunk
changeset: 831410:d768dd6c6eae
user:      ragge <ragge%NetBSD.org@localhost>
date:      Thu Mar 29 15:45:15 2018 +0000

description:
Use same major for rx floppies for both b and c devices.
Works around a bug in the mscp disk driver, and solves PR port-vax/26138.

diffstat:

 sys/arch/vax/conf/majors.vax |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 473065102ba9 -r d768dd6c6eae sys/arch/vax/conf/majors.vax
--- a/sys/arch/vax/conf/majors.vax      Thu Mar 29 13:25:11 2018 +0000
+++ b/sys/arch/vax/conf/majors.vax      Thu Mar 29 15:45:15 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: majors.vax,v 1.27 2017/06/22 17:51:22 flxd Exp $
+#      $NetBSD: majors.vax,v 1.28 2018/03/29 15:45:15 ragge Exp $
 #
 # Device majors for vax
 #
@@ -38,7 +38,7 @@
 device-major   ps              char 27                 ps
 device-major   racd            char 28  block 28       racd
 device-major   ad              char 29                 ad
-device-major   rx              char 30  block 12       rx
+device-major   rx              char 30  block 30       rx
 device-major   ik              char 31                 ik
 device-major   rl              char 32  block 14       rl
 device-major   log             char 33



Home | Main Index | Thread Index | Old Index