• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/cdrom/

Lines Matching defs:to

16      along with this program; if not, write to the Free Software
23 do_cm206_request, happened to cancel!
27 small bugs to be found... Larger buffer.
36 Hard to choose between v1.2 development and 1.1.75.
44 assigned to this driver.
51 15 may 1995: 0.31 More work on audio stuff. Workman is not easy to
56 able to eject and substitute another disc.
66 We jump to reach our goal: version 1.0 in the next stable linux kernel.
75 of cm206_open() and cm206_ioctl() is transferred to a
78 Upgrade to Linux kernel 1.3.78.
80 11 apr 1996 0.98 Upgrade to Linux kernel 1.3.85
81 More code moved to cdrom.c
83 0.99 Some more small changes to decrease number
87 to 2.0.7 seems to have introduced some weird behavior
89 seems to be woken without any explicit wake_up in my own
90 code. Patch to try 100x in case such untriggered wake_up's
94 using a fifo to store echoed bytes.
98 0.99.1.0 Update to kernel release 2.0.10 dev_t -> kdev_t
103 changed from float (2.0) to int (2); Cli()-sti() pair
108 have to do mainly with the poor minor support i had. The
109 major new concept is to change a cdrom driver's
117 0.99.1.4 Added speed selection (someone had to do this
129 2 feb 1997 0.102 Added `volatile' to values in cm206_struct. Seems to
131 to use fixed delays between polls.
137 statements to lower priority. Implemented select_speed()
147 14 sep 1997 1.2 Upgrade to Linux 2.1.55. Added blksize_size[], patch
150 21 dec 1997 1.4 Upgrade to Linux 2.1.72.
163 * be able to find them.
165 * The cm206 drive interface and the cm260 adapter card seem to be
167 * in order to write a complete new driver.
169 * I call all routines connected to the Linux kernel something
209 /* This variable defines whether or not to probe for adapter base port
232 #define DSB_TIMEOUT (7*HZ) /* time for the slowest command to finish */
269 int command; /* command to be written to the uart */
349 much care has to be taken in reading out the registers in the right
351 uart_receive must be read, and then the line status again to
352 de-assert the interrupt line. It took me a couple of hours to find
355 The function reset_cm206 appears to cause an interrupt, because
358 as there seems so reason for this to happen.
398 /* ready to issue a write command? */
426 /* couldn't see why this interrupt, maybe due to init */
456 debug(("going to sleep\n"));
542 cd->dsb = wait_dsb(); /* wait for command to finish */
558 * often, because it tends to generate `lost interrupts.' */
598 if (e == 0xff) { /* this seems to happen often */
620 /* This function starts to read sectors in adapter memory, the
623 struct to indicate the process. */
689 /* The function of bottom-half is to send a stop command to the drive
691 we can't go to sleep! The variable cd->background gives the status:
892 seem to have a get_toc (table-of-contents) function, while i'm
895 strategy. All track starts that happen to be found are stored in
904 /* seek seeks to address lba. It does wait to arrive there. */
1027 static void play_from_to_track(int from, int to)
1039 update_toc_entry(to + 1);
1043 cd->toc[to + 1].fsm[i];
1045 PLAY_TO.track = to;
1107 /* Audio ioctl. Ioctl commands connected to audio are in such an
1360 port to probe specifically, or 0 which means span all possible
1363 Linus says it is too dangerous to use writes for probing, so we
1366 likely enough to accept the region on the first hit...
1425 /* Now we have found the adaptor card, try to reset it. As we have
1461 printk("\nUnable to reserve IRQ---aborted\n");