pcata - PCMCIA ATA card device driver
pcata@socket#:a -u
pcata@socket#:a -u,raw
The PCMCIA ATA card device driver supports PCMCIA ATA disk and flash cards that follow the following standards:
The driver supports standard PCMCIA ATA cards that contain a Card Information Structure (CIS). For PCMCIA, nodes are created in /devices that include the socket number as one component of the device name referred to by the node. However, the names in /dev, /dev/dsk, and /dev/rdsk follow the current conventions for ATA devices, which do not encode the socket number in any part of the name. For example, you may have the following:
|
If a PC Card ATA device is recognized, the pcata driver is automatically loaded, IRQs allocated, devices nodes created, and special files created (if they do not already exist).
Configuration topics include initial installation and configuration, identifying an unrecognized device, special files and hot-plugging.
If you insert a PC card ATA device and it is not recognized (no special files created), use the prtconf command to identify the problem.
# prtconf -D . . . pcic, instance #0 (driver name: pcic) . . . disk, instance #0
For PC card devices, nodes are created in /devices that include the socket number as one component of a device name that the node refers to. However, the /prtc/dev names and the names in /dev/dsk and /dev/rdsk do follow the current convention for ATA devices, which do not encode the socket number in any part of the name.
# mkfs -F pcfs /dev/rdsk/c#d#p0:d
# mount -F pcfs /dev/dsk/c#d#p0:c /mnt
# newfs /dev/rdsk/c#d#s#
# mount -F ufs /dev/dsk/c#d#s# /mnt
/kernel/drv/pcata
See attributes(5) for descriptions of the following attributes:
|
format(1M), mount(1M), newfs(1M), pcmcia(7D), attributes(5), pcfs(7FS)
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |