/titanic_44/usr/src/uts/sun/io/ |
H A D | fd.c | 111 #define KIOIP KSTAT_INTR_PTR(fdc->c_intrstat) 182 static int fd_attach_check_drive(struct fdctlr *fdc); 183 static int fd_attach_det_ctlr(dev_info_t *dip, struct fdctlr *fdc); 184 static int fd_attach_map_regs(dev_info_t *dip, struct fdctlr *fdc); 185 static int fd_attach_register_interrupts(dev_info_t *dip, struct fdctlr *fdc, 189 static int fdcheckdisk(struct fdctlr *fdc, int unit); 191 static void fd_cleanup(dev_info_t *dip, struct fdctlr *fdc, int hard, 194 static int fdexec(struct fdctlr *fdc, int flags); 195 static void fdexec_turn_on_motor(struct fdctlr *fdc, int flags, uint_t unit); 196 static int fdformat(struct fdctlr *fdc, int unit, int cyl, int hd); [all …]
|
/titanic_44/usr/src/uts/sun/sys/ |
H A D | fdreg.h | 156 #define Msr(fdc) ddi_get8(fdc->c_handlep_cont, \ argument 157 ((uint8_t *)fdc->c_control)) 158 #define Dsr(fdc, val) ddi_put8(fdc->c_handlep_cont, \ argument 159 ((uint8_t *)fdc->c_control),\ 161 #define Dir(fdc) ddi_get8(fdc->c_handlep_cont, \ argument 162 ((uint8_t *)fdc->c_dir)) 163 #define Fifo(fdc) ddi_get8(fdc->c_handlep_cont, \ argument 164 ((uint8_t *)fdc->c_fifo)) 165 #define Set_Fifo(fdc, val) ddi_put8(fdc->c_handlep_cont, \ argument 166 ((uint8_t *)fdc->c_fifo), \ [all …]
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | fdlist.c | 61 struct fd_lst *fdc, *fdnew; in fd_add() local 63 fdc = fdlist; in fd_add() 65 while (fdc != NULL) { in fd_add() 67 if (fdc->fd[i] == -1) { in fd_add() 68 fdc->fd[i] = fd; in fd_add() 69 fdc->fds[i] = fds; in fd_add() 73 fdc = fdc->next; in fd_add() 99 struct fd_lst *fdc = fdlist; in fd_rem() local 101 while (fdc != NULL) { in fd_rem() 103 if (fdc->fd[i] == fd) { in fd_rem() [all …]
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | driver-i86pc-platform.mf | 53 driver name=fdc 58 file path=kernel/drv/$(ARCH64)/fdc group=sys 63 file path=kernel/drv/fdc.conf group=sys
|
H A D | system-header-header-storage.mf | 53 file path=usr/include/sys/fdc.h
|
H A D | system-kernel-platform.mf | 1253 link path=usr/share/man/man7d/fdc.7d target=fd.7d
|
/titanic_44/usr/src/uts/intel/fdc/ |
H A D | Makefile | 42 MODULE = fdc
|
/titanic_44/usr/src/cmd/hal/probing/volume/ |
H A D | probe-volume.c | 433 int fdc; in main() local 508 if (ioctl(rfd, FDGETCHANGE, &fdc) == 0) { in main() 510 if (fdc & FDGC_CURRENT) { in main()
|
/titanic_44/usr/src/man/man7d/ |
H A D | Makefile | 242 fdc.7d \ 266 fdc.7d := LINKSRC = fd.7d
|
/titanic_44/usr/src/uts/intel/os/ |
H A D | master | 125 PNP0700 fdc oth all none "PC standard floppy disk controller" 126 PNP0701 fdc oth all none "Standard floppy controller supporting MS Device Bay Spec" 201 ISY0050 fdc oth all fdc.bef "Floppy disk controller"
|
/titanic_44/usr/src/uts/intel/ |
H A D | Makefile.intel | 243 DRV_KMODS += fdc
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | Makefile | 48 fdc.h \
|
/titanic_44/usr/src/uts/common/ |
H A D | Makefile.files | 1001 FDC_OBJS += fdc.o
|
/titanic_44/usr/src/data/hwdata/ |
H A D | usb.ids | 1616 0fdc Floppy 14658 0fdc Micro Plus
|
H A D | pci.ids | 17880 1028 1fdc Express Flash PM1725a 6.4TB SFF
|
/titanic_44/ |
H A D | .gitignore | 8198 usr/src/man/man7d/fdc.7d
|