MFi386: whitespace, copyright header, etc updates

This commit is contained in:
Peter Wemm 2005-01-21 05:56:41 +00:00
parent 6db058b5f1
commit ba2426ff44
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=140553
6 changed files with 3 additions and 7 deletions

View File

@ -130,7 +130,7 @@ IDTVEC(prot)
TRAP_ERR(T_PROTFLT)
IDTVEC(align)
TRAP_ERR(T_ALIGNFLT)
/*
* alltraps entry point. Use swapgs if this is the first time in the
* kernel from userland. Reenable interrupts if they were enabled

View File

@ -2,8 +2,6 @@
* Copyright (c) 1992 Terrence R. Lambert.
* Copyright (c) 1982, 1987, 1990 The Regents of the University of California.
* Copyright (c) 1997 KATO Takenori.
* Copyright (c) 2001 Tamotsu Hattori.
* Copyright (c) 2001 Mitsuru IWASAKI.
* All rights reserved.
*
* This code is derived from software contributed to Berkeley by

View File

@ -37,7 +37,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
/*
/*-
* Copyright (c) 1996 Charles M. Hannum. All rights reserved.
* Copyright (c) 1996 Christopher G. Demetriou. All rights reserved.
*

View File

@ -126,7 +126,6 @@
#endif
#define KSTACK_GUARD_PAGES 1 /* pages of kstack guard; 0 disables */
/*
* Ceiling on amount of swblock kva space, can be changed via
* the kern.maxswzone /boot/loader.conf variable.

View File

@ -27,7 +27,7 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
/*
/*-
* Modifications for Intel architecture by Garrett A. Wollman.
* Copyright 1998 Massachusetts Institute of Technology
*

View File

@ -325,4 +325,3 @@ pcireg_cfgopen(void)
devmax = 0;
return (cfgmech);
}