summaryrefslogtreecommitdiffstats
path: root/sys/pc98
Commit message (Expand)AuthorAgeFilesLines
* Use the dx register for the destination port address. A immediate portnyan2002-03-131-2/+5
* MFi386: revision 1.502nyan2002-03-132-0/+8
* Free allocated buffer at siodetach().nyan2002-03-102-0/+8
* MFi386: revision 1.501nyan2002-03-102-2/+2
* - The pc98_ttspeedtab() function returns an error status instead of a divisor,nyan2002-03-082-32/+32
* MFi386: revision 1.125nyan2002-03-081-0/+20
* MFi386: revision 1.498.nyan2002-03-022-4/+4
* Simple p_ucred -> td_ucred changes to start using the per-thread ucredjhb2002-02-271-1/+1
* Disksort will not "munge" requests, BIO_ORDERED or not, so removephk2002-02-222-8/+4
* MFi386: revision 1.497nyan2002-02-202-2/+4
* Add bus_space_unmap() and bus_space_free() functions to releasenyan2002-02-182-0/+30
* - Split the routine to initialize a bus_space_handle into the separatenyan2002-02-172-0/+228
* MFi386: revisions 1.334 and 1.335nyan2002-02-161-0/+1
* MFi386: revisions 1.495 and 1.496nyan2002-02-162-2/+6
* Fall through from AT_TYPE_DIRECT to AT_TYPE_CDROM.nyan2002-02-111-4/+7
* Cosmetic changes.nyan2002-02-102-186/+190
* - Refine the iskanji1 function.nyan2002-02-102-104/+122
* Fixed mouse cursor on a console.nyan2002-02-102-12/+34
* MFi386: revisions 1.493 and 1.494.nyan2002-02-082-2/+12
* Pre-KSE/M3 commit.julian2002-02-072-24/+22
* Use osigreturn(2) instead of sigreturn(2) plus broken magic for returningbde2002-02-032-18/+0
* Improve the change in the previous commit: use a stub for osigreturn()bde2002-02-032-0/+8
* Compile osigreturn() unconditionally since it will always be needed onbde2002-02-012-4/+0
* MFi386: revision 1.489.nyan2002-01-312-26/+16
* Changed iskanji[12] to inline functions.nyan2002-01-312-350/+344
* Merged from sys/dev/sio/{sio.c,sio_isa.c} revisions 1.363 and 1.5,nyan2002-01-314-312/+250
* MFi386: revision 1.180nyan2002-01-313-0/+15
* MFi386: revision 1.52nyan2002-01-311-10/+13
* MFi386: revision 1.64nyan2002-01-181-3/+1
* Merged from sys/dev/sio/sio.c revisions from 1.360 to 1.362.nyan2002-01-182-4/+12
* MFi386: revision 1.487nyan2002-01-182-0/+2
* Clear the single-step flag for signal handlers. This fixes bogus tracebde2002-01-102-12/+8
* Merged from sys/dev/sio/sio.c revisions 1.354 and 1.358.nyan2002-01-062-6/+24
* Change the preemption code for software interrupt thread schedules andjhb2002-01-052-8/+8
* Disabled the olpt driver temporarily to avoid 'repeat make_dev' panic.nyan2001-12-311-1/+1
* MFi386: revision 1.178nyan2001-12-223-21/+12
* MFi386: revision 1.124nyan2001-12-221-2/+96
* Merged from sys/dev/syscons/syscons.c revision 1.377.nyan2001-12-221-12/+4
* cosmetic changes.nyan2001-12-222-44/+40
* MFi386: revision 1.179nyan2001-12-223-0/+30
* MFi386: revision 1.486nyan2001-12-222-6/+4
* Merged from sys/isa/{fd.c,fdreg.h} revisions 1.222 and 1.15, respectively.nyan2001-12-164-742/+1182
* Enable UFS_DIRHASH in the GENERIC kernel.iedowse2001-12-141-0/+1
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-144-18/+10
* MFi386: revision 1.485 (the previous commit is not completely)nyan2001-12-122-22/+26
* Overhaul the per-CPU support a bit:jhb2001-12-112-18/+16
* Update to C99, s/__FUNCTION__/__func__/,obrien2001-12-102-22/+22
* Allow maxusers to be specified as 0 in the kernel config, which willdillon2001-12-093-3/+5
* PROCFS requires PSEUDOFS.des2001-12-041-1/+2
* Split the sio driver for pc98 into bus front end and back end.nyan2001-11-266-552/+324
OpenPOWER on IntegriCloud