diff options
| author | Michael Brown | 2007-03-10 19:08:33 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-03-10 19:08:33 +0100 |
| commit | 520d9c36af2f9e4f207dd7275a47ea97c668f749 (patch) | |
| tree | fc665c3d4c250d3c9411219f580f5affbbf03873 /src/drivers/net/mlx_ipoib | |
| parent | Start a new release notes file (RELNOTES) in preparation for release (diff) | |
| download | ipxe-520d9c36af2f9e4f207dd7275a47ea97c668f749.tar.gz ipxe-520d9c36af2f9e4f207dd7275a47ea97c668f749.tar.xz ipxe-520d9c36af2f9e4f207dd7275a47ea97c668f749.zip | |
Updated ISAPnP, EISA, MCA and ISA buses to current device model.
ISA 3c509 is currently non-functional, although the EISA (3c509-eisa) and
MCA (3c529) variants should build OK.
None of this code is yet tested.
Diffstat (limited to 'src/drivers/net/mlx_ipoib')
| -rw-r--r-- | src/drivers/net/mlx_ipoib/mt23108.c | 2 | ||||
| -rw-r--r-- | src/drivers/net/mlx_ipoib/mt25218.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/drivers/net/mlx_ipoib/mt23108.c b/src/drivers/net/mlx_ipoib/mt23108.c index d07d8384..492bc901 100644 --- a/src/drivers/net/mlx_ipoib/mt23108.c +++ b/src/drivers/net/mlx_ipoib/mt23108.c @@ -17,7 +17,7 @@ Skeleton NIC driver for Etherboot /* to get the PCI support functions, if this is a PCI NIC */ #include <gpxe/pci.h> /* to get the ISA support functions, if this is an ISA NIC */ -#include "isa.h" +#include <gpxe/isa.h> #include "mt_version.c" #include "mt23108_imp.c" diff --git a/src/drivers/net/mlx_ipoib/mt25218.c b/src/drivers/net/mlx_ipoib/mt25218.c index 22c8480f..a603cdeb 100644 --- a/src/drivers/net/mlx_ipoib/mt25218.c +++ b/src/drivers/net/mlx_ipoib/mt25218.c @@ -17,7 +17,7 @@ Skeleton NIC driver for Etherboot /* to get the PCI support functions, if this is a PCI NIC */ #include <gpxe/pci.h> /* to get the ISA support functions, if this is an ISA NIC */ -#include "isa.h" +#include <gpxe/isa.h> #include "mt_version.c" #include "mt25218_imp.c" |
