fix capitalization of NetBSD; from Zapher
This commit is contained in:
parent
3d98aa3f4b
commit
d8f5d5f044
@ -1,4 +1,4 @@
|
||||
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.47 $>
|
||||
LIST OF CHANGES FROM PREVIOUS RELEASES: <$Revision: 1.48 $>
|
||||
|
||||
|
||||
Changes from 386bsd 0.1 + patchkit 0.2.2 to NetBSD 0.8:
|
||||
@ -1095,7 +1095,7 @@ Changes from NetBSD 0.9 to NetBSD 1.0:
|
||||
tty subsystem VMIN/VTIME implimentation from Marc Teitelbaum
|
||||
<marc@vangogh.cs.berkeley.edu> (deraadt)
|
||||
multicast patches added.
|
||||
Original code by Steve Mccanne and LBL. Netbsd patches
|
||||
Original code by Steve Mccanne and LBL. NetBSD patches
|
||||
from Chris Maeda <cmaeda@cs.washington.edu> (hpeyerl)
|
||||
add files I'd forgotten earlier. reminders from Brad Parker
|
||||
<brad@fcr.com> and Havard Eidnes
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: adosglue.h,v 1.7 2006/08/03 20:29:54 mhitch Exp $ */
|
||||
/* $NetBSD: adosglue.h,v 1.8 2006/11/24 19:38:55 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1994 Christian E. Hopps
|
||||
@ -38,9 +38,9 @@
|
||||
* disklabel.h (for DOST_DOS it will be the version number)
|
||||
*/
|
||||
#define DOST_XXXBSD 0x42534400 /* Old type back compat*/
|
||||
#define DOST_NBR 0x4e425200 /* 'NBRx' Netbsd root partition */
|
||||
#define DOST_NBS 0x4e425300 /* 'NBS0' Netbsd swap partition */
|
||||
#define DOST_NBU 0x4e425500 /* 'NBUx' Netbsd user partition */
|
||||
#define DOST_NBR 0x4e425200 /* 'NBRx' NetBSD root partition */
|
||||
#define DOST_NBS 0x4e425300 /* 'NBS0' NetBSD swap partition */
|
||||
#define DOST_NBU 0x4e425500 /* 'NBUx' NetBSD user partition */
|
||||
#define DOST_DOS 0x444f5300 /* 'DOSx' AmigaDos partition */
|
||||
#define DOST_AMIX 0x554e4900 /* 'UNIx' AmigaDos partition */
|
||||
#define DOST_MUFS 0x6d754600 /* 'muFx' AmigaDos partition (muFS) */
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: devicename.c,v 1.2 2006/04/22 07:58:53 cherry Exp $ */
|
||||
/* $NetBSD: devicename.c,v 1.3 2006/11/24 19:38:55 christos Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1998 Michael Smith <msmith@freebsd.org>
|
||||
@ -136,7 +136,7 @@ efi_parsedev(struct efi_devdesc **dev, const char *devspec, const char **path)
|
||||
np = cp + 1;
|
||||
slice = strtol(np, &cp, 10);
|
||||
if (cp == np) {
|
||||
err = EPART; /* XXX : Netbsd calls a FreeBSD SLICE, a Partition! */
|
||||
err = EPART; /* XXX : NetBSD calls a FreeBSD SLICE, a Partition! */
|
||||
goto fail;
|
||||
}
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
__FBSDID("$FreeBSD: src/sys/compat/ndis/subr_ntoskrnl.c,v 1.43.2.5 2005/03/31 04:24:36 wpaul Exp $");
|
||||
#endif
|
||||
#ifdef __NetBSD__
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_ntoskrnl.c,v 1.5 2006/11/16 01:32:44 christos Exp $");
|
||||
__KERNEL_RCSID(0, "$NetBSD: subr_ntoskrnl.c,v 1.6 2006/11/24 19:38:55 christos Exp $");
|
||||
#endif
|
||||
|
||||
#ifdef __FreeBSD__
|
||||
@ -2764,7 +2764,7 @@ DbgBreakPoint(void)
|
||||
Debugger("DbgBreakPoint(): breakpoint");
|
||||
#elif defined(__FreeBSD__) && __FreeBSD_version >= 502113
|
||||
kdb_enter("DbgBreakPoint(): breakpoint");
|
||||
#else /* Netbsd case */
|
||||
#else /* NetBSD case */
|
||||
; /* TODO Search how to go into debugger without panic */
|
||||
#endif
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: if_re_pci.c,v 1.20 2006/11/18 15:58:50 tsutsui Exp $ */
|
||||
/* $NetBSD: if_re_pci.c,v 1.21 2006/11/24 19:38:55 christos Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1997, 1998-2003
|
||||
@ -41,7 +41,7 @@
|
||||
* Senior Networking Software Engineer
|
||||
* Wind River Systems
|
||||
*
|
||||
* Netbsd bus-specific frontends for written by
|
||||
* NetBSD bus-specific frontends for written by
|
||||
* Jonathan Stone <jonathan@netbsd.org>
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user