summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/gdc.c
Commit message (Collapse)AuthorAgeFilesLines
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
| | | | the bit-bucket.
* Restore GDC mode to initial mode instead of 24KHz.nyan2000-10-281-1/+1
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Remove unneeded #include <machine/clock.h>phk2000-10-151-1/+0
|
* Fixed warnings.nyan2000-10-151-21/+8
|
* Changed default cursor shape to non-blink mode.nyan2000-08-081-2/+5
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Fixed PC-9821 NOTE supports with LINE30 mode.nyan2000-08-081-3/+15
| | | | Submitted by: Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* Backed out a part of previous commit. The function name conflicts.nyan2000-07-121-2/+2
| | | | Pointed out by: haro@tk.kubota.co.jp (Munehiro Matsuda)
* Merge from the following changes.nyan2000-07-111-18/+22
| | | | | | | | | sys/conf/files.i386 1.321 sys/dev/syscons/syscons.c 1.343 sys/i386/isa/spkr.c 1.46 sys/isa/fd.c 1.183 and 1.185 sys/isa/syscons_isa.c 1.14 sys/isa/vga_isa.c 1.18
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-271-52/+240
| | | | | Submitted by: Chiharu Shibata <chi@bd.mbn.or.jp> and Tomokazu HARADA <tkhara@osk4.3web.ne.jp>
* - Supported display suspended mode.nyan2000-03-291-6/+10
| | | | | | - Switch on/off not only text screen but also graphic screen. Submitted by: chi@bd.mbn.or.jp (Chiharu Shibata)
* Merge from the following changes.nyan2000-03-291-5/+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
* - Fixed warnings.nyan2000-01-041-1/+0
| | | | - Removed unnecessary include files.
* Sync with sys/dev/fb/vga.c rev 1.5.kato1999-12-091-5/+4
| | | | Submitted by: yokota
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
| | | | | | | | have been there in the first place. A GENERIC kernel shrinks almost 1k. Add a slightly different safetybelt under nostop for tty drivers. Add some missing FreeBSD tags
* Gdc and pckbd driver don't support pnp mode.nyan1999-09-141-0/+4
|
* Change isa_get/set_flags() to device_get/set_flags().kato1999-09-071-2/+2
| | | | Submitted by: dfr
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Moved LCD controle routine for certain models of EPSON laptops intokato1999-07-031-29/+5
| | | | | | suitable place. Submitted by: yokota
* PC98 part of the second phase of syscons reorganization.kato1999-06-241-66/+253
| | | | Submitted by: yokota
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
| | | | | | | | | | | | | Reformat and initialize correctly all "struct cdevsw". Initialize the d_maj and d_bmaj fields. The d_reset field was not removed, although it is never used. I used a program to do most of this, so all the files now use the same consistent format. Please keep it that way. Vinum and i4b not modified, patches emailed to respective authors.
* Removed DRIVER_TYPE_TTY field.kato1999-05-091-2/+1
|
* Sync with follwing files:kato1999-04-181-45/+31
| | | | | | | | | | | | | | | | | | | | | | Path Revision i386/conf/GENERIC 1.162 i386/conf/Makefile.i386 1.146 i386/conf/files.i386 1.236 i386/conf/options.i386 1.111 i386/i386/machdep.c 1.329 i386/i386/userconfig.c 1.134 i386/isa/fd.c 1.135 i386/isa/if_ed.c 1.151 i386/isa/isa_dam.c 1.1 i386/isa/npx.c 1.67 isa/sio.c 1.224 dev/syscons/syscons.c 1.300 i386/isa/wd.c 1.194 isa/vga_isa.c 1.5 isa/atkbd_isa.c 1.3 isa/syscons_isa.c 1.2 Submitted by: Takahashi Yoshihiro <nyan@wyvern.cc.kogakuin.ac.jp>
* Fix for LINE30 option. This option was not tested under new consolekato1999-03-021-2/+2
| | | | | | driver. Submitted by: Takahashi Yoshihiro <nyan@dd.catv.ne.jp>
* Sync with syscons for i386.kato1999-02-061-14/+48
| | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced statickato1999-01-281-3/+3
| | | | and local variables, goto labels, and functions declared but not defined.
* Added copyright.kato1999-01-181-5/+32
| | | | Pointed out by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
* Don't forget to initialize va_mode.kato1999-01-181-2/+3
| | | | | Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp> Forgotten by: kato
* Switched to new syscons driver.kato1999-01-181-0/+859
Submitted by: NOKUBI Hirotaka <hnokubi@yyy.or.jp> and Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
OpenPOWER on IntegriCloud