aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Added #include <sys/proc.h>Yoshihiro Takahashi2001-07-102-0/+2
* Merged from sys/i386/i386/machdep.c revisions 1.459 and 1.460.Yoshihiro Takahashi2001-07-072-90/+0
* With Alfred's permission, remove vm_mtx in favor of a fine-grained approachMatthew Dillon2001-07-044-22/+12
* - Don't overwrite inb, inw and outw.Yoshihiro Takahashi2001-07-041-1/+1
* Fixed warning message.Yoshihiro Takahashi2001-07-022-6/+4
* Don't need the .keep_me files. Obrien and I committed past each other.Warner Losh2001-07-012-1/+1
* Ensure sys/${MACHINE}/compile/FOO existsDavid E. O'Brien2001-06-301-0/+0
* Really do proper keepme files in the compile directories. UseWarner Losh2001-06-302-0/+1
* Ensure sys/${MACHINE}/compile/FOO existsDavid E. O'Brien2001-06-301-0/+0
* Repo copy i8237.h to dev/ic so we can get rid of some of the final vestigesWarner Losh2001-06-302-2/+2
* Add a new MI pointer to the process' trapframe p_frame instead of usingJohn Baldwin2001-06-293-28/+28
* Enable interrupts again after disabling them in epson_{in,out}sw().John Baldwin2001-06-291-0/+2
* Merged from the following changes.Yoshihiro Takahashi2001-06-266-154/+528
* Merged from sys/isa/sio.c revision 1.335.Yoshihiro Takahashi2001-06-262-2/+10
* Merged from sys/i386/isa/isa_dma.c revision 1.7.Yoshihiro Takahashi2001-06-262-0/+18
* Merged from sys/isa/syscons_isa.c revision 1.16.Yoshihiro Takahashi2001-06-262-2/+2
* Merged from sys/dev/syscons/scterm-sc.c revison 1.15.Yoshihiro Takahashi2001-06-262-2/+4
* Merged from sys/dev/syscons/syscons.c revisons 1.358 and 1.360.Yoshihiro Takahashi2001-06-261-1/+20
* Merged from sys/isa/fd.c revisions 1.198, 1.199, 1.200, 1.202 and 1.204.Yoshihiro Takahashi2001-06-262-150/+62
* Commented out pcm hints.KATO Takenori2001-06-261-5/+5
* Fixed miss merging from revision 1.102.Yoshihiro Takahashi2001-06-261-1/+1
* Merged from sys/i386/isa/npx.c revision 1.102.KATO Takenori2001-06-231-2/+2
* Merged from sys/i386/i386/machdep.c revisions 1.456 and 1.457.KATO Takenori2001-06-232-34/+16
* Removed pcm and sbc devices.KATO Takenori2001-06-231-4/+0
* Allocate all resources using keyboard controller.Yoshihiro Takahashi2001-06-172-16/+74
* Commented out USERCONFIG and VISUAL_USERCONFIG options.Yoshihiro Takahashi2001-06-141-2/+2
* With this commit, I hereby pronounce gensetdefs past its use-by date.Peter Wemm2001-06-132-4/+0
* Hints overhaul:Peter Wemm2001-06-125-18/+16
* Move the files from i386/isa/ic/ to dev/ic/.Yoshihiro Takahashi2001-06-102-8/+8
* Nuke the various poorly maintained copies of ioctl_fd.h. The file isJoerg Wunsch2001-06-062-2/+2
* Move out the files from src/sys/isa/ic/ to src/sys/dev/ic/, so theyJoerg Wunsch2001-06-042-2/+2
* Merged from sys/kern/subr_diskmbr.c revision 1.45.Yoshihiro Takahashi2001-06-031-33/+63
* Merged from sys/kern/subr_diskmbr.c revision 1.52.Yoshihiro Takahashi2001-06-031-5/+0
* Merged from sys/i386/i386/machdep.c revision 1.454.Yoshihiro Takahashi2001-06-022-2/+0
* Disabled unneeded code for PC98.Yoshihiro Takahashi2001-06-022-2/+2
* Merged from sys/i386/isa/npx.c revision 1.101.Yoshihiro Takahashi2001-06-021-79/+85
* move wx to be part of miibus requiring chipsetsMatt Jacob2001-05-301-1/+1
* Remove MFS options from all example kernel configs.Poul-Henning Kamp2001-05-291-1/+0
* Update pc98 memory probe functions.Yoshihiro Takahashi2001-05-214-572/+82
* Merged from sys/i386/isa/npx.c revisions 1.99 and 1.100.Yoshihiro Takahashi2001-05-211-74/+29
* Merged from sys/i386/i386/machdep.c revisions 1.452 and 1.453.Yoshihiro Takahashi2001-05-212-24/+24
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-159-9/+0
* Merged from sys/isa/fd.c revision 1.197.KATO Takenori2001-05-152-46/+80
* Merged from sys/i386/i386/machdep.c revision 1.450.KATO Takenori2001-05-152-0/+2
* Convert DEVFS from an "opt-in" to an "opt-out" option.Poul-Henning Kamp2001-05-131-1/+0
* - Split out the support for per-CPU data from the SMP code. UP kernelsJohn Baldwin2001-05-102-6/+4
* Actually biofinish(struct bio *, struct devstat *, int error) is more generalPoul-Henning Kamp2001-05-066-26/+11
* Merged from sys/i386/i386/machdep.c revision 1.448.KATO Takenori2001-05-062-4/+0
* Merged from sys/i386/conf/GENERIC revision 1.304.Yoshihiro Takahashi2001-05-061-3/+3
* Merged from sys/isa/fd.c revision 1.193.Yoshihiro Takahashi2001-05-062-10/+10