From: Jes S. <je...@li...> - 2000-08-21 17:13:23
|
>>>>> "Roman" == Roman Zippel <zi...@fh...> writes: Roman> Hi, >> > drivers/<architecture> (s390, sgi) >> >> The last should probably be arch/<xxx>/drivers, but the other ones >> are either sensible (tons of bus-independent drivers) or conceptual >> UNIX things (char vs block). Roman> What about drivers/macintosh or drivers/zorro, that are needed Roman> by two architectures. Is a mach/ directory still feasible? drivers/zorro is on the line of drivers/pci, it's code to drive the Zorro bus, there are no drivers for devices connected to a zorro bus in there, just like there are no PCI Ethernet drives in drivers/pci. drivers/macintosh are a mixture of the code for the busses and actual devices, I'd like to see the actual drivers moved to other directories, char, scsi etc. and possible merged with drivers for other machines that use the same chips. Jes |