aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Rename GENERIC98 to GENERIC.KATO Takenori2000-05-041-320/+0
* Add $FreeBSD$Peter Wemm2000-05-011-0/+2
* Move the MSG* and SEM* options to opt_sysvipc.hPeter Wemm2000-05-012-42/+0
* Clean up MAXMEM routine.Yoshihiro Takahashi2000-04-302-6/+6
* Fixed to support JIS7 KANJI.Yoshihiro Takahashi2000-04-302-0/+80
* s/biowait/bufwait/gPoul-Henning Kamp2000-04-291-2/+2
* Remove unneeded #include <sys/kernel.h>Poul-Henning Kamp2000-04-291-1/+0
* Fixed typo.Yoshihiro Takahashi2000-04-291-1/+1
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.Yoshihiro Takahashi2000-04-276-164/+557
* machine/random.h -> sys/random.hYoshihiro Takahashi2000-04-273-3/+3
* Add wormio.h. The wd driver needs it.Yoshihiro Takahashi2000-04-272-1/+118
* Sync with sys/i386/conf/GENERIC revision 1.252.Yoshihiro Takahashi2000-04-232-2/+2
* Release allocated resources and return ENXIO on error.Yoshihiro Takahashi2000-04-222-14/+32
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-192-2/+0
* Convert three drivers not covered by any of our kernel configs.Poul-Henning Kamp2000-04-182-58/+58
* hm committed newbused vt driver this weekend, so it is no longer neededWarner Losh2000-04-171-5/+0
* Complete the bio/buf divorce for all code below devfs::strategyPoul-Henning Kamp2000-04-158-297/+291
* Added wdreg.h. PC-98 still uses the wd driver.Yoshihiro Takahashi2000-04-141-0/+320
* Added wdreg.h and fixed path.Yoshihiro Takahashi2000-04-131-1/+1
* Include pc98.h instead of isareg.h.KATO Takenori2000-04-121-0/+4
* - Fixed counter number (timer2 -> timer1).KATO Takenori2000-04-121-4/+5
* The nss driver is compatible mode.Yoshihiro Takahashi2000-04-121-0/+5
* Merged from sys/i386/isa/isa_compat.c revisions 1.19 and 1.20.KATO Takenori2000-04-121-5/+5
* Newbusify adv driver.Yoshihiro Takahashi2000-04-071-8/+0
* Move B_ERROR flag to b_ioflags and call it BIO_ERROR.Poul-Henning Kamp2000-04-028-29/+29
* Merged from sys/isa/sio.c revisions 1.293 and 1.294.KATO Takenori2000-04-012-28/+246
* Make sysv-style shared memory tuneable params fully runtime adjustablePeter Wemm2000-03-302-14/+0
* NewBus the cs driver.Warner Losh2000-03-301-5/+0
* - Added PC-98 Cbus frontend.Yoshihiro Takahashi2000-03-292-0/+6
* Newbusify mse driver.Yoshihiro Takahashi2000-03-292-197/+358
* Commented out apm0. It could cause hang-up.KATO Takenori2000-03-292-2/+2
* - Supported display suspended mode.Yoshihiro Takahashi2000-03-292-12/+20
* Merge from the following changes.Yoshihiro Takahashi2000-03-2913-66/+6
* Merged from sys/isa/fd.c revision 1.180.KATO Takenori2000-03-282-14/+24
* Merged from sys/i386/i386/userconfig.c revision 1.179.KATO Takenori2000-03-281-18/+1
* Merged from sys/i386/i386/machdep.c revision 1.387.KATO Takenori2000-03-282-4/+48
* Merged from sys/i386/isa/clock.c and sys/isa/sio.c revisions 1.150 andKATO Takenori2000-03-235-18/+23
* Removed B_READ and B_WRITE.KATO Takenori2000-03-231-6/+6
* Disable fdctl_wr_foo. This feature is not supported by PC98.KATO Takenori2000-03-232-2/+8
* Added the joy driver (commented out).Yoshihiro Takahashi2000-03-222-0/+4
* Fixed style bugs.Yoshihiro Takahashi2000-03-202-1106/+1136
* Removed old boot loader.KATO Takenori2000-03-2044-10486/+0
* Rename the existing BUF_STRATEGY() to DEV_STRATEGY()Poul-Henning Kamp2000-03-203-3/+3
* Remove B_READ, B_WRITE and B_FREEBUF and replace them with a newPoul-Henning Kamp2000-03-206-29/+29
* Merged from sys/isa/fd.c.KATO Takenori2000-03-192-488/+490
* Merged from sys/i386/i386/userconfig.c rev 1.178.KATO Takenori2000-03-191-105/+99
* Added COMPAT_OLDPCI and COMPAT_OLDISA options.KATO Takenori2000-03-192-0/+4
* Fixed header file path and added necessary file.Yoshihiro Takahashi2000-03-176-6/+355
* Sync with sys/i386/i386/userconfig.c revision 1.175 and 1.176.Yoshihiro Takahashi2000-03-171-156/+44
* Backed out ppc0 flags addtion. It isn't necessary without PPC_PROBE_CHIPSETYoshihiro Takahashi2000-03-172-2/+2