aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dcons/dcons_crom.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* dcons: Remove unused devclass argument to DRIVER_MODULE.John Baldwin2022-05-091-4/+1
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* i386 4/4G split.Konstantin Belousov2018-04-131-0/+4
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* Garbage collect dragonfly and legacy FreeBSD system support from dcons(4).Will Andrews2015-01-211-34/+5
* Check the return values of contigmalloc(9) as well as bus_dma(9)Marius Strobl2009-01-071-3/+12
* Given that the buffer dcons_crom(4) exposes is used for both inputMarius Strobl2008-11-191-1/+1
* Add the address of IDT in the configuration ROM. (i386/amd64 only)Hidetoshi Shimokawa2007-06-081-0/+24
* Poll bus resets on FireWire while kdb/gdb is active.Hidetoshi Shimokawa2007-06-081-0/+14
* Change default value of hw.firewire.dcons_crom.force_console to 0Hidetoshi Shimokawa2007-05-271-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* - Split dcons core code and OS dependent code.Hidetoshi Shimokawa2004-10-131-0/+9
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* - Clean up global data.Hidetoshi Shimokawa2004-02-161-6/+19
* Move post dmamap_load processes into the callback function.Hidetoshi Shimokawa2003-11-081-19/+20
* Add dumb console driver and related bits.Hidetoshi Shimokawa2003-10-241-0/+224