... INTRODUCTION TO DEVICE DRIVERS As the popularity of the Linux system continues to grow, the interest in writing Linux device drivers steadily increases. Most of Linux is independent of the hard- war e ... supported by Linux, somebody somewhere has written a driver to make it work with the system. Without device drivers, there is no func- tioning system. Device drivers ta...
Ngày tải lên: 25/03/2014, 10:48
... (down_interruptible(&dev->sem)) return -ERESTARTSYS; seq_printf(s, "\nDevice %i: qset %i, q %i, sz %li\n", (int) (dev - scull_devices), dev->qset, dev->quantum, dev->size); for (d = dev->data; ... ISBN. For example: Linux Device Drivers, Third Edi- tion, by Jonathan Corbet, Alessandro Rubini, and Greg Kroah-Hartman. Copyright 2005 O’Reilly Media, Inc....
Ngày tải lên: 21/02/2014, 19:20
o'reilly - building internet firewalls 2nd edition
... Simon Cooper & D. Brent Chapman Second Edition, June 2000 ISBN: 1-5 659 2-8 7 1-7 , 890 pages Completely revised and much expanded, the new edition of the highly respected and bestselling ... from dial-up bulletin-board systems, software brought in on floppies from home or other sites, and even software that comes pre-infected from manufacturers are just as common as vi...
Ngày tải lên: 25/03/2014, 10:40
o'reilly - developing asp components 2nd edition
... almost always an in-process (ActiveX DLL) com- ponent, though you can use out-of-process components if you wish. However, ASP is optimized for in-process access of components. As in-process COM+ objects, ... usually created using the apart- ment- or both-threaded model or the new neutral-threaded apartment model. ASP components are not and should not be created using the single-threaded model...
Ngày tải lên: 25/03/2014, 10:41
o'reilly - java network programming 2nd edition
... editions, to: O'Reilly & Associates, Inc. 101 Morris Street Sebastopol, CA 95472 (800) 99 8-9 938 (in the United States or Canada) (707) 82 9-0 515 (international/local) (707) 82 9-0 104 ... address and port you want, and Java handles the low-level details. Java does not support NetWare IPX, Windows NetBEUI, AppleTalk, or other non-IP-based network protocols; but this i...
Ngày tải lên: 25/03/2014, 10:44
o'reilly - mastering regular expressions 2nd edition
... Multiple ranges arefine, so ![0123456789abcdefABCDEF]" can be written as ![ 0-9 a-fA-F]" (or,perhaps, ![A-Fa-f 0-9 ]",since the order in which ranges aregiven doesn’t matter). These last ... character class, the character-class metacharacter - (dash)indicates a range of characters: !<H[ 1-6 ]>" is identical to the previous example. ![ 0-9 ]" and ![a-z]&...
Ngày tải lên: 25/03/2014, 10:50
o'reilly - virtual private networks 2nd edition
... Connection-to-LAN and LAN-to-LAN/LAN-to-WAN implementations of the AltaVista Tunnel are different. The LAN-to-LAN/LAN-to-WAN tunnel configurations are for an enterprise that requires two-way tunnel ... Implementing a LAN-to-LAN Tunnel This configuration features a firewall on each side. 6.4.1.1 Sample configuration In the LAN-to-LAN tunnel configuration shown in Figure 6-1 , LAN 1 is...
Ngày tải lên: 25/03/2014, 10:53
o'reilly - xml pocket reference 2nd edition
... <xsl:strip-space/> <xsl:preserve-space/> <xsl:output/> <xsl:key/> <xsl:decimal-format/> <xsl:namespace-alias/> <xsl:attribute-set> </xsl:attribute-set> ... case-insensitive manner. In addition, ISO-3166 provides extensions for nonstandardized languages or language variants. Valid xml:lang values include notations such as en, en-US,...
Ngày tải lên: 25/03/2014, 10:53
o'reilly - java and xml 2nd edition - brett mclaugblin
... the schema in Example 2-5 , for reasons you will soon understand. Example 2-5 . Additional XML Schema for Example 2-1 Java & XML, 2nd Edition 2 Java & XML, 2nd Edition 30 <?xml ... explanation on its own. Example 2-4 shows the XML Schema constraining Example 2-1 . Example 2-4 . XML Schema constraining Example 2-1 Java & XML, 2nd Ed...
Ngày tải lên: 31/03/2014, 16:55