diff options
author | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2011-01-23 12:26:51 +0100 |
---|---|---|
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | 2011-02-26 15:11:03 +0100 |
commit | 8fd2af11d2fe1d50621e958747744f1c93e5b758 (patch) | |
tree | 25fee98e38d3b63e9ba86458af876d2729574bc8 /drivers/firewire/Kconfig | |
parent | e71084af58cf15e6043338500eeaf6281d0a62af (diff) | |
download | op-kernel-dev-8fd2af11d2fe1d50621e958747744f1c93e5b758.zip op-kernel-dev-8fd2af11d2fe1d50621e958747744f1c93e5b758.tar.gz |
firewire: nosy: should work on Power Mac G4 PCI too
The first board generation of Power Mac G4 ("Yikes!", those with PCI
graphics) still had a PCILynx controller like their G3 predecessors,
but not the later AGP models. (Jonathan Woithe recalls to have heard
of it, and some web sources reinforce it.)
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de>
Diffstat (limited to 'drivers/firewire/Kconfig')
-rw-r--r-- | drivers/firewire/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/firewire/Kconfig b/drivers/firewire/Kconfig index 68f942c..49009b4 100644 --- a/drivers/firewire/Kconfig +++ b/drivers/firewire/Kconfig @@ -77,7 +77,8 @@ config FIREWIRE_NOSY The following cards are known to be based on PCILynx or PCILynx-2: IOI IOI-1394TT (PCI card), Unibrain Fireboard 400 PCI Lynx-2 (PCI card), Newer Technology FireWire 2 Go (CardBus card), - Apple Power Mac G3 blue & white (onboard controller). + Apple Power Mac G3 blue & white and G4 with PCI graphics + (onboard controller). To compile this driver as a module, say M here: The module will be called nosy. Source code of a userspace interface to nosy, called |