History log of /src/sys/arch/shark/ofw/vga_ofbus.c |
Revision | | Date | Author | Comments |
1.18 |
| 20-Dec-2023 |
thorpej | Remove unnecessary <sys/malloc.h>.
|
1.17 |
| 27-Jan-2021 |
thorpej | Rename of_match_compat_data() to of_compatible_match(). Similarly, rename of_search_compatible() to of_compatible_lookup().
Standardize on of_compatible_match() for driver matching, and adapt all call sites.
|
1.16 |
| 13-Mar-2012 |
elad | branches: 1.16.52; Replace the remaining KAUTH_GENERIC_ISSUSER authorization calls with something meaningful. All relevant documentation has been updated or written.
Most of these changes were brought up in the following messages:
http://mail-index.netbsd.org/tech-kern/2012/01/18/msg012490.html http://mail-index.netbsd.org/tech-kern/2012/01/19/msg012502.html http://mail-index.netbsd.org/tech-kern/2012/02/17/msg012728.html
Thanks to christos, manu, njoly, and jmmv for input.
Huge thanks to pgoyette for spinning these changes through some build cycles and ATF.
|
1.15 |
| 11-Oct-2008 |
tsutsui | branches: 1.15.28; 1.15.32; - use aprint_debug_dev(9) for debug info - use aprint_normal_dev(9) rather than aprint_normal(9) + device_xname()
|
1.14 |
| 17-Apr-2008 |
macallan | branches: 1.14.4; 1.14.10; first step for X on rev. 4 Sharks - add support for mmap()ing ISA IO, legacy VGA and SVGA aperture via /dev/ttyE0 Mappings are restricted to root ( hi Elad )
|
1.13 |
| 14-Mar-2008 |
cube | Split device_t and softc for all attachments of vga(4).
|
1.12 |
| 28-Oct-2007 |
jmmv | branches: 1.12.12; 1.12.16; Drop pccons. Obsoleted by wscons, now fully supported in NetBSD/shark. OK'ed by thorpej@ and tsutsui@ a while ago.
|
1.11 |
| 17-Oct-2007 |
garbled | Merge the ppcoea-renovation branch to HEAD.
This branch was a major cleanup and rototill of many of the various OEA cpu based PPC ports that focused on sharing as much code as possible between the various ports to eliminate near-identical copies of files in every tree. Additionally there is a new PIC system that unifies the interface to interrupt code for all different OEA ppc arches. The work for this branch was done by a variety of people, too long to list here.
TODO: bebox still needs work to complete the transition to -renovation. ofppc still needs a bunch of work, which I will be looking at. ev64260 still needs to be renovated amigappc was not attempted.
NOTES: pmppc was removed as an arch, and moved to a evbppc target.
|
1.10 |
| 30-Jul-2007 |
jmmv | branches: 1.10.2; 1.10.4; 1.10.6; 1.10.8; 1.10.12; Fix build of kernels that use vga or igsfb together with pccons by avoiding a warning mentioning an unused static function.
|
1.9 |
| 25-Jan-2007 |
macallan | branches: 1.9.6; 1.9.14; 1.9.16; 1.9.18; have OF re-initialize the console before calling OF_exit() so we actually end up in something usable
|
1.8 |
| 11-Dec-2005 |
christos | branches: 1.8.20; merge ktrace-lwp.
|
1.7 |
| 27-Feb-2005 |
tsutsui | branches: 1.7.4; cnattach functions should return zero on success, non-zero on failure.
|
1.6 |
| 09-Jan-2005 |
tsutsui | branches: 1.6.2; 1.6.4; - Adapt to vga_common_attach() API changes. - Add more VGA initialization code to vga_ofbus_cnattach() from pccons.c. - Export vga_ofbus_cnattach() prototype for consinit() ops.
|
1.5 |
| 15-Jul-2003 |
lukem | __KERNEL_RCSID()
|
1.4 |
| 02-Oct-2002 |
thorpej | branches: 1.4.6; Add trailing ; to CFATTACH_DECL.
|
1.3 |
| 01-Oct-2002 |
thorpej | Use CFATTACH_DECL().
|
1.2 |
| 27-Sep-2002 |
thorpej | Declare all cfattach structures const.
|
1.1 |
| 10-Feb-2002 |
thorpej | branches: 1.1.2; 1.1.14; Bring over a couple of files from arch/dnard that will be useful in the future.
|
1.1.14.3 |
| 10-Oct-2002 |
jdolecek | sync kqueue with -current; this includes merge of gehenna-devsw branch, merge of i386 MP branch, and part of autoconf rototil work
|
1.1.14.2 |
| 23-Jun-2002 |
jdolecek | catch up with -current on kqueue branch
|
1.1.14.1 |
| 10-Feb-2002 |
jdolecek | file vga_ofbus.c was added on branch kqueue on 2002-06-23 17:41:26 +0000
|
1.1.2.3 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.1.2.2 |
| 28-Feb-2002 |
nathanw | Catch up to -current.
|
1.1.2.1 |
| 10-Feb-2002 |
nathanw | file vga_ofbus.c was added on branch nathanw_sa on 2002-02-28 04:11:55 +0000
|
1.4.6.5 |
| 04-Mar-2005 |
skrll | Sync with HEAD.
Hi Perry!
|
1.4.6.4 |
| 17-Jan-2005 |
skrll | Sync with HEAD.
|
1.4.6.3 |
| 21-Sep-2004 |
skrll | Fix the sync with head I botched.
|
1.4.6.2 |
| 18-Sep-2004 |
skrll | Sync with HEAD.
|
1.4.6.1 |
| 03-Aug-2004 |
skrll | Sync with HEAD
|
1.6.4.1 |
| 19-Mar-2005 |
yamt | sync with head. xen and whitespace. xen part is not finished.
|
1.6.2.1 |
| 29-Apr-2005 |
kent | sync with -current
|
1.7.4.4 |
| 17-Mar-2008 |
yamt | sync with head.
|
1.7.4.3 |
| 15-Nov-2007 |
yamt | sync with head.
|
1.7.4.2 |
| 03-Sep-2007 |
yamt | sync with head.
|
1.7.4.1 |
| 26-Feb-2007 |
yamt | sync with head.
|
1.8.20.1 |
| 01-Feb-2007 |
ad | Sync with head.
|
1.9.18.1 |
| 15-Aug-2007 |
skrll | Sync with HEAD.
|
1.9.16.1 |
| 07-Aug-2007 |
matt | Sync with HEAD.
|
1.9.14.1 |
| 03-Oct-2007 |
garbled | Sync with HEAD
|
1.9.6.2 |
| 03-Dec-2007 |
ad | Sync with HEAD.
|
1.9.6.1 |
| 20-Aug-2007 |
ad | Sync with HEAD.
|
1.10.12.1 |
| 13-Nov-2007 |
bouyer | Sync with HEAD
|
1.10.8.2 |
| 23-Mar-2008 |
matt | sync with HEAD
|
1.10.8.1 |
| 06-Nov-2007 |
matt | sync with HEAD
|
1.10.6.2 |
| 21-Mar-2008 |
chris | Sync with head.
|
1.10.6.1 |
| 01-Jan-2008 |
chris | Sync with HEAD.
|
1.10.4.1 |
| 28-Oct-2007 |
joerg | Sync with HEAD.
|
1.10.2.1 |
| 26-Dec-2007 |
rjs | Sync with HEAD.
|
1.12.16.3 |
| 17-Jan-2009 |
mjf | Sync with HEAD.
|
1.12.16.2 |
| 02-Jun-2008 |
mjf | Sync with HEAD.
|
1.12.16.1 |
| 03-Apr-2008 |
mjf | Sync with HEAD.
|
1.12.12.1 |
| 24-Mar-2008 |
keiichi | sync with head.
|
1.14.10.1 |
| 19-Oct-2008 |
haad | Sync with HEAD.
|
1.14.4.1 |
| 04-May-2009 |
yamt | sync with head.
|
1.15.32.1 |
| 05-Apr-2012 |
mrg | sync to latest -current.
|
1.15.28.1 |
| 17-Apr-2012 |
yamt | sync with head
|
1.16.52.1 |
| 03-Apr-2021 |
thorpej | Sync with HEAD.
|