summaryrefslogtreecommitdiffstats
path: root/sys/dev/sbus/cgsixreg.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sbus_establish() and the associated linked list in the sbus softc is now onlymiod2006-06-021-2/+1
| | | | | | used to store a per-device reset callback, for use in sbusreset(). Except sbusreset() has never, ever, been used since Torek's sbus code went in. Time to recycle those wasted bits.
* Switch to fbxxx() API.miod2003-06-181-5/+2
| | | | cgsix tested and ok jason@, the rest tested by me.
* Nuke my clause 3 and 4 (and a couple of files jointly (c) with Theo).jason2003-06-021-6/+1
|
* more register defns (from linux)jason2003-03-281-1/+65
|
* Whoops, the rest of the *CURS* ioctl supportjason2003-03-271-1/+6
|
* Update rom cursor position if we're the console framebufferjason2002-08-121-1/+2
|
* - Whoops, I had the mode mask and value bits backwardsjason2002-07-301-3/+3
| | | | - make sure FBC_MODE is reset when switching back to WSDISPLAYIO_MODE_EMUL
* - Allow disabling of console acceleration with cf_flagsjason2002-07-301-1/+3
| | | | - handle native and dumb mappings separately
* House cleaning (move reg defns into their own file), and be sure to drainjason2002-07-261-0/+272
the CG6 before starting operations.