From: Jun S. <ju...@us...> - 2001-09-29 00:42:28
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv20317/arch/mips/configs Modified Files: defconfig-osprey Log Message: Woohoo! Finally get rid of the ugly old irq code. How smooth ... Index: defconfig-osprey =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-osprey,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- defconfig-osprey 2001/09/25 19:57:07 1.2 +++ defconfig-osprey 2001/09/29 00:42:25 1.3 @@ -43,12 +43,14 @@ # CONFIG_SBUS is not set CONFIG_CPU_VR41XX=y CONFIG_VR4181=y -CONFIG_ISA=y CONFIG_SERIAL=y CONFIG_SERIAL_MANY_PORTS=y +CONFIG_NEW_IRQ=y +CONFIG_IRQ_CPU=y CONFIG_DUMMY_KEYB=y # CONFIG_SCSI is not set -CONFIG_EISA=y +# CONFIG_ISA is not set +# CONFIG_EISA is not set # CONFIG_PCI is not set # CONFIG_I8259 is not set @@ -98,13 +100,6 @@ CONFIG_SYSCTL=y # -# Plug and Play configuration -# -# CONFIG_PNP is not set -# CONFIG_ISAPNP is not set -# CONFIG_PNPBIOS is not set - -# # Memory Technology Devices (MTD) # # CONFIG_MTD is not set @@ -235,20 +230,10 @@ # CONFIG_LANCE is not set # CONFIG_NET_VENDOR_SMC is not set # CONFIG_NET_VENDOR_RACAL is not set -# CONFIG_AT1700 is not set -# CONFIG_DEPCA is not set -# CONFIG_HP100 is not set -CONFIG_NET_ISA=y -# CONFIG_E2100 is not set -# CONFIG_EWRK3 is not set -# CONFIG_EEXPRESS is not set -# CONFIG_EEXPRESS_PRO is not set -# CONFIG_HPLAN_PLUS is not set -# CONFIG_HPLAN is not set -# CONFIG_ETH16I is not set -CONFIG_NE2000=y +# CONFIG_NET_ISA is not set # CONFIG_NET_PCI is not set # CONFIG_NET_POCKET is not set +CONFIG_NE2000=y # # Ethernet (1000 Mbit) |