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