forked from Imagelibrary/rtems
committed by
Sebastian Huber
parent
caeaae2673
commit
230acc55a6
@@ -22,7 +22,7 @@
|
||||
#include <rtems/blkdev.h>
|
||||
#include <libchip/ide_ctrl_io.h>
|
||||
#include <libchip/ide_ctrl_cfg.h>
|
||||
#include "ata_internal.h"
|
||||
#include <libchip/ata_internal.h>
|
||||
#include <libchip/ata.h>
|
||||
|
||||
#define ATA_DEBUG 0
|
||||
|
||||
@@ -9,13 +9,12 @@
|
||||
* http://www.rtems.org/license/LICENSE.
|
||||
*/
|
||||
|
||||
#include "ata_internal.h"
|
||||
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <libchip/ide_ctrl_io.h>
|
||||
#include <libchip/ide_ctrl_cfg.h>
|
||||
#include <libchip/ata_internal.h>
|
||||
|
||||
/* ata_process_request_on_init_phase --
|
||||
* Process the ATA request during system initialization. Request
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "cs8900.h"
|
||||
#include <libchip/cs8900.h>
|
||||
|
||||
/*
|
||||
* We expect to be able to read a complete packet into an mbuf.
|
||||
|
||||
@@ -171,7 +171,7 @@ Mode of operation:
|
||||
#include <netinet/if_ether.h>
|
||||
|
||||
#include "i82586reg.h"
|
||||
#include "i82586var.h"
|
||||
#include <libchip/i82586var.h>
|
||||
|
||||
#if defined(ALIGNBYTES) && defined(ALIGN)
|
||||
/* FIXME: Redefine because some versions of
|
||||
|
||||
@@ -187,7 +187,7 @@
|
||||
#include <bsp/irq.h>
|
||||
|
||||
|
||||
#include "if_dcreg.h"
|
||||
#include <libchip/if_dcreg.h>
|
||||
|
||||
|
||||
#define DRIVER_PREFIX "tl"
|
||||
|
||||
@@ -92,7 +92,7 @@
|
||||
#include <net/if_types.h>
|
||||
|
||||
#include "if_fxpreg.h"
|
||||
#include "if_fxpvar.h"
|
||||
#include <libchip/if_fxpvar.h>
|
||||
|
||||
/*
|
||||
* some adaptation replacements for RTEMS
|
||||
|
||||
@@ -36,8 +36,8 @@
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
#include "ns16550.h"
|
||||
#include "ns16550_p.h"
|
||||
#include <libchip/ns16550.h>
|
||||
#include <libchip/ns16550_p.h>
|
||||
|
||||
#if defined(BSP_FEATURE_IRQ_EXTENSION)
|
||||
#include <bsp/irq.h>
|
||||
|
||||
@@ -43,8 +43,8 @@
|
||||
|
||||
#include <bsp.h>
|
||||
|
||||
#include "ns16550_p.h"
|
||||
#include "ns16550.h"
|
||||
#include <libchip/ns16550_p.h>
|
||||
#include <libchip/ns16550.h>
|
||||
|
||||
#if defined(BSP_FEATURE_IRQ_EXTENSION)
|
||||
#include <bsp/irq.h>
|
||||
|
||||
Reference in New Issue
Block a user