From 3797ba0b62debb71af4606910acacc9896a9ae3b Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 25 Jun 2000 01:20:01 +0000 Subject: Merge with Linux 2.4.0-test2. --- init/main.c | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) (limited to 'init') diff --git a/init/main.c b/init/main.c index c9fb91dd5..e8d8f0d99 100644 --- a/init/main.c +++ b/init/main.c @@ -98,7 +98,6 @@ extern void signals_init(void); extern void bdev_init(void); extern int init_pcmcia_ds(void); extern int usb_init(void); -extern void filelock_init(void); extern void free_initmem(void); extern void filesystem_setup(void); @@ -243,6 +242,25 @@ static struct dev_name_struct { { "dasdg", (DASD_MAJOR << MINORBITS) + (6 << 2) }, { "dasdh", (DASD_MAJOR << MINORBITS) + (7 << 2) }, #endif +#if defined(CONFIG_BLK_CPQ_DA) || defined(CONFIG_BLK_CPQ_DA_MODULE) + { "ida/c0d0p",0x4800 }, + { "ida/c0d1p",0x4810 }, + { "ida/c0d2p",0x4820 }, + { "ida/c0d3p",0x4830 }, + { "ida/c0d4p",0x4840 }, + { "ida/c0d5p",0x4850 }, + { "ida/c0d6p",0x4860 }, + { "ida/c0d7p",0x4870 }, + { "ida/c0d8p",0x4880 }, + { "ida/c0d9p",0x4890 }, + { "ida/c0d10p",0x48A0 }, + { "ida/c0d11p",0x48B0 }, + { "ida/c0d12p",0x48C0 }, + { "ida/c0d13p",0x48D0 }, + { "ida/c0d14p",0x48E0 }, + { "ida/c0d15p",0x48F0 }, +#endif + { NULL, 0 } }; @@ -563,7 +581,6 @@ asmlinkage void __init start_kernel(void) bdev_init(); inode_init(mempages); file_table_init(); - filelock_init(); #if defined(CONFIG_SYSVIPC) ipc_init(); #endif -- cgit v1.2.3