aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/an/if_an_isa.c
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2003-04-03 21:36:33 +0000
commit8368cf8f75949c1d998e41a4b98fc8d6db4332de (patch)
tree6ea4281e59072c649579ced46faa3cd8495197d4 /sys/dev/an/if_an_isa.c
parent85fcc22cf65a382feb2f9a4e8b37552cff057088 (diff)
downloadsrc-8368cf8f75949c1d998e41a4b98fc8d6db4332de.tar.gz
src-8368cf8f75949c1d998e41a4b98fc8d6db4332de.zip
Use __FBSDID rather than rcsid[].
Notes
Notes: svn path=/head/; revision=113038
Diffstat (limited to 'sys/dev/an/if_an_isa.c')
-rw-r--r--sys/dev/an/if_an_isa.c11
1 files changed, 4 insertions, 7 deletions
diff --git a/sys/dev/an/if_an_isa.c b/sys/dev/an/if_an_isa.c
index de05a8470079..3c23ac56f931 100644
--- a/sys/dev/an/if_an_isa.c
+++ b/sys/dev/an/if_an_isa.c
@@ -28,8 +28,6 @@
* CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
* THE POSSIBILITY OF SUCH DAMAGE.
- *
- * $FreeBSD$
*/
/*
@@ -40,7 +38,11 @@
* Columbia University, New York City
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
#include "opt_inet.h"
+
#ifdef INET
#define ANCACHE
#endif
@@ -71,11 +73,6 @@
#include <dev/an/if_aironet_ieee.h>
#include <dev/an/if_anreg.h>
-#ifndef lint
-static const char rcsid[] =
- "$FreeBSD$";
-#endif
-
static struct isa_pnp_id an_ids[] = {
{ 0x0100ec06, "Aironet ISA4500/ISA4800" },
{ 0, NULL }