From b0452ccaccfd5e76c096b5dcdc79007a143122b1 Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Wed, 17 Nov 2004 23:33:56 +0000 Subject: [PATCH] Add missing /* DEVICE_POLLING */ --- sys/dev/sf/if_sfreg.h | 2 +- sys/pci/if_sfreg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/sf/if_sfreg.h b/sys/dev/sf/if_sfreg.h index d9b1b5fa27e..12af2117e5c 100644 --- a/sys/dev/sf/if_sfreg.h +++ b/sys/dev/sf/if_sfreg.h @@ -1048,7 +1048,7 @@ struct sf_softc { struct mtx sf_mtx; #ifdef DEVICE_POLLING int rxcycles; -#endif +#endif /* DEVICE_POLLING */ }; diff --git a/sys/pci/if_sfreg.h b/sys/pci/if_sfreg.h index d9b1b5fa27e..12af2117e5c 100644 --- a/sys/pci/if_sfreg.h +++ b/sys/pci/if_sfreg.h @@ -1048,7 +1048,7 @@ struct sf_softc { struct mtx sf_mtx; #ifdef DEVICE_POLLING int rxcycles; -#endif +#endif /* DEVICE_POLLING */ };