Changeset 66b628a in mainline for uspace/srv/hw/netif/dp8390/dp8390_port.h
- Timestamp:
- 2011-01-06T23:23:53Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7922dea
- Parents:
- e3fe7df
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hw/netif/dp8390/dp8390_port.h
re3fe7df r66b628a 78 78 #define outw(port, value) pio_write_16((ioport16_t *) (port), (value)) 79 79 80 /* Bits in 'DL_MODE' field of DL requests. */81 #define DL_NOMODE 0x082 #define DL_PROMISC_REQ 0x283 #define DL_MULTI_REQ 0x484 #define DL_BROAD_REQ 0x885 86 80 /** Type definition of a port. 87 81 */
Note:
See TracChangeset
for help on using the changeset viewer.