freebsd-dev/sys
Rodney W. Grimes 1c622fc1dc SYSPDROFF and SYSPDREND are now calculated using KERNBASE, KERNSIZE and
PDRSHIFT.

The SYSTEM constant that was defined in this file has been replaced
with KERNBASE from param.h.

Changed almost all # style comments to /* */ C style comments.  Several
comments cleaned up so that they make a little more since.

In the comments that describe C calling conventions to assembler routines
used a comma space sequence to seperate arguments and removed the space
between the function name and the argument list.

Removed useless comments like /* clr eax */.

Changed all comma space sequences on assemble instructions to just be comma.

Removed spaces after $ operators to make the file consistent, this may need
to change again (ie: $KERNBASE should probably be $(KERNBASE), but for now
it all seems to work just fine.)  This may become a problem with the C
pre-processor.

Changed several double blank lines to single blank lines that where used
to seperate the I/O routines, these routines are blocked enough that we
don't need double blank lines between them.

Changed sequence of I/O routines to be all input functions, all output
functions instead of just the opposite.

Moved the SHOW_A_LOT debug stuff to near the end of the file.

Changed two occurances of the constant 0xfff to NBPG-1.
1993-10-10 06:07:57 +00:00
..
alpha/include Latest changes for XFree86 2.0 1993-10-04 22:21:10 +00:00
amd64 SYSPDROFF and SYSPDREND are now calculated using KERNBASE, KERNSIZE and 1993-10-10 06:07:57 +00:00
conf Put sound blaster in alaphabetic order 1993-10-09 23:59:13 +00:00
ddb >From: rich@id.slip.bcm.tmc.edu.cdrom.com (Rich Murphey) 1993-09-12 21:56:50 +00:00
dev Removed FAT_CURSOR as default since it breaks certain CGA displays 1993-10-08 21:21:59 +00:00
i386 SYSPDROFF and SYSPDREND are now calculated using KERNBASE, KERNSIZE and 1993-10-10 06:07:57 +00:00
isa Removed FAT_CURSOR as default since it breaks certain CGA displays 1993-10-08 21:21:59 +00:00
kern Changed trap.c so that a panic will occur if we do not have hardware 1993-08-28 13:25:22 +00:00
powerpc/include Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
scsi Bring README into sync with Julians latest README (1 line deleted which was 1993-09-21 20:26:02 +00:00
sys Revised headers from Julian. Support for generic scsi. 1993-08-28 03:10:05 +00:00