i82365 884 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .TH I82365 3
  2. .SH NAME
  3. i82365 \- Personal Computer Memory Card Interface Association (PCMCIA) device
  4. .SH SYNOPSIS
  5. .nf
  6. .B bind -a #y /dev
  7. .B /dev/pcm0attr
  8. .B /dev/pcm0ctl
  9. .B /dev/pcm0mem
  10. .B /dev/pcm1attr
  11. .B /dev/pcm1ctl
  12. .B /dev/pcm1mem
  13. .fi
  14. .SH DESCRIPTION
  15. The
  16. .I i82365
  17. driver provides an interface to an Intel
  18. 82365-compatible PCMCIA interface chip.
  19. This chip supports up to 2 PCMCIA slots, 0
  20. and 1.
  21. Reading
  22. .B pcm[01]attr
  23. returns the contents of attribute memory.
  24. Reading or writing
  25. .B pcm[01]mem
  26. reads or writes RAM on the card.
  27. Reading
  28. .B pcm[01]ctl
  29. returns the card's status.
  30. .PP
  31. This driver must be included to use PCMCIA
  32. devices such as the NE4100 Ethernet card.
  33. The individual card drivers make calls to routines
  34. in the PCMCIA driver.
  35. .SH SOURCE
  36. .B /sys/src/9/pc/devi82365.c
  37. .SH "SEE ALSO"
  38. .IR plan9.ini (8)
  39. .SH BUGS
  40. There is no driver for the Databook PCMCIA interface chip.