diff options
| author | Warner Losh <imp@FreeBSD.org> | 2004-08-16 06:33:58 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2004-08-16 06:33:58 +0000 |
| commit | b67471f34a383b9e055d4baa0fe5dbb2a8e1d4ef (patch) | |
| tree | 49256da8e60a9836948d41297e68c57ac99b7f6a /sys/dev/pccbb | |
| parent | b2df3ab18e4b31d55567c2297a5a213940adce70 (diff) | |
Notes
Diffstat (limited to 'sys/dev/pccbb')
| -rw-r--r-- | sys/dev/pccbb/pccbb_isa.c | 1 | ||||
| -rw-r--r-- | sys/dev/pccbb/pccbb_pci.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/pccbb/pccbb_isa.c b/sys/dev/pccbb/pccbb_isa.c index 594dc8cb2ce72..9d5818e258657 100644 --- a/sys/dev/pccbb/pccbb_isa.c +++ b/sys/dev/pccbb/pccbb_isa.c @@ -217,5 +217,4 @@ static driver_t cbb_isa_driver = { }; DRIVER_MODULE(cbb, isa, cbb_isa_driver, cbb_devclass, 0, 0); -MODULE_VERSION(cbb, 1); MODULE_DEPEND(cbb, exca, 1, 1, 1); diff --git a/sys/dev/pccbb/pccbb_pci.c b/sys/dev/pccbb/pccbb_pci.c index 4155935a98ba3..b3c1363c90de7 100644 --- a/sys/dev/pccbb/pccbb_pci.c +++ b/sys/dev/pccbb/pccbb_pci.c @@ -651,5 +651,4 @@ static driver_t cbb_driver = { }; DRIVER_MODULE(cbb, pci, cbb_driver, cbb_devclass, 0, 0); -MODULE_VERSION(cbb, 1); MODULE_DEPEND(cbb, exca, 1, 1, 1); |
