There is a big difference between floppy the device numbers on linux and on minix. In particular linux has fd0 as 0x208 while minix uses 0x200. ie. linux /dev/fd0 == minix /dev/fd0-dshd5in The following patch will keep linux from using 0x200, which it doesn't know about and instead use 0x208 and 0x21c. Apply this after all other patches. pmacdona@sol.uvic.ca *** shoe.c.bad Thu Nov 7 08:43:30 1991 --- shoe.c Thu Nov 7 08:52:27 1991 *************** *** 638,646 **** longjmp(errjmp, 1);*/ unsigned *myptr = (unsigned int *) (&((char *) bp)[508]); char *myroot = getenvs(SaveConfigPtr,"rootdev"); ! if (strcmp(myroot,"bootdev")) ! *myptr = atoi(myroot); ! else *myptr = 0; if (*myptr == 0) { if (diskcode) --- 638,645 ---- longjmp(errjmp, 1);*/ unsigned *myptr = (unsigned int *) (&((char *) bp)[508]); char *myroot = getenvs(SaveConfigPtr,"rootdev"); ! *myptr = atoi(myroot); ! if (0x200 == *myptr) *myptr = 0; if (*myptr == 0) { if (diskcode)
| Jesse Barnes | Re: PCI probing changes |
| Borislav Petkov | [PATCH] [KERNEL-DOC] kill warnings when building mandocs |
| Greg Kroah-Hartman | [PATCH 012/196] nozomi driver |
| Roland Dreier | Re: Integration of SCST in the mainstream Linux kernel |
git: | |
| Herbert Xu | Re: [PATCH] pkt_sched: Destroy gen estimators under rtnl_lock(). |
| Gerrit Renker | [PATCH 27/37] dccp: Integration of dynamic feature activation - part 2 (server side) |
| Linus Torvalds | Re: [GIT]: Networking |
| Frans Pop | svc: failed to register lockdv1 RPC service (errno 97). |
