without pci driver, can I use ne2000 driver
without pci driver, can I use ne2000 driver
without pci driver, can write a ne2000 driver?
Re:without pci driver, can I use ne2000 driver
You can test for the persent of ne2000 in the ne2000 driver and exit with a error mesage if not present.
To start with.
To start with.
- Pype.Clicker
- Member
- Posts: 5964
- Joined: Wed Oct 18, 2006 2:31 am
- Location: In a galaxy, far, far away
- Contact:
Re:without pci driver, can I use ne2000 driver
- hardcode/prompt user for bus:device:function (shouldn't change between reboots, but will not please most users)
- hardcode BARs content (e.g. assume you already know where resources of the NE2K stands) ... you're more likely to write something that never works, though...
But basically, that's all. NE2K doesn't use busmastering, and iirc, it has only 1 I/O region ...
- hardcode BARs content (e.g. assume you already know where resources of the NE2K stands) ... you're more likely to write something that never works, though...
But basically, that's all. NE2K doesn't use busmastering, and iirc, it has only 1 I/O region ...
Re:without pci driver, can I use ne2000 driver
I write a ne2000irs(..),
and use the irq_install (irq_num, handler);
register the ne2000irs(..) as the interrupt handler function for
ne2000, this is ok?
and use the irq_install (irq_num, handler);
register the ne2000irs(..) as the interrupt handler function for
ne2000, this is ok?