mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 14:39:37 +00:00
Define DKBAD_NOTRKSEC. Cosmetic except it is required for recent changes
to bad144.c.
This commit is contained in:
parent
678308e07a
commit
99390fb82f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=7863
@ -31,7 +31,7 @@
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* @(#)dkbad.h 8.1 (Berkeley) 6/2/93
|
||||
* $Id: dkbad.h,v 1.3 1994/08/21 04:41:40 paul Exp $
|
||||
* $Id: dkbad.h,v 1.4 1994/12/11 23:20:50 bde Exp $
|
||||
*/
|
||||
|
||||
#ifndef _SYS_DKBAD_H_
|
||||
@ -60,6 +60,7 @@
|
||||
#define DKBAD_MAGIC 0x4321 /* normal value for bt_flag */
|
||||
#define DKBAD_MAXBAD 126 /* maximum bad sectors supported */
|
||||
#define DKBAD_NOCYL 0xffff /* cylinder to mark end of disk table */
|
||||
#define DKBAD_NOTRKSEC 0xffff /* track/sector to mark end */
|
||||
|
||||
struct dkbad {
|
||||
long bt_csn; /* cartridge serial number */
|
||||
|
Loading…
Reference in New Issue
Block a user