- Intro
- Introduction to SDI driver entry point routines
- biostart
- start an I/O transfer
- close
- close Host Bus Adapter pass-through access
- config
- inform drivers of hardware device instances to be managed
- devinfo
- obtain information about a device
- drvctl
- driver control entry point routine
- freeblk
- free a Host Bus Adapter device-specific request block
- getblk
- get a Host Bus Adapter device-specific request block
- getinfo
- get HBA I/O characteristics
- halt
- shut down the driver when the system shuts down
- icmd
- perform a request immediately on a Host Bus Adapter
- init
- perform first-stage initialization and registration of a Host Bus Adapter
- intr
- handle Host Bus Adapter interrupts
- ioctl
- send Host Bus Adapter pass-through commands
- _load
- prepare to load a driver
- mmap
- support virtual mapping for memory-mapped device
- open
- initiate Host Bus Adapter pass-through access
- rinit
- claim and initialize devices
- rm_dev
- remove a device
- send
- queue a request for Host Bus Adapter
- start
- perform second stage initialization and registration of a Host Bus Adapter
- _unload
- prepare to unload a driver
- xlat
- perform address translations required for I/O operation