summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pccard/misc/README.old
blob: 76e005a9b91677c6e7a26a082a9c4a6af5c674c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
PCMCIA Support for FreeBSD 2.0
------------------------------

This package contains the following:

	- Driver for Intel 83265 PCIC PCMCIA controller
	- A PCMCIA daemon for managing card insertions/removals
	- Diffs to various source files for adding PCMCIA support
	- A sample config file
	- Some utility programs for reading card data tuples
	- Some documentation.

What it doesn't include is:

	- Configuration for brand XYZ PCMCIA cards
	- Drivers for brand XYZ PCMCIA cards
	- Diffs to modify standard drivers to handle card events

Essentially, this package contains everything required to
add PCMCIA support to FreeBSD 2.0. It does this via a
daemon that manages the PCMCIA slots via a PCIC driver. A configuration
file provides the daemon with the information required to setup
the specific cards, and to manage card insertion and removal.

This package has been tested on a NEC Versa Laptop.
The first version was developed on FreeBSD 1.1.5.1.

The main idea behind the package is for pcmciad to detect
inserted cards and match to a card ID in the config file,
then set up the I/O ports and memory window to the card
according to the data for the driver associated with the
card, then attach the kernel driver to the device. Shell
commands can be executed for both insertion and removal of cards,
and different commands can be executed for different cards,
drivers and devices.

Different kernel drivers may have to have some mods
done to recognise the card once installed; I have included
some diffs to `ed' that allows recognition of a `generic'
NS8390 card.

Some minor changes were made to ifconfig(8) to allow a
different ethernet address to be assigned to a network
interface, since each card may have different locations
the ethernet address is stored in.

This is a snapshot of a release for FreeBSD 2.0. It is
basically the 1.1.5.1 release ported for 2.0. I have only
just received a developer's guide for PCMCIA, so I should
have some more stable support soon.

For instructions on installation, see INSTALL.
There is a man entry on the daemon (pcmciad.8),
and the config file (pcmcia.conf.5).

Please send mail with any bugs or new card descriptions.

Enjoy!
Andrew McRae			inet:	andrew@mega.com.au
MITS Real Time Ltd,		uucp:	..!uunet!mega.com.au!andrew
North Ryde  2113		Phone:	+61 2 805 0899
NSW    AUSTRALIA		Fax:	+61 2 887 4847
OpenPOWER on IntegriCloud