In article <1992Aug26.125143.17176@murdoch.acc.Virginia.EDU> fh8n@uvacs.cs.Virginia.EDU (Frank Houston) writes:I feel that I should warn everyone that DAK is in Chapter 11. For those of you overseas, this means that they have filed for protection from their creditors because they are unable to pay all of their bills, and Chapter 11 means that they want some breathing room so that they can (hopefully) get things reorganized and get their cash flow situation under control. The upshot is that it may take a long time for you to get any merchandise, and if they really go belly-up, you may never get your merchandise. It would be wise to pay by credit card if you purchase anything from them. The CDROM code that exists for linux now can be neatly divided into two parts. One part is the SCSI code to read the drive, and the second part is the filesystem. The filesystem itself should work with any block device, and in principle one could have the iso9660 filesystem on a hard disk or a floppy disk. The only device specific code in the filesystem is something to check and see if the disc has been changed, and this currently tests for major==11. The filesystem itself calls a function in the SCSI CDROM code to actually determine if the disc has been changed or not. The upshot is that all you would need to do is come up with a device driver for whatever type of interface is being used. The problem is that you need to know how to program the interface, so if it is proprietary you might as well forget it. Also, I would want to make sure that a secondary device/interface is actually becoming a standard before it would make sense to try and support it. If each of these really cheap drives all use a different interface, I would suggest spending the extra money for a SCSI drive. Some people have guessed that some of the cheap CDROM drives out there are actually on an IDE bus (this guess is based upon the connector), but I have not heard anything definite. I do not know if a IDE(?) CDROM can use the same controller as the hard disk. -Eric
| Arjan van de Ven | Re: LSM conversion to static interface [revert patch] |
| jmerkey | [ANNOUNCE] mdb: Merkey's Linux Kernel Debugger 2.6.27-rc4 released |
| Constantine A. Murenin | Fwd: That whole "Linux stealing our code" thing |
| S K | cpufreq doesn't seem to work in Intel Q9300 |
git: | |
| Eyvind Bernhardsen | Re: git on MacOSX and files with decomposed utf-8 file names |
| Ken Pratt | pack operation is thrashing my server |
| Jon Smirl | ! [rejected] master -> master (non-fast forward) |
| Alex Riesen | Re: How-to combine several separate git repos? |
| Brian | Suggested PF Setup when using BitTorrent? |
| Juan Miscaro | When will OpenBSD support UTF8? |
| Richard Stallman | Real men don't attack straw men |
| xavier brinon | google team and the DIY way of life |
| Mark Lord | Re: 2.6.25-rc8: FTP transfer errors |
| Pavel Emelyanov | [PATCH 1/14][NETNS]: Introduce the net-subsys id generator. |
| Ron Rindjunsky | Re: Linux Wireless Mini-Summit -- Ottawa -- July 22, 2008 |
| jamal | RE: [PATCH 2/3][NET_BATCH] net core use batching |
