diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-12-23 06:49:27 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-12-23 06:49:27 +0000 |
| commit | 5fe4723c701cae7118f3293d9d1f173dcbb062a2 (patch) | |
| tree | 9eeff1b9bafbcfc16e23bfd7dee10d6701f3c9c2 /sys/dev/aha | |
| parent | 75d037476586d8d42eeea701166b20d847c48455 (diff) | |
Notes
Diffstat (limited to 'sys/dev/aha')
| -rw-r--r-- | sys/dev/aha/aha_isa.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/aha/aha_isa.c b/sys/dev/aha/aha_isa.c index 0ada1c7a5a52..4fd4ee601f77 100644 --- a/sys/dev/aha/aha_isa.c +++ b/sys/dev/aha/aha_isa.c @@ -362,3 +362,4 @@ static devclass_t aha_devclass; DRIVER_MODULE(aha, isa, aha_isa_driver, aha_devclass, 0, 0); MODULE_DEPEND(aha, isa, 1, 1, 1); +ISA_PNP_INFO(aha_ids); |
