Home
last modified time | relevance | path

Searched defs:isa_driver (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/sys/bus/isa/x86_64/
H A Disa_device.h71 struct isa_driver { struct
72 int (*probe) (struct isa_device *idp);
74 int (*attach) (struct isa_device *idp);
76 char *name; /* device name */
77 int sensitive_hw; /* true if other probes confuse us */
/dflybsd-src/sys/bus/isa/
H A Disa_common.c1030 static driver_t isa_driver = { variable