aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/cs/if_cs_isa.c
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2017-12-23 06:49:27 +0000
committerWarner Losh <imp@FreeBSD.org>2017-12-23 06:49:27 +0000
commit5fe4723c701cae7118f3293d9d1f173dcbb062a2 (patch)
tree9eeff1b9bafbcfc16e23bfd7dee10d6701f3c9c2 /sys/dev/cs/if_cs_isa.c
parent75d037476586d8d42eeea701166b20d847c48455 (diff)
downloadsrc-5fe4723c701cae7118f3293d9d1f173dcbb062a2.tar.gz
src-5fe4723c701cae7118f3293d9d1f173dcbb062a2.zip
Create a new ISA_PNP_INFO macro. Use this macro every where we have
ISA PNP card support (replace by hand version in if_ed). Move module declarations to the end of some files. Fix PCCARD_PNP_INFO to use nitems(). Remove some stale comments about pc98, turns out the comment was simply wrong.
Notes
Notes: svn path=/head/; revision=327102
Diffstat (limited to 'sys/dev/cs/if_cs_isa.c')
-rw-r--r--sys/dev/cs/if_cs_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cs/if_cs_isa.c b/sys/dev/cs/if_cs_isa.c
index 55446238875f..4b1e5d7ba0f8 100644
--- a/sys/dev/cs/if_cs_isa.c
+++ b/sys/dev/cs/if_cs_isa.c
@@ -120,3 +120,4 @@ extern devclass_t cs_devclass;
DRIVER_MODULE(cs, isa, cs_isa_driver, cs_devclass, 0, 0);
MODULE_DEPEND(cs, isa, 1, 1, 1);
MODULE_DEPEND(cs, ether, 1, 1, 1);
+ISA_PNP_INFO(cs_ids);