mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
[dm96xx] Add driver for Davicom DM96xx USB Ethernet NICs
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -164,7 +164,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
||||
#define ERRFILE_ecm ( ERRFILE_DRIVER | 0x006c0000 )
|
||||
#define ERRFILE_ncm ( ERRFILE_DRIVER | 0x006d0000 )
|
||||
#define ERRFILE_usbnet ( ERRFILE_DRIVER | 0x006e0000 )
|
||||
|
||||
#define ERRFILE_dm96xx ( ERRFILE_DRIVER | 0x006f0000 )
|
||||
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
|
||||
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )
|
||||
#define ERRFILE_hermon ( ERRFILE_DRIVER | 0x00720000 )
|
||||
|
||||
@@ -78,6 +78,9 @@ struct usb_setup_packet {
|
||||
/** Class-specific request type */
|
||||
#define USB_TYPE_CLASS ( 1 << 5 )
|
||||
|
||||
/** Vendor-specific request type */
|
||||
#define USB_TYPE_VENDOR ( 2 << 5 )
|
||||
|
||||
/** Request recipient is the device */
|
||||
#define USB_RECIP_DEVICE ( 0 << 0 )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user