History log of /freebsd-10.1-release/sys/pc98/apm/
Revision Date Author Comments
272461 03-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


145326 20-Apr-2005 nyan

Rename from apm_bioscall.s to apm_bioscall.S for removing a special rule
to build a module. A repo-copy is not done because it has no important logs.

Pointed out by: ru


145181 17-Apr-2005 nyan

Remove unneeded include.


112590 25-Mar-2003 mdodd

Merge PC98 support.


111815 03-Mar-2003 phk

Gigacommit to improve device-driver source compatibility between
branches:

Initialize struct cdevsw using C99 sparse initializtion and remove
all initializations to default values.

This patch is automatically generated and has been tested by compiling
LINT with all the fields in struct cdevsw in reverse order on alpha,
sparc64 and i386.

Approved by: re(scottl)


105260 16-Oct-2002 nyan

MFi386: revision 1.130.


104217 30-Sep-2002 nyan

Call bus_set_resource() to set the ioport resource.


103884 24-Sep-2002 nyan

MFi386: revisions 1.127, 1.128 and 1.129.


103436 17-Sep-2002 peter

Initiate deorbit burn for the i386-only a.out related support. Moves are
under way to move the remnants of the a.out toolchain to ports. As the
comment in src/Makefile said, this stuff is deprecated and one should not
expect this to remain beyond 4.0-REL. It has already lasted WAY beyond
that.

Notable exceptions:
gcc - I have not touched the a.out generation stuff there.
ldd/ldconfig - still have some code to interface with a.out rtld.
old as/ld/etc - I have not removed these yet, pending their move to ports.
some includes - necessary for ldd/ldconfig for now.

Tested on: i386 (extensively), alpha


92792 20-Mar-2002 kato

Remove __P.


91862 08-Mar-2002 nyan

MFi386: revision 1.125


88394 22-Dec-2001 nyan

MFi386: revision 1.124


83513 15-Sep-2001 nyan

Merged from sys/i386/apm/apm.c revision 1.123 (KSE changes).


75059 01-Apr-2001 nyan

Merged from sys/i386/i386/bioscall.s revision 1.9 and 1.10.


75052 01-Apr-2001 nyan

Merged from sys/i386/apm/apm.c revision 1.121.


74810 26-Mar-2001 phk

Send the remains (such as I have located) of "block major numbers" to
the bit-bucket.


71423 23-Jan-2001 nyan

Added pc98 apm driver.

Submitted by: MURAMATSU Atsushi <amura@ma3.seikyou.ne.jp>