summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Collapse)AuthorAgeFilesLines
* Sync with sys/i386/isa/clock.c revision 1.124.kato1998-06-103-18/+18
|
* Fixed pedantic semantics errors (bitfields not of type int, signed intbde1998-06-082-41/+41
| | | | | | | or unsigned int (this doesn't change the struct layout, size or alignment in any of the files changed in this commit, at least for gcc on i386's. Using bitfields of type u_char may affect size and alignment but not packing)).
* Sync with sys/i386/isa/clock.c revision 1.123.kato1998-06-083-3/+9
|
* Merge 64bit portability fixes from sys/i386 stuff.kato1998-06-0814-37/+37
|
* Updated yet another ioctl, and put wst in LINT to inhibit further bitrot.bde1998-06-081-2/+2
|
* This commit fixes various 64bit portability problems required fordfr1998-06-071-2/+2
| | | | | | | | | | FreeBSD/alpha. The most significant item is to change the command argument to ioctl functions from int to u_long. This change brings us inline with various other BSD versions. Driver writers may like to use (__FreeBSD_version == 300003) to detect this change. The prototype FreeBSD/alpha machdep will follow in a couple of days time.
* Sync with sys/i386/isa/clock.c revision 1.122.kato1998-06-073-15/+15
|
* Make LINE30 a new style option.kato1998-06-061-1/+2
|
* Make BS_TARG_SAFEMODE a new style option.kato1998-06-061-1/+2
|
* Sync with sys/i386/isa/sio.c revision up to 1.205.kato1998-06-052-20/+20
|
* Sync with sys/i386/conf/GENERIC revision 1.110.kato1998-06-052-2/+16
|
* Sync with sys/i386/i386/machdep.c revision 1.298.kato1998-06-032-4/+42
|
* Sync with sys/i386/isa/sio.c revision 1.203.kato1998-06-012-46/+56
|
* Sync with sys/i386/conf/majors.i386 revision 1.43.kato1998-05-291-1/+2
|
* Sync with sys/i386/isa/clock.c revision 1.121.kato1998-05-283-9/+9
|
* Sync with sys/i386/i386/machdep.c revision 1.297.kato1998-05-282-22/+4
|
* Sync with sys/i386/boot/kzipboot/Makefile revision 1.9.kato1998-05-281-2/+2
|
* Sync with sys/i386/boot/biosboot/Makefile revision 1.64.kato1998-05-281-1/+5
|
* Fixed missing semicolon and added space before semicolon.kato1998-05-251-3/+3
| | | | Noticed by: Toshikazu Kaho <kaho@elam.kais.kyoto-u.ac.jp>
* Sync with sys/i386/conf/Makefile.i386 revision 1.113.kato1998-05-231-2/+2
|
* Sync with sys/i386/conf/GENERIC revision 1.109.kato1998-05-212-2/+4
|
* Sync with sys/i386/isa/sio.c revision 1.202.kato1998-05-202-4/+4
|
* Sync with sys/i386/isa/clock.c revision 1.120.kato1998-05-203-54/+27
|
* Sync with sys/i386/i386/machdep.c revision 1.296.kato1998-05-192-18/+78
|
* s/nanoruntime/nanouptime/gphk1998-05-171-9/+9
| | | | | | s/microruntime/microuptime/g Reviewed by: bde
* Sync with sys/i386conf/majors.i386 revision 1.42.kato1998-05-141-3/+3
|
* Sync with sys/i386/isa/sio.c revision 1.201.kato1998-05-132-2/+4
|
* Sync with sys/i386/conf/majors.i386 revision 1.41.kato1998-05-131-1/+3
|
* Sync with sys/i386/isa/wd.c revision 1.167.kato1998-05-121-2/+3
|
* Sync with sys/i386/conf/options.i386 revision 1.78.kato1998-05-121-1/+2
|
* Sync with sys/i386/conf/majors.i386 revision 1.40.kato1998-05-121-1/+2
|
* Sync with sys/i386/isa/wd.c revision 1.166.kato1998-05-071-31/+64
|
* Sync with sys/i386/isa/fd.c revision 1.112.kato1998-05-072-8/+10
|
* Sync with sys/i386/isa/wd.c revision 1.164.kato1998-05-061-2/+7
|
* Deleted unused item.kato1998-05-051-2/+1
|
* Sync with sys/i386/isa/sio.c revision 1.200.kato1998-05-042-2/+4
|
* Added amd controller to support MELCO IFC-DP SCSI card.kato1998-05-043-3/+6
|
* Added SMP kernel configuration file for PC-98 machine.kato1998-05-041-0/+221
|
* System clock speed is always detected automatically.kato1998-05-047-103/+7
|
* Use `0xf8' instead of `IO_NPX' macro to support compiling with `SMP'kato1998-05-041-3/+3
| | | | option.
* Support compiling with `gcc -ansi'.kato1998-05-041-2/+2
|
* Support compiling with `gcc -ansi'.kato1998-05-041-4/+4
|
* Support 1.44MB floppy disk.kato1998-05-024-6/+25
| | | | | Submitted by: Nobuyuki Koganemaru <kogane@koganemaru.co.jp>, NOKUBI Hirotaka <hnokubi@yyy.or.jp>
* Use ${.TARGET} rather than $@. i386 tested, pc98 untested because configimp1998-04-291-12/+12
| | | | | | on my box doesn't grok machine type pc98. PR: 3272 Submitted by: jhs
* Sync with sys/i386/i386/trap.c revision 1.127.kato1998-04-291-1/+5
|
* Sync with sys/i386/isa/wd.c revision up to 1.163.kato1998-04-251-4/+6
|
* Sync with sys/i386/isa/wd.c revision 1.161.kato1998-04-251-3/+9
|
* Sync with sys/i386/conf/GENERIC revision 1.108.kato1998-04-252-2/+4
|
* Sync with sys/i386/conf/majors.i386 revision 1.39.kato1998-04-221-2/+3
|
* close() is no longer a SLICE method.julian1998-04-223-19/+41
| | | | | Close is simply an open with no-read and no-write once internal to SLICE (it still exports a close to the rest of the kernel)
OpenPOWER on IntegriCloud