Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sbus_establish() and the associated linked list in the sbus softc is now only | 2006-06-02 | 1 | -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. | 2003-06-18 | 1 | -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). | 2003-06-02 | 1 | -6/+1 | |
| | |||||
* | more register defns (from linux) | 2003-03-28 | 1 | -1/+65 | |
| | |||||
* | Whoops, the rest of the *CURS* ioctl support | 2003-03-27 | 1 | -1/+6 | |
| | |||||
* | Update rom cursor position if we're the console framebuffer | 2002-08-12 | 1 | -1/+2 | |
| | |||||
* | - Whoops, I had the mode mask and value bits backwards | 2002-07-30 | 1 | -3/+3 | |
| | | | | - make sure FBC_MODE is reset when switching back to WSDISPLAYIO_MODE_EMUL | ||||
* | - Allow disabling of console acceleration with cf_flags | 2002-07-30 | 1 | -1/+3 | |
| | | | | - handle native and dumb mappings separately | ||||
* | House cleaning (move reg defns into their own file), and be sure to drain | 2002-07-26 | 1 | -0/+272 | |
the CG6 before starting operations. |