Changeset 1ae74c6 in mainline for uspace/drv/nic
- Timestamp:
- 2012-10-14T14:10:16Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5b082ba9
- Parents:
- a9654bf
- Location:
- uspace/drv/nic
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/nic/e1k/e1k.c
ra9654bf r1ae74c6 45 45 #include <ipc/irc.h> 46 46 #include <ipc/ns.h> 47 #include < libarch/ddi.h>47 #include <ddi.h> 48 48 #include <as.h> 49 49 #include <ddf/log.h> -
uspace/drv/nic/ne2k/dp8390.c
ra9654bf r1ae74c6 58 58 #include <errno.h> 59 59 #include <stdio.h> 60 #include < libarch/ddi.h>60 #include <ddi.h> 61 61 #include "dp8390.h" 62 62 -
uspace/drv/nic/rtl8139/defs.h
ra9654bf r1ae74c6 38 38 #include <sys/types.h> 39 39 #include <ddi.h> 40 #include <libarch/ddi.h>41 40 42 41 /** Size of RTL8139 registers address space */ -
uspace/drv/nic/rtl8139/driver.c
ra9654bf r1ae74c6 34 34 #include <align.h> 35 35 #include <byteorder.h> 36 #include <libarch/ddi.h>37 36 #include <libarch/barrier.h> 38 37
Note:
See TracChangeset
for help on using the changeset viewer.