aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningBruce Evans2002-02-032-18/+0
* Improve the change in the previous commit: use a stub for osigreturn()Bruce Evans2002-02-032-0/+8
* Compile osigreturn() unconditionally since it will always be needed onBruce Evans2002-02-012-4/+0
* MFi386: revision 1.489.Yoshihiro Takahashi2002-01-312-26/+16
* Changed iskanji[12] to inline functions.Yoshihiro Takahashi2002-01-312-350/+344
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,Yoshihiro Takahashi2002-01-314-312/+250
* MFi386: revision 1.180Yoshihiro Takahashi2002-01-313-0/+15
* MFi386: revision 1.52Yoshihiro Takahashi2002-01-311-10/+13
* MFi386: revision 1.64Yoshihiro Takahashi2002-01-181-3/+1
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.Yoshihiro Takahashi2002-01-182-4/+12
* MFi386: revision 1.487Yoshihiro Takahashi2002-01-182-0/+2
* Clear the single-step flag for signal handlers. This fixes bogus traceBruce Evans2002-01-102-12/+8
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.Yoshihiro Takahashi2002-01-062-6/+24
* Change the preemption code for software interrupt thread schedules andJohn Baldwin2002-01-052-8/+8
* Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.Yoshihiro Takahashi2001-12-311-1/+1
* MFi386: revision 1.178Yoshihiro Takahashi2001-12-223-21/+12
* MFi386: revision 1.124Yoshihiro Takahashi2001-12-221-2/+96
* Merged from sys/dev/syscons/syscons.c revision 1.377.Yoshihiro Takahashi2001-12-221-12/+4
* cosmetic changes.Yoshihiro Takahashi2001-12-222-44/+40
* MFi386: revision 1.179Yoshihiro Takahashi2001-12-223-0/+30
* MFi386: revision 1.486Yoshihiro Takahashi2001-12-222-6/+4
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.Yoshihiro Takahashi2001-12-164-742/+1182
* Enable UFS_DIRHASH in the GENERIC kernel.Ian Dowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentYoshihiro Takahashi2001-12-144-18/+10
* MFi386: revision 1.485 (the previous commit is not completely)Yoshihiro Takahashi2001-12-122-22/+26
* Overhaul the per-CPU support a bit:John Baldwin2001-12-112-18/+16
* Update to C99, s/__FUNCTION__/__func__/,David E. O'Brien2001-12-102-22/+22
* Allow maxusers to be specified as 0 in the kernel config, which willMatthew Dillon2001-12-093-3/+5
* PROCFS requires PSEUDOFS.Dag-Erling Smørgrav2001-12-041-1/+2
* Split the sio driver for pc98 into bus front end and back end.Yoshihiro Takahashi2001-11-266-552/+324
* MFi386: revision 1.326.Yoshihiro Takahashi2001-11-171-0/+1
* MFi386: revision 1.483Yoshihiro Takahashi2001-11-172-12/+12
* Use make_dev_alias() instead of call make_dev() twice.Yoshihiro Takahashi2001-11-121-4/+8
* GC userconfig after Peter axed it 15 months ago.Poul-Henning Kamp2001-11-051-3178/+0
* Don't call cdevsw_add().Poul-Henning Kamp2001-11-043-23/+0
* Rename the top 7 bits if disk minors to spare bits, rather than type bits.Poul-Henning Kamp2001-11-041-1/+1
* MFi386: sys/i386/i386/machdep.c revisions 1.481 and 1.482Yoshihiro Takahashi2001-10-302-4/+10
* Removed pmc_isa_identify function. It is not needed.Yoshihiro Takahashi2001-10-282-26/+0
* cn_tab no longer exists, use cnadd() to add a console device. Note thatJonathan Lemon2001-10-243-3/+3
* Added the pmc driver which supports power management controller ofYoshihiro Takahashi2001-10-244-0/+518
* fix broken `compat_atdisk'(replace raw device name with block device's).Akio Morita2001-10-231-2/+3
* Fix compile error of the case using `LINE30' option.Akio Morita2001-10-232-0/+6
* First commit after a repo copy of isa/sio* -> dev/sio:Warner Losh2001-10-222-2/+2
* Use the i386 version of npx.c. It has been merged with the pc98 version.Bruce Evans2001-10-211-1003/+0
* Remove wx.Matt Jacob2001-10-201-1/+0
* MFi386: sys/i386/isa/npx.c revisions from 1.114 to 1.116Yoshihiro Takahashi2001-10-191-161/+56
* Changed IO_NPXSIZE to 8Yoshihiro Takahashi2001-10-192-2/+2
* MFi386: sys/i386/isa/clock.c revision 1.177Yoshihiro Takahashi2001-10-193-12/+0
* MFi386: sys/i386/isa/pcaudio.c revision 1.63Yoshihiro Takahashi2001-10-191-6/+0
* Merged from sys/isa/sio.c revisions from 1.344 to 1.347Yoshihiro Takahashi2001-10-192-6/+20