Re: Writing a PCI ADSL Driver

2002-10-24 Thread Ronald van der Pol
On Sun, Oct 06, 2002 at 11:15:46 +1000, Neal Nelson wrote: > I'm thinking of writing a device driver for a Traverse Pulsar PCI ADSL > card and I was looking for some ideas before I committed myself. I've been > offered hardware and support by the makers (http://www.traverse.com.au/) > but I wan

Re: [hackers] Writing a PCI ADSL Driver

2002-10-10 Thread Taavi Talvik
On Thu, 10 Oct 2002, Bruce M Simpson wrote: > I'm sure that if we drive the 3060 as a NATM interface, we can write generic > netgraph code to attach to a link layer ATM interface and examine inbound > ATM UNI cells for their VPI*VCI and act accordingly. > > This will certainly require ngatm and i

Re: [hackers] Writing a PCI ADSL Driver

2002-10-09 Thread Taavi Talvik
On Wed, 9 Oct 2002 [EMAIL PROTECTED] wrote: > On Sunday, October 6, 2002, at 06:48 PM, Taavi Talvik wrote: > > > > Problem with ADSL is that there are actually too many link layer > > encapsualtions in use - PPPoE, PPPoA, plain rfc1348 (if i remember > > rfc number correctly) etc. > > This R

Re: [hackers] Writing a PCI ADSL Driver

2002-10-09 Thread float
On Sunday, October 6, 2002, at 06:48 PM, Taavi Talvik wrote: > > Problem with ADSL is that there are actually too many link layer > encapsualtions in use - PPPoE, PPPoA, plain rfc1348 (if i remember > rfc number correctly) etc. This RFC defines the format of two new Resource Records (RRs) fo

Re: Writing a PCI ADSL Driver

2002-10-07 Thread Julian Elischer
On Mon, 7 Oct 2002, Bruce M Simpson wrote: > I finally got to play with my ENI 3060 at the weekend. It probes as a PCI > ATM adapter. I also found that the debugging symbols and code hadn't been > stripped from the drivers which shipped with my particular card. Windows > attaches its native ATM

Re: Writing a PCI ADSL Driver

2002-10-07 Thread Bruce M Simpson
I finally got to play with my ENI 3060 at the weekend. It probes as a PCI ATM adapter. I also found that the debugging symbols and code hadn't been stripped from the drivers which shipped with my particular card. Windows attaches its native ATM stack to the card's NDIS5 PCI/ATM miniport driver and

Re: [hackers] Writing a PCI ADSL Driver

2002-10-06 Thread Taavi Talvik
On Sun, 6 Oct 2002, David Gilbert wrote: > Neal> Hi there. I'm thinking of writing a device driver for a > Neal> Traverse Pulsar PCI ADSL card and I was looking for some ideas > Neal> before I committed myself. I've been offered hardware and > Neal> support by the makers (http://www.traverse.com.

[hackers] Writing a PCI ADSL Driver

2002-10-06 Thread David Gilbert
> "Neal" == Neal Nelson <[EMAIL PROTECTED]> writes: Neal> Hi there. I'm thinking of writing a device driver for a Neal> Traverse Pulsar PCI ADSL card and I was looking for some ideas Neal> before I committed myself. I've been offered hardware and Neal> support by the makers (http://www.trave

Re: Writing a PCI ADSL Driver

2002-10-05 Thread Julian Elischer
Make sure you have a Netgraph interace on the top of it then you can bolt on the protocols as you need them. On Sun, 6 Oct 2002, Neal Nelson wrote: > Hi there. > > I'm thinking of writing a device driver for a Traverse Pulsar PCI ADSL > card and I was looking for some ideas before I committed

Writing a PCI ADSL Driver

2002-10-05 Thread Neal Nelson
Hi there. I'm thinking of writing a device driver for a Traverse Pulsar PCI ADSL card and I was looking for some ideas before I committed myself. I've been offered hardware and support by the makers (http://www.traverse.com.au/) but I want to make sure that I can actually do the job before acc