diff options
| author | pk <pk@NetBSD.org> | 1998-02-28 01:14:57 +0000 |
|---|---|---|
| committer | pk <pk@NetBSD.org> | 1998-02-28 01:14:57 +0000 |
| commit | 5bc7459ebd9134000296efa02be94f09076ec362 (patch) | |
| tree | d3da35bc9178d430c6cd6774b43bcf78c35d2275 /sys/dev | |
| parent | 96989505305e7ce0e382e3bda09a40e8161f5e5c (diff) | |
Remove `NEW_I82586'
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/i82586.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/ic/i82586.c b/sys/dev/ic/i82586.c index 567d3255ca9..132eb1cbd6c 100644 --- a/sys/dev/ic/i82586.c +++ b/sys/dev/ic/i82586.c @@ -1,4 +1,4 @@ -/* $NetBSD: i82586.c,v 1.11 1998/02/01 19:25:44 kleink Exp $ */ +/* $NetBSD: i82586.c,v 1.12 1998/02/28 01:14:57 pk Exp $ */ /*- * Copyright (c) 1998 The NetBSD Foundation, Inc. @@ -183,7 +183,6 @@ Mode of operation: #include <machine/bus.h> -#define _NEW_I82586 /* remove after all old drivers are converted */ #include <dev/ic/i82586reg.h> #include <dev/ic/i82586var.h> |
