Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Jan 2000 18:34:11 +0200
From:      Panagiotis Astithas <past@netmode.ntua.gr>
To:        mobile@freebsd.org
Subject:   New entry in pccard.conf.sample
Message-ID:  <20000124183411.A302@netmode.ece.ntua.gr>

next in thread | raw e-mail | index | archive | help
Hi everyone,

I have just managed to complete the installation of 3.4-R on my laptop
(a DTK Computer Fortis Pro Top-5A) with an Apollo PCMCIA Ethernet Adapter.
If it can be of any use to anyone, here is the entry in my pccard.conf:

card "Ethernet" "Adapter"
	config 0x0 "ed0" 10
	insert  echo Apollo PCMCIA Ethernet Adapter inserted
	insert /etc/pccard_ether ed0
        remove  echo Apollo PCMCIA Ethernet Adapter removed
	remove /sbin/ifconfig ed0 delete

Also, the result of a pccardc dumpcis:

Code 240 not found
Code 240 not found
code Unknown ignored
Configuration data for card in slot 1
Tuple #1, code = 0x1 (Common memory descriptor), length = 5
    000:  d4 0a 53 e9 ff
	Common memory device information:
		Device number 1, type Function specific, WPS = OFF
		Speed = 100nS, Memory block size = 8Kb, 2 units
		Device number 2, type FLASH EEPROM, WPS = OFF
		Speed = 150nS, Memory block size = 2Kb, 30 units
Tuple #2, code = 0x17 (Attribute memory descriptor), length = 3
    000:  53 09 ff
	Attribute memory device information:
		Device number 1, type FLASH EEPROM, WPS = OFF
		Speed = 150nS, Memory block size = 2Kb, 2 units
Tuple #3, code = 0x20 (Manufacturer ID), length = 4
    000:  49 01 ab c1
	PCMCIA ID = 0x149, OEM ID = 0xc1ab
Tuple #4, code = 0x15 (Version 1 info), length = 26
    000:  04 01 45 74 68 65 72 6e 65 74 00 41 64 61 70 74
    010:  65 72 00 32 2e 30 00 ff 00 ff
	Version = 4.1, Manuf = [Ethernet],card vers = [Adapter]
	Addit. info = [2.0],[ÿ]
Tuple #5, code = 0x1a (Configuration map), length = 5
    000:  01 06 d0 0f 0b
	Reg len = 2, config register addr = 0xfd0, last config = 0x6
	Registers: XX-X---- 
Tuple #6, code = 0x1b (Configuration entry), length = 7
    000:  c0 81 18 45 30 fc be
	Config index = 0x0(default)
	Interface byte = 0x81 (I/O)  wait signal supported
	Card decodes 5 address lines, limited 8/16 Bit I/O
		IRQ modes:  Pulse
		IRQ level = 5
Tuple #7, code = 0x1b (Configuration entry), length = 7
    000:  01 08 ca 60 00 03 1f
	Config index = 0x1
	Card decodes 10 address lines, limited 8/16 Bit I/O
		I/O address # 1: block start = 0x300 block length = 0x20
Tuple #8, code = 0x1b (Configuration entry), length = 7
    000:  02 08 ca 60 20 03 1f
	Config index = 0x2
	Card decodes 10 address lines, limited 8/16 Bit I/O
		I/O address # 1: block start = 0x320 block length = 0x20
Tuple #9, code = 0x1b (Configuration entry), length = 7
    000:  03 08 ca 60 40 03 1f
	Config index = 0x3
	Card decodes 10 address lines, limited 8/16 Bit I/O
		I/O address # 1: block start = 0x340 block length = 0x20
Tuple #10, code = 0x1b (Configuration entry), length = 7
    000:  04 08 ca 60 80 03 1f
	Config index = 0x4
	Card decodes 10 address lines, limited 8/16 Bit I/O
		I/O address # 1: block start = 0x380 block length = 0x20
Tuple #11, code = 0x1b (Configuration entry), length = 7
    000:  05 08 ca 60 00 02 1f
	Config index = 0x5
	Card decodes 10 address lines, limited 8/16 Bit I/O
		I/O address # 1: block start = 0x200 block length = 0x20
Tuple #12, code = 0x21 (Functional ID), length = 2
    000:  06 00
	Network/LAN adapter
Tuple #13, code = 0x14 (No link), length = 0
Tuple #14, code = 0x0 (Null tuple), length = 9
    000:  57 42 4c 41 4e 39 32 36 ff
Tuple #15, code = 0xff (Terminator), length = 0
2 slots found

Should I worry about the first 3 lines?

And, why the heck does vmstat -i give:

root@laptop# vmstat -i
interrupt      total      rate
clk0 irq10      88897      102
rtc0 irq8      111227      127
fdc0 irq6           1        0
wdc0 irq14      59714       68
atkbd0 irq1      2231        2
psm0 irq12       8331        9
ppc0 irq7           1        0
Total          270402      311

I notice that clk0 always seems to have the PC-Card's irq.

Regards,
---

Panagiotis Astithas <past@netmode.ntua.gr>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000124183411.A302>