summaryrefslogtreecommitdiffstats
path: root/sys/pc98/cbus/gdc.c
Commit message (Expand)AuthorAgeFilesLines
* Update d_mmap() to accept vm_ooffset_t and vm_memattr_t.rnoland2009-12-291-4/+5
* Replace all calls to minor() with dev2unit().ed2008-09-271-1/+1
* Replace explicit calls to video methods with their respective variantswkoszek2007-12-291-3/+3
* Fix -Wundef warnings from compiling GENERIC and LINT kernels ofru2005-12-061-3/+3
* Remove EPSON PC-386 note A/W/AE/WR support.nyan2005-09-141-20/+6
* Change a directory layout for pc98.nyan2005-05-101-2/+2
* Use dynamic major number allocation.phk2005-02-271-1/+0
* In my last commit, I'd assumed that LINE30 was always defined. Itimp2005-01-091-0/+21
* LINE30 is always defined now, so unifdef -DLINE30 for clarity.imp2005-01-081-21/+0
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do the dreaded s/dev_t/struct cdev */phk2004-06-161-6/+6
* Include vm/vm_param.h to pull in KERNBASE now. This should fix theimp2004-06-131-0/+1
* Add missing <sys/module.h> includes.phk2004-06-071-0/+1
* Device megapatch 4/6:phk2004-02-211-0/+2
* Typo in last commit: missing ')'phk2003-09-261-1/+1
* Change fb_attach() and fb_detach() to take a integer unit number ratherphk2003-09-261-1/+1
* Supported the gdc_clear function.nyan2003-07-211-3/+57
* - 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
OpenPOWER on IntegriCloud