adsl miniport driver

for adsl we must write wan miniport driver ? or miniport driver with wdm
lower interface ? or other ?
thanks

Low-end ADSL hardware exposes itself as an Ethernet to the OS. The OS then
runs PPPoE over it. So, you need to write a usual NDIS miniport. As about WDM
lower egde - it depends on how the hardware is connected to the computer. If
this is USB - then yes, you need an NDIS/WDM miniport with lower egde talking
to USB.

In Windows, “WAN” means “PPP”, and PPP appears on a layer above the ADSL
hardware. ADSL uses the ATM-format packets on some low level, and then runs
Ethernet on top of it (which is RFC 1483 IIRC). Then PPPoE is runned over this
Ethernet, and IP is runned over this PPP link, so that the provider can check
the password and billing and lease an IP address.

High-end ADSL hardware is a full-blown router, which requires no Windows
software installed.

Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
xxxxx@storagecraft.com
http://www.storagecraft.com

----- Original Message -----
From: “Sedki Boughattas”
To: “Windows System Software Devs Interest List”
Sent: Wednesday, September 29, 2004 2:50 AM
Subject: [ntdev] adsl miniport driver

> for adsl we must write wan miniport driver ? or miniport driver with wdm
> lower interface ? or other ?
> thanks
>
>
>
> —
> Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256
>
> You are currently subscribed to ntdev as: xxxxx@storagecraft.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com