View | Details | Raw Unified | Return to bug 17605
Collapse All | Expand All

(-)src/sys/i386/isa/matcd.c Sun Mar 26 17:04:08 2000 (-1 / +1 lines)
Lines 496-502 Link Here
496
static int     matcd_probe(struct isa_device *dev);
496
static int     matcd_probe(struct isa_device *dev);
497
static int     matcd_attach(struct isa_device *dev);
497
static int     matcd_attach(struct isa_device *dev);
498
struct isa_driver      matcddriver={matcd_probe, matcd_attach,
498
struct isa_driver      matcddriver={matcd_probe, matcd_attach,
499
                                    "matcdc"};
499
                                    "matcd"};
500
500
501
501
502
static d_open_t                matcdopen;
502
static d_open_t                matcdopen;

Return to bug 17605