]> git.proxmox.com Git - qemu.git/blobdiff - hw/e1000_hw.h
usb: Pass the packet to the device's handle_control callback
[qemu.git] / hw / e1000_hw.h
index 0e90e315fb99d91a7bd36bda0dd4ebd1185fb722..9bd8a4bdfde7fe412d8ede9aac89057cf4021ec1 100644 (file)
@@ -13,8 +13,7 @@
   more details.
 
   You should have received a copy of the GNU General Public License along with
-  this program; if not, write to the Free Software Foundation, Inc.,
-  51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
+  this program; if not, see <http://www.gnu.org/licenses/>.
 
   The full GNU General Public License is included in this distribution in
   the file called "COPYING".
@@ -734,7 +733,7 @@ struct e1000_rx_desc {
     uint16_t special;
 };
 
-/* Receive Decriptor bit definitions */
+/* Receive Descriptor bit definitions */
 #define E1000_RXD_STAT_DD       0x01    /* Descriptor Done */
 #define E1000_RXD_STAT_EOP      0x02    /* End of Packet */
 #define E1000_RXD_STAT_IXSM     0x04    /* Ignore checksum */