summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/scgdcrndr.c
Commit message (Collapse)AuthorAgeFilesLines
* Sync with syscons update (Add new member to struct sc_rndr_sw).nyan2005-05-291-0/+2
|
* Add missing <sys/module.h> #includesphk2004-06-041-0/+1
|
* Fixed mouse cursor on a console.nyan2002-02-101-6/+17
| | | | Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Fixed to draw mouse cursor. The syscons driver for PC98 uses differentnyan2001-12-141-3/+3
| | | | | | | attributes from i386. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata) MFC after: 3 days
* - Added #include <sys/systm.h>nyan2001-09-241-1/+2
| | | | - Cosmetic change
* With this commit, I hereby pronounce gensetdefs past its use-by date.peter2001-06-131-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the a.out emulation of 'struct linker_set' with something a little more flexible. <sys/linker_set.h> now provides macros for accessing elements and completely hides the implementation. The linker_set.h macros have been on the back burner in various forms since 1998 and has ideas and code from Mike Smith (SET_FOREACH()), John Polstra (ELF clue) and myself (cleaned up API and the conversion of the rest of the kernel to use it). The macros declare a strongly typed set. They return elements with the type that you declare the set with, rather than a generic void *. For ELF, we use the magic ld symbols (__start_<setname> and __stop_<setname>). Thanks to Richard Henderson <rth@redhat.com> for the trick about how to force ld to provide them for kld's. For a.out, we use the old linker_set struct. NOTE: the item lists are no longer null terminated. This is why the code impact is high in certain areas. The runtime linker has a new method to find the linker set boundaries depending on which backend format is in use. linker sets are still module/kld unfriendly and should never be used for anything that may be modular one day. Reviewed by: eivind
* Fixed include files to use sys/{cons,fb,kb}io.h instead ofkato2000-10-091-2/+2
| | | | machine/console.h.
* Merge from the following changes.nyan2000-03-291-6/+0
| | | | | | | | | | | | File Revision sys/conf/files.i386 1.303 and 1.304 sys/dev/kbd/atkbd.c 1.23 sys/dev/syscons/scterm-sc.c 1.2 sys/dev/syscons/scvgarndr.c 1.5 sys/dev/syscons/scvtb.c 1.5 sys/dev/syscons/syscons.c 1.335 sys/isa/syscons_isa.c 1.11 sys/isa/vga_isa.c 1.17
* Synced with the sc driver in the sys/dev/syscons directory.kato2000-01-201-3/+6
| | | | Submitted by: yokota
* - Fixed warnings.nyan2000-01-041-4/+0
| | | | - Removed unnecessary include files.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Added copyright.kato1999-07-031-1/+25
| | | | Pointed out by: yokota
* PC98 part of the second phase of syscons reorganization.kato1999-06-241-0/+180
Submitted by: yokota
OpenPOWER on IntegriCloud