From 72a706535198b1e8c76d0f1cda93804412d64133 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Fri, 30 Apr 1993 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1993-04-30 --- pc/devfloppy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/devfloppy.c b/pc/devfloppy.c index 0833c80f2c61af57d3775683ac6081931e085296..305bfa543b200e863526a9bab0885c0807643afa 100644 --- a/pc/devfloppy.c +++ b/pc/devfloppy.c @@ -109,8 +109,8 @@ Type floppytype[] = { "3½DD", T720kb, 512, 9, 2, 1, 80, 0x1B, 0x54, 2, }, { "5¼HD", T1200kb, 512, 15, 2, 1, 80, 0x2A, 0x50, 0, }, { "5¼DD", T1200kb, 512, 9, 2, 2, 40, 0x2A, 0x50, 1, }, + { "ATT3B1", T1200kb, 512, 8, 2, 2, 48, 0x2A, 0x50, 1, }, { "5¼DD", T360kb, 512, 9, 2, 1, 40, 0x2A, 0x50, 2, }, - { "ATT3B1", T360kb, 512, 8, 2, 1, 48, 0x2A, 0x50, 2, }, }; #define NTYPES (sizeof(floppytype)/sizeof(Type))