ppc(4freebsd)


NAME

     ppc --- Parallel Port Chipset driver

SYNOPSIS

     device ppc

     In /boot/device.hints:
     hint.ppc.0.at="isa"
     hint.ppc.0.irq="7"

     For one or more PPBUS busses:
     device ppbus

DESCRIPTION

     The ppc driver provides low level support to various parallel port
     chipsets for the ppbus(4) system.

     During the probe phase, ppc detects parallel port chipsets and
     initializes private data according to their operating mode: COMPATIBLE,
     NIBBLE, PS/2, EPP, ECP and other mixed modes.  If a mode is provided at
     startup through the flags variable of the boot interface, the operating
     mode of the chipset is forced according to flags and the hardware
     supported modes.

     During the attach phase, ppc allocates a ppbus structure, initializes it
     and calls the ppbus attach function.

   Supported flags
       bits 0-3: chipset forced mode(s)

       PPB_COMPATIBLE  0x0     /* Centronics compatible mode */
       PPB_NIBBLE      0x1     /* reverse 4 bit mode */
       PPB_PS2         0x2     /* PS/2 byte mode */
       PPB_EPP         0x4     /* EPP mode, 32 bit */
       PPB_ECP         0x8     /* ECP mode */

       And any mixed values.

       bit 4: EPP protocol (0 EPP 1.9, 1 EPP 1.7)

       bit 5: activate IRQ (1 IRQ disabled, 0 IRQ enabled)

       bit 6: disable chipset specific detection

       bit 7: disable FIFO detection

   Supported chipsets
     Some parallel port chipsets are explicitly supported: detection and
     initialisation code has been written according to their datasheets.

       *   SMC FDC37C665GT and FDC37C666GT chipsets

       *   Natsemi PC873xx-family (PC87332 and PC87306)

       *   Winbond W83877xx-family (W83877F and W83877AF)

       *   SMC-like chipsets with mixed modes (see ppbus(4))

   Adding support to a new chipset
     You may want to add support for the newest chipset your motherboard was
     sold with.  For the ISA bus, just retrieve the specs of the chipset and
     write the corresponding ppc_mychipset_detect() function.  Then add an
     entry to the general purpose ppc_detect() function.

     Your ppc_mychipset_detect() function should ensure that if the mode field
     of the flags boot variable is not null, then the operating mode is forced
     to the given mode and no other mode is available and ppb->ppb_avm field
     contains the available modes of the chipset.

SEE ALSO

     ppbus(4), ppi(4), device.hints(5)

HISTORY

     The ppc manual page first appeared in FreeBSD 3.0.

AUTHORS

     This manual page was written by Nicolas Souchu.

BUGS

     The chipset detection process may corrupt your chipset configuration.
     You may disable chipset specific detection by using the above flags.





Opportunity


Personal Opportunity - Free software gives you access to billions of dollars of software at no cost. Use this software for your business, personal use or to develop a profitable skill. Access to source code provides access to a level of capabilities/information that companies protect though copyrights. Open source is a core component of the Internet and it is available to you. Leverage the billions of dollars in resources and capabilities to build a career, establish a business or change the world. The potential is endless for those who understand the opportunity.

Business Opportunity - Goldman Sachs, IBM and countless large corporations are leveraging open source to reduce costs, develop products and increase their bottom lines. Learn what these companies know about open source and how open source can give you the advantage.





Free Software


Free Software provides computer programs and capabilities at no cost but more importantly, it provides the freedom to run, edit, contribute to, and share the software. The importance of free software is a matter of access, not price. Software at no cost is a benefit but ownership rights to the software and source code is far more significant.


Free Office Software - The Libre Office suite provides top desktop productivity tools for free. This includes, a word processor, spreadsheet, presentation engine, drawing and flowcharting, database and math applications. Libre Office is available for Linux or Windows.





Free Books


The Free Books Library is a collection of thousands of the most popular public domain books in an online readable format. The collection includes great classical literature and more recent works where the U.S. copyright has expired. These books are yours to read and use without restrictions.


Source Code - Want to change a program or know how it works? Open Source provides the source code for its programs so that anyone can use, modify or learn how to write those programs themselves. Visit the GNU source code repositories to download the source.





Education


Study at Harvard, Stanford or MIT - Open edX provides free online courses from Harvard, MIT, Columbia, UC Berkeley and other top Universities. Hundreds of courses for almost all major subjects and course levels. Open edx also offers some paid courses and selected certifications.


Linux Manual Pages - A man or manual page is a form of software documentation found on Linux/Unix operating systems. Topics covered include computer programs (including library and system calls), formal standards and conventions, and even abstract concepts.