iwm_fd.c | 219 /* IWM floppy disk controller */ 220 CFATTACH_DECL_NEW(iwm, sizeof(iwm_softc_t), 265 /*** Configure the IWM controller ***/ 270 * Is the IWM chip present? Here, *aux is a ptr to struct confargs 276 * While here, map the machine-dependent physical IO address of IWM 280 * SWIM does not support the IWM register set used by this driver 340 printf("IWM or original SWIM not found.\n"); 352 * The IWM is present, initialize it. Then look up the connected drives 359 iwm_softc_t *iwm; local in function:iwm_attach 363 iwm = device_private(self) 437 iwm_softc_t *iwm; local in function:fd_attach 532 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdopen 664 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local in function:fdclose 708 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local in function:fdioctl 858 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); local in function:fdstrategy 1149 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdstart_Read 1263 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdstart_Flush 1392 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:fdstart_IOErr 1755 iwm_softc_t *iwm = device_lookup_private(&iwm_cd, 0); \/* XXX *\/ local in function:seek [all...] |