| Commit message (Expand) | Author | Age | Files | Lines |
* | Update d_mmap() to accept vm_ooffset_t and vm_memattr_t. | rnoland | 2009-12-29 | 1 | -4/+5 |
* | Replace all calls to minor() with dev2unit(). | ed | 2008-09-27 | 1 | -1/+1 |
* | Replace explicit calls to video methods with their respective variants | wkoszek | 2007-12-29 | 1 | -3/+3 |
* | Fix -Wundef warnings from compiling GENERIC and LINT kernels of | ru | 2005-12-06 | 1 | -3/+3 |
* | Remove EPSON PC-386 note A/W/AE/WR support. | nyan | 2005-09-14 | 1 | -20/+6 |
* | Change a directory layout for pc98. | nyan | 2005-05-10 | 1 | -2/+2 |
* | Use dynamic major number allocation. | phk | 2005-02-27 | 1 | -1/+0 |
* | In my last commit, I'd assumed that LINE30 was always defined. It | imp | 2005-01-09 | 1 | -0/+21 |
* | LINE30 is always defined now, so unifdef -DLINE30 for clarity. | imp | 2005-01-08 | 1 | -21/+0 |
* | /* -> /*- for license, minor formatting changes | imp | 2005-01-07 | 1 | -1/+1 |
* | Do the dreaded s/dev_t/struct cdev */ | phk | 2004-06-16 | 1 | -6/+6 |
* | Include vm/vm_param.h to pull in KERNBASE now. This should fix the | imp | 2004-06-13 | 1 | -0/+1 |
* | Add missing <sys/module.h> includes. | phk | 2004-06-07 | 1 | -0/+1 |
* | Device megapatch 4/6: | phk | 2004-02-21 | 1 | -0/+2 |
* | Typo in last commit: missing ')' | phk | 2003-09-26 | 1 | -1/+1 |
* | Change fb_attach() and fb_detach() to take a integer unit number rather | phk | 2003-09-26 | 1 | -1/+1 |
* | Supported the gdc_clear function. | nyan | 2003-07-21 | 1 | -3/+57 |
* | - Add vm_paddr_t, a physical address type. This is required for systems | jake | 2003-03-25 | 1 | -1/+1 |
* | Gigacommit to improve device-driver source compatibility between | phk | 2003-03-03 | 1 | -13/+8 |
* | Convert one more d_mmap_t consumer I missed in my previous commit. | mux | 2003-02-25 | 1 | -2/+4 |
* | Cleanup of the d_mmap_t interface. | mux | 2003-02-25 | 1 | -2/+2 |
* | Fix compile error with FB_INSTALL_CDEV option. | nyan | 2003-02-23 | 1 | -8/+14 |
* | Replace various spelling with FALLTHROUGH which is lint()able | charnier | 2002-08-25 | 1 | -1/+1 |
* | Fix compile error of the case using `LINE30' option. | amorita | 2001-10-23 | 1 | -0/+3 |
* | Allocate i/o and memory resources using gdc driver. | nyan | 2001-09-16 | 1 | -24/+189 |
* | Send the remains (such as I have located) of "block major numbers" to | phk | 2001-03-26 | 1 | -1/+0 |
* | Restore GDC mode to initial mode instead of 24KHz. | nyan | 2000-10-28 | 1 | -1/+1 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Fixed warnings. | nyan | 2000-10-15 | 1 | -21/+8 |
* | Changed default cursor shape to non-blink mode. | nyan | 2000-08-08 | 1 | -2/+5 |
* | Fixed PC-9821 NOTE supports with LINE30 mode. | nyan | 2000-08-08 | 1 | -3/+15 |
* | Backed out a part of previous commit. The function name conflicts. | nyan | 2000-07-12 | 1 | -2/+2 |
* | Merge from the following changes. | nyan | 2000-07-11 | 1 | -18/+22 |
* | Supported EGC 640x400, PEGC 640x400 and PEGC 640x480 graphics modes. | nyan | 2000-04-27 | 1 | -52/+240 |
* | - Supported display suspended mode. | nyan | 2000-03-29 | 1 | -6/+10 |
* | Merge from the following changes. | nyan | 2000-03-29 | 1 | -5/+0 |
* | - Fixed warnings. | nyan | 2000-01-04 | 1 | -1/+0 |
* | Sync with sys/dev/fb/vga.c rev 1.5. | kato | 1999-12-09 | 1 | -5/+4 |
* | Remove five now unused fields from struct cdevsw. They should never | phk | 1999-09-25 | 1 | -5/+0 |
* | Gdc and pckbd driver don't support pnp mode. | nyan | 1999-09-14 | 1 | -0/+4 |
* | Change isa_get/set_flags() to device_get/set_flags(). | kato | 1999-09-07 | 1 | -2/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Moved LCD controle routine for certain models of EPSON laptops into | kato | 1999-07-03 | 1 | -29/+5 |
* | PC98 part of the second phase of syscons reorganization. | kato | 1999-06-24 | 1 | -66/+253 |
* | This commit should be a extensive NO-OP: | phk | 1999-05-30 | 1 | -6/+21 |
* | Removed DRIVER_TYPE_TTY field. | kato | 1999-05-09 | 1 | -2/+1 |
* | Sync with follwing files: | kato | 1999-04-18 | 1 | -45/+31 |
* | Fix for LINE30 option. This option was not tested under new console | kato | 1999-03-02 | 1 | -2/+2 |
* | Sync with syscons for i386. | kato | 1999-02-06 | 1 | -14/+48 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | kato | 1999-01-28 | 1 | -3/+3 |