- trackdisk.device moved out of arch/i386-pc. Should not be PC-specific because this...
commitef4e56f3fe8e9b59b7555bdea7e6c8689e506c66
authorsonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 Feb 2013 21:42:20 +0000 (9 21:42 +0000)
committersonic <sonic@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sat, 9 Feb 2013 21:42:20 +0000 (9 21:42 +0000)
treed1e60286747aa50e5dbb4a6d9d9fc85ec2bd8649
parent7a89f7919a6b4371735ded62620325607cb2ce9c
- trackdisk.device moved out of arch/i386-pc. Should not be PC-specific because this controller is often present on different machines (Pegasos for example).
- Introduced legacy package. Currently consists of trackdisk.device and serialmouse.hidd
- Re-added missing serial and parallel HIDDs to i386 BSP. Actually should not be there, but current serial.device and parallel.device can not load external libraries. This part is another big TODO.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@46558 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
15 files changed:
arch/i386-pc/boot/grub/menu.lst
arch/i386-pc/boot/grub/menu.lst.DH0
arch/i386-pc/boot/grub2/grub.cfg
arch/i386-pc/boot/mmakefile.src
arch/i386-pc/drivers/mmakefile.src
arch/x86_64-pc/boot/grub/menu.lst
arch/x86_64-pc/boot/grub/menu.lst.DH0
arch/x86_64-pc/boot/grub2/grub.cfg
arch/x86_64-pc/boot/mmakefile.src
rom/hidds/trackdisk/mmakefile.src [moved from arch/i386-pc/drivers/trackdisk/mmakefile.src with 85% similarity]
rom/hidds/trackdisk/trackdisk.conf [moved from arch/i386-pc/drivers/trackdisk/trackdisk.conf with 100% similarity]
rom/hidds/trackdisk/trackdisk_device.c [moved from arch/i386-pc/drivers/trackdisk/trackdisk_device.c with 100% similarity]
rom/hidds/trackdisk/trackdisk_device.h [moved from arch/i386-pc/drivers/trackdisk/trackdisk_device.h with 100% similarity]
rom/hidds/trackdisk/trackdisk_hw.c [moved from arch/i386-pc/drivers/trackdisk/trackdisk_hw.c with 100% similarity]
rom/hidds/trackdisk/trackdisk_hw.h [moved from arch/i386-pc/drivers/trackdisk/trackdisk_hw.h with 100% similarity]