Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Hardware & Devices
  4. Ask for help for Non PnP ISA driver

Ask for help for Non PnP ISA driver

Scheduled Pinned Locked Moved Hardware & Devices
helpquestion
2 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z Offline
    Z Offline
    zouchao1112
    wrote on last edited by
    #1

    who could give me a basic flow of this driver? The ISA card is very easy only for reading and writing without interruption.

    L 1 Reply Last reply
    0
    • Z zouchao1112

      who could give me a basic flow of this driver? The ISA card is very easy only for reading and writing without interruption.

      L Offline
      L Offline
      Lost User
      wrote on last edited by
      #2

      For Windows? What do you want, a flow chart? If so, you wont get one, Windows has the 'main' function, and makes calls into your code when it wants to. So you will have IO handling. Packet arrives fomr the IO manager, you copy the data to the hardware and set it going and complete the send packet request accordingly. Data comes in, you pass it up in a receive packet request. Very linear, very simple. Untill you come to write a driver, in which case it gets bitchingly complex.

      Truth is the subjection of reality to an individuals perception

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups