mirror of
https://github.com/apache/nuttx.git
synced 2026-05-22 22:20:01 +08:00
IOBs: Move from driver/iob to a better location in mm/iob
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -191,7 +191,7 @@ void up_initialize(void)
|
||||
arm_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -232,7 +232,7 @@ void up_initialize(void)
|
||||
avr_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -158,7 +158,7 @@ void up_initialize(void)
|
||||
hc_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -160,7 +160,7 @@ void up_initialize(void)
|
||||
mips_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -79,7 +79,7 @@ void up_initialize(void)
|
||||
|
||||
misoc_timer_initialize();
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -149,7 +149,7 @@ void up_initialize(void)
|
||||
renesas_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
|
||||
#include <arch/board/board.h>
|
||||
|
||||
@@ -151,7 +151,7 @@ void up_initialize(void)
|
||||
riscv_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/fs/ioctl.h>
|
||||
@@ -201,7 +201,7 @@ void up_initialize(void)
|
||||
up_pminitialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -160,7 +160,7 @@ void up_initialize(void)
|
||||
x86_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -168,7 +168,7 @@ void up_initialize(void)
|
||||
xtensa_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -160,7 +160,7 @@ void up_initialize(void)
|
||||
z16_timer_initialize();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -44,7 +44,7 @@
|
||||
#include <nuttx/arch.h>
|
||||
#include <nuttx/board.h>
|
||||
#include <nuttx/sched_note.h>
|
||||
#include <nuttx/drivers/iob.h>
|
||||
#include <nuttx/mm/iob.h>
|
||||
#include <nuttx/drivers/drivers.h>
|
||||
#include <nuttx/fs/loop.h>
|
||||
#include <nuttx/net/loopback.h>
|
||||
@@ -157,7 +157,7 @@ void up_initialize(void)
|
||||
(void)up_mmuinit();
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_DRIVERS_IOB
|
||||
#ifdef CONFIG_MM_IOB
|
||||
/* Initialize IO buffering */
|
||||
|
||||
iob_initialize();
|
||||
|
||||
@@ -488,7 +488,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -370,7 +370,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -358,7 +358,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -370,7 +370,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -758,7 +758,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
# CONFIG_DRIVERS_IOB is not set
|
||||
# CONFIG_MM_IOB is not set
|
||||
# CONFIG_DRVR_WRITEBUFFER is not set
|
||||
# CONFIG_DRVR_READAHEAD is not set
|
||||
# CONFIG_RAMDISK is not set
|
||||
|
||||
@@ -761,7 +761,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -506,7 +506,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=36
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -506,7 +506,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=36
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -474,7 +474,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -462,7 +462,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -485,7 +485,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -453,7 +453,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -472,7 +472,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -341,7 +341,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=8
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -353,7 +353,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -341,7 +341,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -353,7 +353,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -353,7 +353,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -770,7 +770,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -501,7 +501,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=36
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -510,7 +510,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=36
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -463,7 +463,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=36
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -440,7 +440,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -467,7 +467,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -477,7 +477,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -477,7 +477,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -466,7 +466,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -489,7 +489,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -430,7 +430,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=8
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -453,7 +453,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -430,7 +430,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -322,7 +322,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -358,7 +358,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -340,7 +340,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -352,7 +352,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -352,7 +352,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -340,7 +340,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=24
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
@@ -340,7 +340,7 @@ CONFIG_DEV_NULL=y
|
||||
#
|
||||
# Common I/O Buffer Support
|
||||
#
|
||||
CONFIG_DRIVERS_IOB=y
|
||||
CONFIG_MM_IOB=y
|
||||
CONFIG_IOB_NBUFFERS=8
|
||||
CONFIG_IOB_BUFSIZE=196
|
||||
CONFIG_IOB_NCHAINS=8
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user