Timeline



Feb 21, 2015:

2:29 AM WikiStart edited by David Azarewicz
(diff)
2:27 AM WikiStart edited by David Azarewicz
(diff)

Feb 17, 2015:

3:55 AM Changeset [1243] by Lars Erdmann
USBMSD: remove the UF_CHANGELINE unit flag for devices belonging to …
2:33 AM Changeset [1242] by Lars Erdmann
USBMSD: remove UCBF_USBFLP flag and replace with UCBF_CHANGELINEACTIVE …

Feb 13, 2015:

4:58 PM Changeset [1241] by Lars Erdmann
USBMSD: for /MAX_FLOPPY switch, correct indices for …

Feb 12, 2015:

2:14 PM Changeset [1240] by Lars Erdmann
USBMSD: fix max num of cylinders, it's 65536 and not 65535 (65535 is …
11:16 AM Changeset [1239] by Lars Erdmann
USBMSD: need to clip NumCylinders to 65535 as OS/2 interally manages …
10:46 AM Changeset [1238] by Yuri Dario
usbcalls - updates for gcc build.

Feb 11, 2015:

1:54 PM Changeset [1237] by Lars Erdmann
USBMSD: give up on handling FAT16 large floppy media as partitioned …

Feb 10, 2015:

11:18 AM Changeset [1236] by Lars Erdmann
Created branch MSDDirectLargeFloppy.

Feb 9, 2015:

6:14 PM Changeset [1235] by Lars Erdmann
USBMSD: fix minor issue

Feb 8, 2015:

5:35 PM Changeset [1234] by Lars Erdmann
USBMSD: for large floppy virtualization, if end CHS values exceed …

Feb 4, 2015:

