hdcsoftc
struct hdcsoftc *sc_hdc;
static int hdc_command(struct hdcsoftc *, int);
static void rd_readgeom(struct hdcsoftc *, struct rdsoftc *);
static void hdc_writeregs(struct hdcsoftc *);
static void hdcstart(struct hdcsoftc *, struct buf *);
static int hdc_rdselect(struct hdcsoftc *, int);
static void hdc_writeregs(struct hdcsoftc *);
static void hdc_readregs(struct hdcsoftc *);
CFATTACH_DECL_NEW(hdc, sizeof(struct hdcsoftc),
struct hdcsoftc * const sc = device_private(self);
struct hdcsoftc * const sc = device_private(parent);
struct hdcsoftc * const sc = arg;
struct hdcsoftc *sc;
struct hdcsoftc * const sc = arg;
hdcstart(struct hdcsoftc *sc, struct buf *ob)
rd_readgeom(struct hdcsoftc *sc, struct rdsoftc *rd)
hdc_readregs(struct hdcsoftc *sc)
hdc_writeregs(struct hdcsoftc *sc)
hdc_command(struct hdcsoftc *sc, int cmd)
hdc_rdselect(struct hdcsoftc *sc, int unit)