index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
mac68k
/
dev
/
grf_mv.c
Age
Commit message (
Expand
)
Author
2007-09-17
Only the most obvious bzero() -> M_ZERO changes. No cast changes, no
Kenneth R Westerback
2007-09-10
Pass a real ipl level to add_nubus_intr(), and make sure the interrupt
Miod Vallat
2007-01-12
support a few more video cards, untested:
Martin Reindl
2006-02-26
skip common macfb attachment on unknown cards
Martin Reindl
2006-01-22
Add bus_space_vaddr() and use it instead of accessing private bus_space
Miod Vallat
2006-01-10
Simplify external macfb interfaces, kill an intermediate attachment structure.
Miod Vallat
2006-01-09
Ditch the grf frame buffer abstraction, and directly attach macfb to
Miod Vallat
2006-01-08
Remove unused grf_softc members; do not keep temporary data in grf_softc
Miod Vallat
2006-01-04
Import NetBSD's direct adb code on mac68k, switching to real keyboard and mouse
Miod Vallat
2005-09-12
- Add byte-swap and stride options to bus_space.
Martin Reindl
2005-08-06
overhaul the grf driver:
Martin Reindl
2005-07-23
vm_offset_t -> {vaddr_t, bus_addr_t}
Martin Reindl
2005-06-12
handle SuperMac Thunder/24 interrupts
Martin Reindl
2005-05-01
- Sync nubus IDs with NetBSD and add some more
Martin Reindl
2005-04-26
new NuBus slot space mapping/probing code utilizing bus_space(9)
Martin Reindl
2004-11-26
More interrupt system cleaning and homogenization:
Miod Vallat
2004-01-09
typos from Jared Yanovich;
Jason McIntyre
2002-03-14
First round of __P removal in sys
Todd C. Miller
1999-04-24
Use the generic m68k param.h.
Jason Downs
1997-05-03
Support for clearing interrupts on a Rasterops Colorboard 364.
briggs
1997-05-02
Thanks to Tobias Beal <tbeal41@maine.maine.edu>, we can clear interrupts
briggs
1997-05-01
Clear the interrupts properly on an E-Machines Futura II LX and make a wild
briggs
1997-04-17
Changes earmarked 'purely cosmetic' by Scott Reynolds:
gene
1997-04-10
Ignore SE/30 faux-video card.
briggs
1997-04-01
Add DrHW for RasterOps CB264--From Scott Reynolds--and link it in to the
briggs
1997-03-29
Do not register an interrupt handler unless we know that we can clear
briggs
1997-03-14
Possible fix for SE/30 internal video problems. Thanks to Denny Gentry for
briggs
1997-03-12
Remove some more warnings left over from NetBSD's new config.
briggs
1997-03-08
Sync with NetBSD of about 4 March.
briggs
1997-01-24
Sync w/ NETBSD_CURRENT_971122.
briggs
1996-09-21
Handle the two-page display card, although it doesn't appear to be generating
briggs
1996-08-10
Sync with NetBSD.
briggs
1996-05-26
Add OpenBSD Id string.
briggs
1996-05-26
Sync with NetBSD-current.
briggs
1995-10-18
initial import of NetBSD tree
Theo de Raadt