summaryrefslogtreecommitdiff
path: root/sys/dev/pci/chipsfb.c
AgeCommit message (Expand)Author
2009-08-20use vcons_replay_msgbuf() when appropriatemacallan
2009-05-12use device_private().cegger
2009-05-06Replace curlwp->l_cred with kauth_cred_get().elad
2009-05-06struct device * -> device_t, no functional changes intended.cegger
2009-05-06struct cfdata * -> cfdata_t, no functional changes intended.cegger
2008-05-08nuke clause 3macallan
2008-04-10use aprint_*_dev and device_xnamecegger
2008-02-27get rid of the last #ifdef macppc and use PCI_MAGIC_IO_RANGE to selectmacallan
2007-08-19Use bool with prop_dictionary_get_bool.he
2007-08-02don't bus_space_map more IO space than we really needmacallan
2007-07-28Implement bounds checking in some places in display driver code to avoidmjf
2007-03-04Kill caddr_t; there will be some MI fallout, but it will be fixed shortly.christos
2007-01-22get rid of OpenFirmware dependencies, use device properties insteadmacallan
2007-01-20Unify the declaration of OF_interpret() between sparc{,64} and macppche
2006-11-10remove some leftover #includesmacallan
2006-10-27fix a typo in chipsfb_bitblt()macallan
2006-10-16detect video RAM sizemacallan
2006-09-27the chip wants all data we send with 64bit padding, no matter what paddingmacallan
2006-09-27cleanup, implement putchar() using the blittermacallan
2006-09-23a half done wsdisplay driver for Chips & Technologies 65550 graphics chipsmacallan