summaryrefslogtreecommitdiffstats
path: root/usr.sbin/config/config.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1997-03-28 00:56:11 +0000
committerache <ache@FreeBSD.org>1997-03-28 00:56:11 +0000
commitbcbc3df8b00d5fa1e1ebf1549f69ab50eb92c532 (patch)
tree037d72c30614aac260afca48707f4e7a49ae0da0 /usr.sbin/config/config.h
parent8db0f5f4fd48850ac02e218a0086a7032f3ea1fe (diff)
downloadFreeBSD-src-bcbc3df8b00d5fa1e1ebf1549f69ab50eb92c532.zip
FreeBSD-src-bcbc3df8b00d5fa1e1ebf1549f69ab50eb92c532.tar.gz
Remove support for "port none" and "port auto", it gains nothing,
non-standard and not used. "port auto" is equal to "port?" or missing "port" keyword now. "port none" is really probe routine task (return -1 for no ports).
Diffstat (limited to 'usr.sbin/config/config.h')
-rw-r--r--usr.sbin/config/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/config/config.h b/usr.sbin/config/config.h
index e0504cc..6c524f5 100644
--- a/usr.sbin/config/config.h
+++ b/usr.sbin/config/config.h
@@ -125,8 +125,6 @@ struct device {
int d_disabled; /* nonzero to skip probe/attach */
char *d_port; /* io port base manifest constant */
int d_portn; /* io port base (if number not manifest) */
-#define PORT_AUTO -1 /* automatically configured */
-#define PORT_NONE -2 /* no port */
char *d_mask; /* interrupt mask */
int d_maddr; /* io memory base */
int d_msize; /* io memory size */
OpenPOWER on IntegriCloud