GC unused #define id_physid id_scsiid

This commit is contained in:
peter 1999-05-08 18:13:15 +00:00
parent 1ad8af5a47
commit 79e6cf2881
4 changed files with 4 additions and 28 deletions

View File

@ -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

View File

@ -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

View File

@ -34,7 +34,7 @@
* SUCH DAMAGE.
*
* from: @(#)wd.c 7.2 (Berkeley) 5/9/91
* $Id: wd.c,v 1.195 1999/04/28 10:53:01 dt Exp $
* $Id: wd.c,v 1.196 1999/05/07 07:03:30 phk Exp $
*/
/* TODO:
@ -115,12 +115,6 @@ extern void wdstart(int ctrlr);
#define WDOPT_FORCEHD(x) (((x)&0x0f00)>>8)
#define WDOPT_MULTIMASK 0x00ff
/*
* This biotab field doubles as a field for the physical unit number on
* the controller.
*/
#define id_physid id_scsiid
/*
* Drive states. Used to initialize drive.
*/

View File

@ -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