index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
pci
/
chipsfb.c
Age
Commit message (
Expand
)
Author
2009-08-20
use vcons_replay_msgbuf() when appropriate
macallan
2009-05-12
use device_private().
cegger
2009-05-06
Replace curlwp->l_cred with kauth_cred_get().
elad
2009-05-06
struct device * -> device_t, no functional changes intended.
cegger
2009-05-06
struct cfdata * -> cfdata_t, no functional changes intended.
cegger
2008-05-08
nuke clause 3
macallan
2008-04-10
use aprint_*_dev and device_xname
cegger
2008-02-27
get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to select
macallan
2007-08-19
Use bool with prop_dictionary_get_bool.
he
2007-08-02
don't bus_space_map more IO space than we really need
macallan
2007-07-28
Implement bounds checking in some places in display driver code to avoid
mjf
2007-03-04
Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.
christos
2007-01-22
get rid of OpenFirmware dependencies, use device properties instead
macallan
2007-01-20
Unify the declaration of OF_interpret() between sparc{,64} and macppc
he
2006-11-10
remove some leftover #includes
macallan
2006-10-27
fix a typo in chipsfb_bitblt()
macallan
2006-10-16
detect video RAM size
macallan
2006-09-27
the chip wants all data we send with 64bit padding, no matter what padding
macallan
2006-09-27
cleanup, implement putchar() using the blitter
macallan
2006-09-23
a half done wsdisplay driver for Chips & Technologies 65550 graphics chips
macallan