~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/net/sis190.c

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
93
93
        IntrStatus              = 0x20,
94
94
        IntrMask                = 0x24,
95
95
        IntrControl             = 0x28,
96
 
        IntrTimer               = 0x2c, // unused (Interupt Timer)
 
96
        IntrTimer               = 0x2c, // unused (Interrupt Timer)
97
97
        PMControl               = 0x30, // unused (Power Mgmt Control/Status)
98
98
        rsv2                    = 0x34, // reserved
99
99
        ROMControl              = 0x38,
234
234
        RxSizeMask      = 0x0000ffff
235
235
        /*
236
236
         * The asic could apparently do vlan, TSO, jumbo (sis191 only) and
237
 
         * provide two (unused with Linux) Tx queues. No publically
 
237
         * provide two (unused with Linux) Tx queues. No publicly
238
238
         * available documentation alas.
239
239
         */
240
240
};