mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 09:37:08 -04:00
This is not quite finished yet, and therefore I have not added it to the usr.sbin/Makefile yet. I collected a bunch of Andrews small programs into one: pccardc /phk Reviewed by: phk Submitted by: Andrew McRae <andrew@mega.com.au>
12 lines
468 B
Text
12 lines
468 B
Text
The files are:
|
|
|
|
enabler Sample enabler for connecting drivers
|
|
dumpcis Reads and dumps CIS of card.
|
|
pccardmem Sets a memory area for use by the driver
|
|
rdmap Dumps the current memory and I/O card contexts
|
|
rdreg reads a PCIC register
|
|
wrreg Writes a PCIC register
|
|
wrattr Writes a byte into the card's attribute area.
|
|
|
|
The cardd stuff has been updated for the new interfaces, but
|
|
hasn't been tested to any real extent.
|