On Tue, 7 Mar 2000, Alan Cox wrote:
> > This is fine and dandy in ix86 world, but the driver covers all platforms,
> > not just intel centric universes........
> > This prevents wild grabbing on huge IO spaces in other archs, like PPC and
> > M68K.
>
> A quick check for linearly sequential ports would be nice 8)
Okay, I just have to remember how to connect the dots .........
I am shaking out the GLOBAL blow off of "CONFIG_PCI" by all Maintainers,
this includes myself, in both stable and development kernels.
I have fond most if not all +/- 1 (as always) in IDE, a major safety catch
in NET missing, SCSI and the rest are not scoped out yet.........
ide is much worst than 'net' but fixable......
./drivers/net/Config.in
- bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
+ if [ "$CONFIG_PCI" = "y" ]; then
+ bool ' EISA, VLB, PCI and on board controllers' CONFIG_NET_PCI
+ fi
scsi ......... oh my.........
sound ??
./drivers/*---------- needs to be checked for PCI_CONFIG dependencies...
Andre Hedrick
The Linux ATA/IDE guy
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/
This archive was generated by hypermail 2b29 : Tue Mar 07 2000 - 21:00:21 EST