summaryrefslogtreecommitdiffstats
path: root/sys/isa/fd.c
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-05-08 18:13:15 +0000
committerpeter <peter@FreeBSD.org>1999-05-08 18:13:15 +0000
commit79e6cf28813463979989ee83d2ff83fa1b98a537 (patch)
tree13e5d231fa0000a851ded2632f985171ff6fd6cc /sys/isa/fd.c
parent1ad8af5a4786f8be84b5bdf3312be5322cf56268 (diff)
downloadFreeBSD-src-79e6cf28813463979989ee83d2ff83fa1b98a537.zip
FreeBSD-src-79e6cf28813463979989ee83d2ff83fa1b98a537.tar.gz
GC unused #define id_physid id_scsiid
Diffstat (limited to 'sys/isa/fd.c')
-rw-r--r--sys/isa/fd.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/isa/fd.c b/sys/isa/fd.c
index c4c86ee..f0a082f 100644
--- a/sys/isa/fd.c
+++ b/sys/isa/fd.c
@@ -47,7 +47,7 @@
* SUCH DAMAGE.
*
* from: @(#)fd.c 7.4 (Berkeley) 5/25/91
- * $Id: fd.c,v 1.139 1999/05/07 07:03:24 phk Exp $
+ * $Id: fd.c,v 1.140 1999/05/07 10:10:30 phk Exp $
*
*/
@@ -109,12 +109,6 @@
/* internally used only, not really from CMOS: */
#define RTCFDT_144M_PRETENDED 0x1000
-/*
- * this biotab field doubles as a field for the physical unit number
- * on the controller
- */
-#define id_physid id_scsiid
-
/* error returns for fd_cmd() */
#define FD_FAILED -1
#define FD_NOT_VALID -2
OpenPOWER on IntegriCloud