summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/gdc.c
Commit message (Expand)AuthorAgeFilesLines
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Gigacommit to improve device-driver source compatibility betweenphk2003-03-031-13/+8
* Convert one more d_mmap_t consumer I missed in my previous commit.mux2003-02-251-2/+4
* Cleanup of the d_mmap_t interface.mux2003-02-251-2/+2
* Fix compile error with FB_INSTALL_CDEV option.nyan2003-02-231-8/+14
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-1/+1
* Fix compile error of the case using `LINE30' option.amorita2001-10-231-0/+3
* Allocate i/o and memory resources using gdc driver.nyan2001-09-161-24/+189
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* Restore GDC mode to initial mode instead of 24KHz.nyan2000-10-281-1/+1
* 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
* Fixed PC-9821 NOTE supports with LINE30 mode.nyan2000-08-081-3/+15
* Backed out a part of previous commit. The function name conflicts.nyan2000-07-121-2/+2
* Merge from the following changes.nyan2000-07-111-18/+22
* Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes.nyan2000-04-271-52/+240
* - Supported display suspended mode.nyan2000-03-291-6/+10
* Merge from the following changes.nyan2000-03-291-5/+0
* - Fixed warnings.nyan2000-01-041-1/+0
* Sync with sys/dev/fb/vga.c rev 1.5.kato1999-12-091-5/+4
* Remove five now unused fields from struct cdevsw. They should neverphk1999-09-251-5/+0
* 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Moved LCD controle routine for certain models of EPSON laptops intokato1999-07-031-29/+5
* PC98 part of the second phase of syscons reorganization.kato1999-06-241-66/+253
* This commit should be a extensive NO-OP:phk1999-05-301-6/+21
* Removed DRIVER_TYPE_TTY field.kato1999-05-091-2/+1
* Sync with follwing files:kato1999-04-181-45/+31
* Fix for LINE30 option. This option was not tested under new consolekato1999-03-021-2/+2
* Sync with syscons for i386.kato1999-02-061-14/+48
* The "easy" fixes for compiling the kernel -Wunused: remove unreferenced statickato1999-01-281-3/+3
* Added copyright.kato1999-01-181-5/+32
* Don't forget to initialize va_mode.kato1999-01-181-2/+3
* Switched to new syscons driver.kato1999-01-181-0/+859
OpenPOWER on IntegriCloud