All of lore.kernel.org
 help / color / mirror / Atom feed
* nVidia NIC/IDE/something support?
@ 2002-05-19 15:14 Roy Sigurd Karlsbakk
  2002-05-19 15:58 ` Dave Jones
                   ` (2 more replies)
  0 siblings, 3 replies; 17+ messages in thread
From: Roy Sigurd Karlsbakk @ 2002-05-19 15:14 UTC (permalink / raw)
  To: linux-kernel

hi

I just bought this Asus board, A7N266-VM, with nVidia IDE, LAN and god knows 
chipset. Linux doesn't understand it, and I really want it... Any plans of 
supporting this? See below for /proc/pci output.

thanks

roy

please cc: to me, as I'm nolonger on the list

--
vs_demo:~# cat /proc/pci
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: PCI device 10de:01a4 (nVidia Corporation) (rev 178).
      Prefetchable 32 bit memory at 0xf8000000 [0xfbffffff].
  Bus  0, device   0, function  1:
    RAM memory: PCI device 10de:01ac (nVidia Corporation) (rev 178).
  Bus  0, device   0, function  2:
    RAM memory: PCI device 10de:01ad (nVidia Corporation) (rev 178).
  Bus  0, device   0, function  3:
    RAM memory: PCI device 10de:01aa (nVidia Corporation) (rev 178).
  Bus  0, device   1, function  0:
    ISA bridge: PCI device 10de:01b2 (nVidia Corporation) (rev 195).
  Bus  0, device   1, function  1:
    SMBus: PCI device 10de:01b4 (nVidia Corporation) (rev 193).
      IRQ 5.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      I/O at 0x5000 [0x500f].
      I/O at 0x5500 [0x550f].
      I/O at 0x5100 [0x511f].
  Bus  0, device   2, function  0:
    USB Controller: PCI device 10de:01c2 (nVidia Corporation) (rev 195).
      IRQ 5.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xe7000000 [0xe7000fff].
  Bus  0, device   3, function  0:
    USB Controller: PCI device 10de:01c2 (nVidia Corporation) (rev 195).
      IRQ 5.
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xe6800000 [0xe6800fff].
  Bus  0, device   4, function  0:
    Ethernet controller: PCI device 10de:01c3 (nVidia Corporation) (rev 194).
      IRQ 5.
      Master Capable.  No bursts.  Min Gnt=1.Max Lat=20.
      Non-prefetchable 32 bit memory at 0xe6000000 [0xe60003ff].
      I/O at 0xd800 [0xd807].
  Bus  0, device   5, function  0:
    Multimedia audio controller: PCI device 10de:01b0 (nVidia Corporation) 
(rev 194).
      IRQ 5.
      Master Capable.  No bursts.  Min Gnt=1.Max Lat=12.
      Non-prefetchable 32 bit memory at 0xe5800000 [0xe587ffff].
  Bus  0, device   6, function  0:
    Multimedia audio controller: PCI device 10de:01b1 (nVidia Corporation) 
(rev 194).
      IRQ 11.
      Master Capable.  No bursts.  Min Gnt=2.Max Lat=5.
      I/O at 0xe100 [0xe1ff].
      I/O at 0xe000 [0xe07f].
      Non-prefetchable 32 bit memory at 0xe5000000 [0xe5000fff].
  Bus  0, device   8, function  0:
    PCI bridge: PCI device 10de:01b8 (nVidia Corporation) (rev 194).
  Bus  0, device   9, function  0:
    IDE interface: PCI device 10de:01bc (nVidia Corporation) (rev 195).
      Master Capable.  No bursts.  Min Gnt=3.Max Lat=1.
      I/O at 0xa800 [0xa80f].
  Bus  0, device  30, function  0:
    PCI bridge: PCI device 10de:01b7 (nVidia Corporation) (rev 178).
      Master Capable.  No bursts.  Min Gnt=8.
  Bus  1, device   6, function  0:
    Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 16).
      IRQ 5.
      Master Capable.  Latency=64.  Min Gnt=32.Max Lat=64.
      I/O at 0xb800 [0xb8ff].
      Non-prefetchable 32 bit memory at 0xe4800000 [0xe48000ff].
  Bus  2, device   0, function  0:
    VGA compatible controller: PCI device 10de:01a0 (nVidia Corporation) (rev 
177).
      IRQ 11.
      Master Capable.  Latency=32.  Min Gnt=5.Max Lat=1.
      Non-prefetchable 32 bit memory at 0xe3000000 [0xe3ffffff].
      Prefetchable 32 bit memory at 0xe8000000 [0xefffffff].


-- 
Roy Sigurd Karlsbakk

Computers are like air conditioners.
They stop working when you open Windows.

^ permalink raw reply	[flat|nested] 17+ messages in thread
* Re: nVidia NIC/IDE/something support?
@ 2002-05-22 17:20 Hayden James
  2002-05-22 18:05 ` Alan Cox
  2002-05-22 22:22 ` Vojtech Pavlik
  0 siblings, 2 replies; 17+ messages in thread
From: Hayden James @ 2002-05-22 17:20 UTC (permalink / raw)
  To: linux-kernel

The asus board uses the realtek 8139 as the onboard nic and should be
supported by the linux kernel.  The audio seems to be an exact clone of
the i810 driver with just same name changes and added pci ids, you can
get the gpl patches for it at nvidia's web site.  The rest of the
facilities, ide, usb etc should be supported normally by the linux kernel.
Also you will need to get the separate nVidia video driver for graphics
support.

Hayden A. James
Computer Engineering
Stevens Institute of Technology
http://attila.stevens-tech.edu/~hjames/


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2002-05-24 13:50 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-19 15:14 nVidia NIC/IDE/something support? Roy Sigurd Karlsbakk
2002-05-19 15:58 ` Dave Jones
2002-05-19 16:23   ` Roy Sigurd Karlsbakk
2002-05-19 16:45   ` Alan Cox
2002-05-19 16:00 ` Alan Cox
2002-05-19 16:47   ` Dave Jones
2002-05-19 17:34     ` Alan Cox
2002-05-19 16:24 ` Michael Dunsky
2002-05-19 16:45   ` Alan Cox
2002-05-17  0:29     ` Pavel Machek
2002-05-22  6:05       ` fchabaud
2002-05-22 12:02         ` Pavel Machek
2002-05-22 13:15         ` Alan Cox
2002-05-22 17:11           ` fchabaud
  -- strict thread matches above, loose matches on Subject: below --
2002-05-22 17:20 Hayden James
2002-05-22 18:05 ` Alan Cox
2002-05-22 22:22 ` Vojtech Pavlik

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.