From: Jorrit Herder Date: Tue, 26 Jul 2005 12:50:41 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v3.1.0~542 X-Git-Url: http://zhaoyanbai.com/repos/doxygen-warnings.log?a=commitdiff_plain;h=b62817d7882a5b4aa9790bfdd9943cb8ab8719e0;p=minix.git *** empty log message *** --- diff --git a/include/minix/com.h b/include/minix/com.h index 6d86a458f..934721b38 100755 --- a/include/minix/com.h +++ b/include/minix/com.h @@ -31,13 +31,13 @@ /* Magic numbers for controllers. Device driver mapping is dynamic. */ #define CTRLR(n) (NONE + (n)) -/* User-level processes, that is, device drivers, servers, and INIT. */ +/* User-space processes, that is, device drivers, servers, and INIT. */ #define PM_PROC_NR 0 /* process manager */ #define FS_PROC_NR 1 /* file system */ #define SM_PROC_NR 2 /* system service manager */ -#define IS_PROC_NR 5 /* information server */ -#define TTY 6 /* terminal (TTY) driver */ -#define MEMORY 8 /* memory driver (RAM disk, null, etc.) */ +#define IS_PROC_NR 3 /* information server */ +#define TTY 4 /* terminal (TTY) driver */ +#define MEMORY 5 /* memory driver (RAM disk, null, etc.) */ #define AT_WINI (MEMORY + ENABLE_AT_WINI) /* AT Winchester */ #define FLOPPY (AT_WINI + ENABLE_FLOPPY) /* floppy disk */ #define PRINTER (FLOPPY + ENABLE_PRINTER) /* Centronics */ diff --git a/include/minix/config.h b/include/minix/config.h index 6a0db76fe..03e288b88 100755 --- a/include/minix/config.h +++ b/include/minix/config.h @@ -80,7 +80,7 @@ #define ENABLE_PCI 1 /* enable PCI device recognition */ /* Include or exclude user-level device drivers (and supporting servers). */ -#define ENABLE_PRINTER 1 /* user-level Centronics printer driver */ +#define ENABLE_PRINTER 0 /* user-level Centronics printer driver */ #define ENABLE_FLOPPY 1 /* enable floppy disk driver */ #define ENABLE_AT_WINI 1 /* enable AT winchester driver */ #define ENABLE_ATAPI 1 /* add ATAPI support to AT driver */ @@ -89,7 +89,7 @@ #define DMA_SECTORS 1 /* DMA buffer size (must be >= 1) */ /* Enable or disable networking drivers. */ -#define ENABLE_DPETH 1 /* enable DP8390 ethernet driver */ +#define ENABLE_DPETH 0 /* enable DP8390 ethernet driver */ #define ENABLE_WDETH 0 /* add Western Digital WD80x3 */ #define ENABLE_NE2000 0 /* add Novell NE1000/NE2000 */ #define ENABLE_3C503 0 /* add 3Com Etherlink II (3c503) */