It's extension, not extention. From Miod Vallat (miod at online fr).
This commit is contained in:
parent
cec587ddf6
commit
4fdf521f76
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: atactl.c,v 1.27 2004/01/05 23:23:32 jmmv Exp $ */
|
||||
/* $NetBSD: atactl.c,v 1.28 2004/03/14 20:11:24 wiz Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 The NetBSD Foundation, Inc.
|
||||
@ -42,7 +42,7 @@
|
||||
#include <sys/cdefs.h>
|
||||
|
||||
#ifndef lint
|
||||
__RCSID("$NetBSD: atactl.c,v 1.27 2004/01/05 23:23:32 jmmv Exp $");
|
||||
__RCSID("$NetBSD: atactl.c,v 1.28 2004/03/14 20:11:24 wiz Exp $");
|
||||
#endif
|
||||
|
||||
|
||||
@ -157,7 +157,7 @@ struct bitinfo ata_cmd_set2[] = {
|
||||
{ WDC_CMD2_DCO, "Device Configuration Overlay feature set" },
|
||||
{ ATA_CMD2_LBA48, "48-bit Address feature set" },
|
||||
{ WDC_CMD2_AAM, "Automatic Acoustic Management feature set" },
|
||||
{ WDC_CMD2_SM, "SET MAX security extention" },
|
||||
{ WDC_CMD2_SM, "SET MAX security extension" },
|
||||
{ WDC_CMD2_SFREQ, "SET FEATURES required to spin-up after power-up" },
|
||||
{ WDC_CMD2_PUIS, "Power-Up In Standby feature set" },
|
||||
{ WDC_CMD2_RMSN, "Removable Media Status Notification feature set" },
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: atareg.h,v 1.16 2003/12/30 19:30:13 thorpej Exp $ */
|
||||
/* $NetBSD: atareg.h,v 1.17 2004/03/14 20:11:24 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1998, 2001 Manuel Bouyer.
|
||||
@ -340,7 +340,7 @@ struct ataparams {
|
||||
#define WDC_CMD2_DCO 0x0800 /* Device Configuration Overlay */
|
||||
#define ATA_CMD2_LBA48 0x0400 /* 48-bit Address */
|
||||
#define WDC_CMD2_AAM 0x0200 /* Automatic Acoustic Management */
|
||||
#define WDC_CMD2_SM 0x0100 /* SET MAX security extention */
|
||||
#define WDC_CMD2_SM 0x0100 /* SET MAX security extension */
|
||||
#define WDC_CMD2_SFREQ 0x0040 /* SET FEATURE is required
|
||||
to spin-up after power-up */
|
||||
#define WDC_CMD2_PUIS 0x0020 /* Power-Up In Standby */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: oosiop.c,v 1.4 2003/10/29 17:45:55 tsutsui Exp $ */
|
||||
/* $NetBSD: oosiop.c,v 1.5 2004/03/14 20:11:24 wiz Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2001 Shuichiro URATA. All rights reserved.
|
||||
@ -35,7 +35,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.4 2003/10/29 17:45:55 tsutsui Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: oosiop.c,v 1.5 2004/03/14 20:11:24 wiz Exp $");
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
@ -337,7 +337,7 @@ oosiop_relocate_io(struct oosiop_softc *sc, bus_addr_t addr)
|
||||
dcmd &= ~0x04000000;
|
||||
#if 0
|
||||
/*
|
||||
* sign extention isn't needed here because
|
||||
* sign extension isn't needed here because
|
||||
* ncr53cxxx.c generates 32 bit dsps.
|
||||
*/
|
||||
dsps <<= 8;
|
||||
@ -365,7 +365,7 @@ oosiop_relocate_tc(struct oosiop_softc *sc, bus_addr_t addr)
|
||||
sc->sc_scr[addr / 4] = htole32(dcmd);
|
||||
#if 0
|
||||
/*
|
||||
* sign extention isn't needed here because
|
||||
* sign extension isn't needed here because
|
||||
* ncr53cxxx.c generates 32 bit dsps.
|
||||
*/
|
||||
dsps <<= 8;
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.3 2004/02/07 06:52:05 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2004/03/14 20:11:24 wiz Exp $
|
||||
|
||||
.include "../../../Makefile.serverlib"
|
||||
|
||||
@ -9,7 +9,7 @@ SRCS= hpc.h xf86Keymap.h atKeynames.h \
|
||||
hpcFB.c hpcIo.c hpcKeymap.c hpcScreen.c \
|
||||
hpcInit.c hpcKbd.c hpcMouse.c hpcColormap.c hpcInEx.c
|
||||
|
||||
# trim fonts / extentions / XSERVERINCDIR if possible
|
||||
# trim fonts / extensions / XSERVERINCDIR if possible
|
||||
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/hw/netbsd/hpc \
|
||||
-I${X11SRCDIR.xc}/programs/Xserver \
|
||||
-I${X11SRCDIR.xc}/programs/Xserver/mi \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2004/02/07 06:52:05 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/03/14 20:11:24 wiz Exp $
|
||||
|
||||
.include "../../../Makefile.serverlib"
|
||||
|
||||
@ -8,7 +8,7 @@ LIB= mac68k
|
||||
SRCS= mac68kEvent.c mac68kInit.c mac68kKbd.c mac68kKeyMap.c mac68k.h \
|
||||
mac68kMouse.c mac68kMonoScreens.c
|
||||
|
||||
# trim fonts / extentions / XSERVERINCDIR if possible
|
||||
# trim fonts / extensions / XSERVERINCDIR if possible
|
||||
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/hw/netbsd/mac68k \
|
||||
-I${X11SRCDIR.xc}/programs/Xserver \
|
||||
-I${X11SRCDIR.xc}/programs/Xserver/mi \
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.2 2004/02/07 06:52:05 lukem Exp $
|
||||
# $NetBSD: Makefile,v 1.3 2004/03/14 20:11:24 wiz Exp $
|
||||
|
||||
.include "../../../Makefile.serverlib"
|
||||
|
||||
@ -8,7 +8,7 @@ LIB= x68k
|
||||
SRCS= x68kInit.c x68kConfig.c x68kIo.c x68kMouse.c x68kKbd.c x68kKeyMap.c \
|
||||
x68kFb.c x68kGraph.c x68kText.c x68kInEx.c
|
||||
|
||||
# trim fonts / extentions / XSERVERINCDIR if possible
|
||||
# trim fonts / extensions / XSERVERINCDIR if possible
|
||||
CPPFLAGS+= -I${X11SRCDIR.xc}/programs/Xserver/hw/netbsd/x68k \
|
||||
-I${X11SRCDIR.xc}/programs/Xserver \
|
||||
-I${X11SRCDIR.xc}/programs/Xserver/mi \
|
||||
|
Loading…
Reference in New Issue
Block a user