5 * Copyright (C) 1991-1998 Linus Torvalds
7 * devfs support - jj, rgooch, 980122
9 * Moved partition checking code to fs/partitions* - Russell King
10 * (linux@arm.uk.linux.org)
13 #include <linux/config.h>
15 #include <linux/genhd.h>
16 #include <linux/kernel.h>
17 #include <linux/blk.h>
18 #include <linux/init.h>
20 extern int parport_init(void);
21 extern int chr_dev_init(void);
22 extern int blk_dev_init(void);
23 #ifdef CONFIG_BLK_DEV_DAC960
24 extern void DAC960_Initialize(void);
26 extern int scsi_dev_init(void);
27 extern int net_dev_init(void);
28 extern void console_map_init(void);
29 extern int soc_probe(void);
30 extern int atmdev_init(void);
31 extern int i2o_init(void);
32 extern int cpqarray_init(void);
33 extern void ieee1394_init(void);
35 void __init
device_init(void)
46 #ifdef CONFIG_BLK_DEV_DAC960
50 /* This has to be done before scsi_dev_init */
56 #ifdef CONFIG_IEEE1394
59 #ifdef CONFIG_BLK_CPQ_DA