• 大小: 1.48M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-01-29
  • 语言: C/C++
  • 标签: linux  源码  内核  

资源简介

Linux内核源码,学习系统专用。

资源截图

代码片段和文件信息

/*
 * Sony CDU-31A CDROM interface device driver.
 *
 * Corey Minyard (minyard@wf-rch.cirr.com)
 *
 * Colossians 3:17
 *
 * The Sony interface device driver handles Sony interface CDROM
 * drives and provides a complete block-level interface as well as an
 * ioctl() interface compatible with the Sun (as specified in
 * include/linux/cdrom.h).  With this interface CDROMs can be
 * accessed and standard audio CDs can be played back normally.
 *
 * This interface is (unfortunatly) a polled interface.  This is
 * because most Sony interfaces are set up with DMA and interrupts
 * disables.  Some (like mine) do not even have the capability to
 * handle interrupts or DMA.  For this reason you will see a lot of
 * the following:
 *
 *   retry_count = jiffies+ SONY_JIFFIES_TIMEO

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-11-25 12:51  linux\
     目录           0  2017-11-25 12:51  linux\boot\
     文件        9637  2017-11-25 12:51  linux\boot\bootsect.S
     文件        9005  2017-11-25 12:51  linux\boot\head.S
     文件       18558  2017-11-25 12:51  linux\boot\setup.S
     文件        6424  2017-11-25 12:51  linux\CHANGES
     文件        4903  2017-11-25 12:51  linux\config.in
     文件        6141  2017-11-25 12:51  linux\Configure
     文件       18809  2017-11-25 12:51  linux\COPYING
     文件       13732  2017-11-25 12:51  linux\CREDITS
     目录           0  2017-11-25 12:51  linux\drivers\
     目录           0  2017-11-25 12:51  linux\drivers\block\
     文件        8149  2017-11-25 12:51  linux\drivers\block\blk.h
     文件       52955  2017-11-25 12:51  linux\drivers\block\cdu31a.c
     文件       37204  2017-11-25 12:51  linux\drivers\block\floppy.c
     文件        6383  2017-11-25 12:51  linux\drivers\block\genhd.c
     文件       18931  2017-11-25 12:51  linux\drivers\block\hd.c
     文件       12142  2017-11-25 12:51  linux\drivers\block\ll_rw_blk.c
     文件        1315  2017-11-25 12:51  linux\drivers\block\Makefile
     文件       26200  2017-11-25 12:51  linux\drivers\block\mcd.c
     文件        4549  2017-11-25 12:51  linux\drivers\block\ramdisk.c
     文件        8049  2017-11-25 12:51  linux\drivers\block\README.sbpcd
     文件       85293  2017-11-25 12:51  linux\drivers\block\sbpcd.c
     文件       24251  2017-11-25 12:51  linux\drivers\block\xd.c
     目录           0  2017-11-25 12:51  linux\drivers\char\
     文件        5486  2017-11-25 12:51  linux\drivers\char\atixlmouse.c
     文件        5697  2017-11-25 12:51  linux\drivers\char\busmouse.c
     文件       51500  2017-11-25 12:51  linux\drivers\char\console.c
     文件       20638  2017-11-25 12:51  linux\drivers\char\defkeymap.c
     文件       10997  2017-11-25 12:51  linux\drivers\char\defkeymap.map
     文件         165  2017-11-25 12:51  linux\drivers\char\diacr.h
............此处省略564个文件信息

评论

共有 条评论