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
2012-01-30
Use pci_aprint_devinfo(9) instead of pci_devinfo+aprint_{normal,naive}
drochner
2011-07-22
Fix CHIPSFB_DEBUG build
njoly
2011-05-11
Constify pci_attach_args.
dyoung
2011-04-05
Bitwise-OR PCI_COMMAND_IO_ENABLE | PCI_COMMAND_MEM_ENABLE into
dyoung
2011-03-23
complete the driver/bus frontend split and make sure the driver can deal with
macallan
2011-02-09
use the bus independent stuff from ic/ct65550* and leave only the PCI specific
macallan
2011-01-22
Implement new WSDISPLAYIO_GET_BUSID ioctl.
cegger
2010-12-23
build fix: add missing initializers
cegger
2010-12-16
ioctl: KNF switch-case
cegger
2010-11-13
Don't pull in the whole uvm(9) API to access only PAGE_SIZE and
uebayasi
2010-05-04
use alternate font if available ( for autogenerated box drawing characters )
macallan
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