TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Another try on ISA PnP NIC



Sorry for the troubles, here's everything in the message.

Sorry again,
Nathan


isapnp.conf
# $Id: pnpdump.c,v 1.16 1998/10/09 22:19:06 fox Exp $
# This is free software, see the sources for details.
# This software has NO WARRANTY, use at your OWN RISK
#
# For details of this file format, see isapnp.conf(5)
#
# For latest information on isapnp and pnpdump see:
# http://www.roestock.demon.co.uk/isapnptools/
#
# Compiler flags: -DREALTIME
#
# Trying port address 0203
# Board 1 has serial identifier 1a 08 99 9e 7b 95 50 6d 50

 (DEBUG)
(READPORT 0x0203)
(ISOLATE PRESERVE)
(IDENTIFY *)
(VERBOSITY 3)
(CONFLICT (IO FATAL)(IRQ FATAL)(DMA FATAL)(MEM FATAL)) # or WARNING

# Card 1: (serial identifier 1a 08 99 9e 7b 95 50 6d 50)
# Vendor Id TCM5095, Serial Number 144285307, checksum 0x1A.
# Version 1.0, Vendor version 1.0
# ANSI string -->3Com 3C509B EtherLink III<--
#
# Logical device id TCM5095
#     Device support I/O range check register
#
# Edit the entries below to uncomment out the configuration required.
# Note that only the first value of any range is given, this may be changed
if required
# Don't forget to uncomment the activate (ACT Y) when happy

(CONFIGURE TCM5095/144285307 (LD 0
#     Compatible device id PNP80f7
#     IRQ 3, 5, 7, 9, 10, 11, 12 or 15.
#         High true, edge sensitive interrupt (by default)
 (INT 0 (IRQ 3 (MODE +E)))
#     Logical device decodes 16 bit IO address lines
#         Minimum IO base address 0x0210
#         Maximum IO base address 0x03e0
#         IO base alignment 16 bytes
#         Number of IO addresses required: 16
 (IO 0 (SIZE 16) (BASE 0x0210))
 (ACT Y)
))
# End tag... Checksum 0x00 (OK)

# Returns all cards to the "Wait for Key" state
(WAITFORKEY)


isapnp.conf.op in debug mode
Got DEBUG
Got READPORT 0x0203
Got ISOLATE PRESERVE
Got IDENTIFY *
Got VERBOSITY 3
Got CONFLICT
Got IO FATAL
Got IRQ FATAL
Got DMA FATAL
Got MEM FATAL
Got CONFIGURE TCM5095/144285307
Got LD 0
Got INT
Got 0
Got IRQ 3
Got MODE +E
Got IO
Got 0
Got SIZE 16
Got BASE 0x0210
Got ACT
Got Y
Got WAITFORKEY
Executing READPORT 0x0203
Executing ISOLATE PRESERVE
Board 1 has serial identifier 1a 08 99 9e 7b 95 50 6d 50 (TCM5095/144285307)
Executing IDENTIFY *
Board 1 has Identity 1a 08 99 9e 7b 95 50 6d 50:  TCM5095 Serial No
144285307 [checksum 1a]
Executing VERBOSITY 3
Executing IO FATAL
Executing IRQ FATAL
Executing DMA FATAL
Executing MEM FATAL
Executing CONFIGURE TCM5095/144285307
Found board TCM5095/144285307 as Card Select Number 1
Executing LD 0
Executing INT 0
Executing IRQ 3
Executing MODE +E
Executing IO 0
Executing SIZE 16
Executing <IMPLICIT>
Executing BASE 0x0210
Executing <IMPLICIT>
Executing ACT Y
Executing WAITFORKEY