9:46 PM Changeset [1233] by Lars Erdmann
USBMSD: add signature 'I13X' also to offset 0x116 of MBR, in …
6:58 PM Changeset [1232] by Lars Erdmann
USBMSD: update LS240 support (as a floppy device in floppy device …

Feb 3, 2015:

7:30 PM Changeset [1231] by Lars Erdmann
USBD: merging Wim's SVN rev 1230
9:03 AM Changeset [1230] by w.m.brul
USBD: fix DEBUG compile error
7:43 AM Changeset [1229] by Lars Erdmann
USBD: move "HubStatusChanged" call to "SetConfCompleted" and only …

Feb 2, 2015:

7:59 AM Changeset [1228] by Lars Erdmann
USBD: for "HubStatusChanged" duplicate the RP_GENIOCTL and USBRB …

Jan 28, 2015:

9:22 PM Changeset [1227] by Lars Erdmann
USBRESMGR, USBCALLS: pick up Wim's latest changes
8:08 AM Changeset [1226] by Lars Erdmann
USBMSD: let partition start at boundary of first track

Jan 26, 2015:

7:27 PM Changeset [1225] by Lars Erdmann
USBMSD: yet another fix for supporting FAT16 large floppy media as …

Jan 24, 2015:

8:18 PM Changeset [1224] by Lars Erdmann
USBMSD: obscure fix for virtualized partition: also return DLAT not …
7:36 PM Changeset [1223] by Lars Erdmann
USBMSD: sector 0, reinit 3 sectors instead of 2 (1536 instead of 1024 …
3:38 PM Changeset [1222] by Lars Erdmann
USBMSD: fix virtualization of sector 0
1:05 PM Changeset [1221] by Lars Erdmann
USBMSD: intermediate checking, large changes, adding virtualization of …

Jan 18, 2015:

7:00 PM Changeset [1220] by w.m.brul
USBCALLS: fix UsbBulkRead for PtPro110

Jan 16, 2015:

5:46 PM Changeset [1219] by Lars Erdmann
USBCOM: bring used trace code in line with what David uses
5:26 PM Changeset [1218] by Lars Erdmann
USBCOM: bring used trace code in line with what David uses

Jan 15, 2015:

6:40 PM Changeset [1217] by David Azarewicz
11.09 interim release
6:39 PM Changeset [1216] by David Azarewicz
USBRESMGR: Merged a fix from Wim EHCI: Fixed a queue management …

Jan 14, 2015:

7:25 AM Changeset [1215] by Lars Erdmann
USBMSD: change sequence of commands issued during device attach (do …

Jan 13, 2015:

7:32 PM Changeset [1214] by Lars Erdmann
USBMSD: back out SVN rev 1212
6:45 PM Changeset [1213] by Lars Erdmann
USBMSD: update some comments in "APMService" (regarding what commands …
9:22 AM Changeset [1212] by w.m.brul
USBMSD: prepare fake disk only for larger/newer fat file systems

Jan 12, 2015:

8:35 PM Changeset [1211] by Lars Erdmann
USBMSD: back out initial device reset that was added in SVN rev 1209 …

Jan 6, 2015:

8:37 PM Changeset [1210] by Lars Erdmann
USBMSD: change tracing for "FinishSense" to show full sense info as …

Jan 3, 2015:

8:17 AM Changeset [1209] by Lars Erdmann
USBMSD: add an initial device (and endpoint) reset to the initial …

Jan 2, 2015:

2:42 PM Changeset [1208] by Lars Erdmann
USBMSD: on attach, read sense data as first thing to do (in order to …

Dec 29, 2014:

9:52 AM Changeset [1207] by Lars Erdmann
USBD: reintroducing change (in command, request 64 bytes when …

Dec 23, 2014:

7:50 PM Changeset [1206] by Lars Erdmann
USBD,USBHID: rework handling of stalled pipe: make sure we continue on …
11:55 AM Changeset [1205] by Lars Erdmann
USBMSD: add tracing for status notification (for all protocols), …

Dec 22, 2014:

1:13 PM Changeset [1204] by Lars Erdmann
USBMSD: reordering command lists (msddata.c), put most used commands …
9:52 AM Changeset [1203] by Lars Erdmann
USBMSD: use spinlock instead of mutex for device entries list (in …

Dec 21, 2014:

10:08 PM Ticket #81 (USB attached Mouse & keyboard work randomly) reopened by Barry Landy
5:06 PM Changeset [1202] by Lars Erdmann
USBD: move "SuppressProcessing" call back in front of client …

Dec 20, 2014:

9:32 PM Changeset [1201] by Lars Erdmann
USBD: on client notification, move the 50 ms delay into the client …

Dec 19, 2014:

9:10 PM Changeset [1200] by Lars Erdmann
USBMSD: completely update the command table, remove chained command …
3:06 PM Ticket #81 (USB attached Mouse & keyboard work randomly) closed by Lars Erdmann
invalid: Please report issues with the 11.xx versions on the Arca Noae bug …

Dec 18, 2014:

8:23 PM Changeset [1199] by Lars Erdmann
USBMSD: change sequence of attach processing (msddata.c), change …

Dec 17, 2014:

12:01 PM Ticket #81 (USB attached Mouse & keyboard work randomly) created by Barry Landy
Running ECS21 with all the latest drivers from Arca Noae, especially …

Dec 16, 2014:

7:20 PM Changeset [1198] by Lars Erdmann
USBMSD: completely removing the "/CHS" and "/MS10_OFF" switches: the …
7:16 PM Changeset [1197] by Lars Erdmann
USBD: increase the hub recovery waittime and the insertion delay time, …
6:53 PM Changeset [1196] by Lars Erdmann
USBD: on initial read of device descriptor, only read the initial …
6:41 PM Changeset [1195] by Lars Erdmann
USBMSD: completely removing the "/REMOVABLE_AS_FLOPPY" and …

Dec 15, 2014:

7:55 PM Changeset [1194] by Lars Erdmann
USBMSD: readd querying flexible disk page but just to get the motor on …

Dec 13, 2014:

8:44 PM Changeset [1193] by Lars Erdmann
USBMSD: remove "FinishGeometry" (querying geometry directly from the …

Dec 12, 2014:

8:45 PM Changeset [1192] by Lars Erdmann
USBMSD: rename EBR to VBR (wrong naming), generate unique …

Dec 10, 2014:

8:35 AM Ticket #61 (Cannot read magnetic stripe cards using industry-standard card reader) closed by David Azarewicz
duplicate: Moved to the Arca Noae bug tracker …

Dec 7, 2014:

8:47 PM Changeset [1191] by Lars Erdmann
USBMSD: make overall number of fake sectors be a multiple of (NumHeads
7:43 PM Changeset [1190] by Lars Erdmann
USBMSD: extend large floppy handling also to FAT16 formatted devices, …

Dec 3, 2014:

8:34 AM Changeset [1189] by Lars Erdmann
USBMSD: to keep original LVM happy, compute end of partition to …

Dec 2, 2014:

7:39 AM Changeset [1188] by Lars Erdmann
USBMSD: intermediate check-in: compute device/media geometry so that …

Nov 30, 2014:

1:39 PM Changeset [1187] by Lars Erdmann
USBMSD: support writes to fake MBR and fake DLAT, do NOT increase …
12:30 AM WikiStart edited by David Azarewicz
(diff)

Nov 29, 2014:

4:10 PM Changeset [1186] by Lars Erdmann
USBMSD: fix problem with LVM writing updated DLAT to the wrong …
3:51 PM Changeset [1185] by Lars Erdmann
USBMSD: first "proof of concept" version for large floppy (Windows USB …

Nov 27, 2014:

7:02 PM Changeset [1184] by Lars Erdmann
USBPRT: fixing typo
Note: See TracTimeline for information about the timeline view.