diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index c70f615b8909..7c39e6282cd6 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.111 2003/02/27 19:22:48 perseant Exp $ +# $NetBSD: GENERIC,v 1.112 2003/03/23 11:02:29 ragge Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.111 $" +#ident "GENERIC-$Revision: 1.112 $" # Here are all different supported CPU types listed. #options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 @@ -226,6 +226,8 @@ dz* at uba? csr 0160100 # DZ-11 dl* at uba? csr 0176500 # DL-11 rlc* at uba? csr 0174400 # RL11/RLV11 controller rl* at rlc? drive? # RL01/RL02 disk drive +rfc0 at uba? csr 0177170 # RX01/02 controller +rf* at rfc? drive? # RX01/RX02 floppy disk drive # MSCP devices mscpbus* at uda? diff --git a/sys/arch/vax/conf/majors.vax b/sys/arch/vax/conf/majors.vax index 9782d93d22b1..91f1df30cc6a 100644 --- a/sys/arch/vax/conf/majors.vax +++ b/sys/arch/vax/conf/majors.vax @@ -1,4 +1,4 @@ -# $NetBSD: majors.vax,v 1.4 2003/01/23 15:07:54 gehenna Exp $ +# $NetBSD: majors.vax,v 1.5 2003/03/23 11:02:29 ragge Exp $ # # Device majors for vax # @@ -79,6 +79,7 @@ device-major wsmux char 74 wsmux device-major clockctl char 75 clockctl device-major systrace char 76 systrace device-major cgd char 77 block 26 cgd +device-major rf char 78 block 27 rf # # block-device-only devices