Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
329 B

  1. ; Main driver name.
  2. DRIVERNAME = SPIDER$
  3. ; Posible driver interrupts are 2 - 7.
  4. ; Default is 3.
  5. INTERRUPT = 3
  6. ; Static RAM size on the adapter can be either 8 or 32 (K Bytes).
  7. ; Default is 8.
  8. SRAMSIZE = 8
  9. ; I/O ports available are 0x200 - 0x3e0 in steps of 0x20.
  10. ; Default is 0x300.
  11. IOBASE = 0x300