~ubuntu-branches/ubuntu/edgy/xorg-server/edgy-updates

« back to all changes in this revision

Viewing changes to hw/xfree86/os-support/bsd/sparc64_video.c

  • Committer: Bazaar Package Importer
  • Author(s): Rodrigo Parra Novo
  • Date: 2006-07-25 20:06:28 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060725200628-gjmmd9gxfxdc4ejs
Tags: 1:1.1.1-0ubuntu1
* New Upstream version
* Changed Build-Depends from mesa-swrast-source to mesa-swx11-source,
  following Debian package nomenclature
* Re-did 12_security_policy_in_etc.diff for 1.1.1
* Dropped 15_security_allocate_local.diff (applied upstream)
* Dropped 16_SECURITY_setuid.diff (applied upstream)
* Dropped 000_ubuntu_fix_read_kernel_mapping.patch (applied upstream)
* Dropped 002_ubuntu_fix_for_certain_intel_chipsets.patch (applied upstream)
* Updated versioned Build-Depends on mesa-swx11-source to version
  6.5.0.cvs.20060725-0ubuntu1
* Added arrayobj.c, arrayobj.h, bitset.h & rbadaptors.h to
  GL/symlink-mesa.sh (linked from mesa-swx11-source)
* Added arrayobj.c to default build target on GL/mesa/main

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
        munmap(Base, Size);
87
87
}
88
88
 
89
 
int
 
89
_X_EXPORT int
90
90
xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
91
91
             int Len)
92
92
{
98
98
/* Interrupt Handling section                                              */
99
99
/***************************************************************************/
100
100
 
101
 
Bool
 
101
_X_EXPORT Bool
102
102
xf86DisableInterrupts()
103
103
{
104
104
 
105
105
        return(TRUE);
106
106
}
107
107
 
108
 
void
 
108
_X_EXPORT void
109
109
xf86EnableInterrupts()
110
110
{
111
111