Your message dated Tue, 17 Jul 2007 03:32:04 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#432766: fixed in vgabios 0.6a-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: vgabios
Version: 0.6a-1
Severity: wishlist
Tags: patch

This patch from Stefan Reinauer adds a PCI rom header, necessary to get video
working on LinuxBIOS:

  http://article.gmane.org/gmane.linux.bios/24304

(it's also been submitted to upstream BTS)

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=ca_AD.UTF-8, LC_CTYPE=ca_AD.UTF-8 (charmap=UTF-8)

-- no debconf information
--- vgabios-0.6a/vgabios.c	2006-07-10 09:47:51.000000000 +0200
+++ vgabios-0.6a.pci/vgabios.c	2007-03-12 17:08:06.000000000 +0100
@@ -149,16 +149,35 @@
            
   jmp vgabios_init_func
 
-vgabios_name:
-.ascii	"Plex86/Bochs VGABios"
-.ascii	" "
-.byte	0x00
+.byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
+
+.word pci_data
 
 // Info from Bart Oldeman
 .org 0x1e
 .ascii  "IBM"
 .byte   0x00
 
+vgabios_name:
+.ascii	"Plex86/Bochs VGABios"
+.ascii	" "
+.byte	0x00
+
+
+// PCI data structure by Stefan Reinauer
+pci_data:
+.ascii "PCIR"		// signature
+.word 0x1013, 0x00b8	// vendor, device
+.word 0x0000		// vpd
+.word 0x0018		// pci data structure len
+.byte 0x00		// pci data structure revision
+.byte 0x00, 0x00, 0x03	// class code
+.word 0x46		// image length
+.word 0x0001		// image revision
+.byte 0x00		// code type: x86
+.byte 0x80		// flags: last image in rom
+.word 0x0000		// reserved
+
 vgabios_version:
 #ifndef VGABIOS_VERS
 .ascii	"current-cvs"

--- End Message ---
--- Begin Message ---
Source: vgabios
Source-Version: 0.6a-2

We believe that the bug you reported is fixed in the latest version of
vgabios, which is due to be installed in the Debian FTP archive:

vgabios_0.6a-2.diff.gz
  to pool/main/v/vgabios/vgabios_0.6a-2.diff.gz
vgabios_0.6a-2.dsc
  to pool/main/v/vgabios/vgabios_0.6a-2.dsc
vgabios_0.6a-2_all.deb
  to pool/main/v/vgabios/vgabios_0.6a-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated vgabios package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Tue, 17 Jul 2007 06:11:15 +0300
Source: vgabios
Binary: vgabios
Architecture: source all
Version: 0.6a-2
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description: 
 vgabios    - VGA BIOS software for the Bochs and Qemu emulated VGA card
Closes: 432766
Changes: 
 vgabios (0.6a-2) unstable; urgency=low
 .
   * Add quilt support for patch management:
     - Add 'quilt (>= 0.40) to Build-Depends.
     - Include quilt.make from debian/rules.
     - Add a debian/patches/series file.
   * Add a PCI rom header. (Closes: #432766)
     - debian/patches/01_pci_rom_header.patch: New file.
     Thanks to Stefan Reinauer <[EMAIL PROTECTED]>.
   * Fix warning in biossums.c by including <string.h>.
     - debian/patches/02_biossums_warning.patch: New file.
   * Add build-indep and build-arch targets.
   * Create the binary package on binary-indep instead of binary-arch.
Files: 
 721d220f4a3c427af6bfc507a1a53d6f 615 misc extra vgabios_0.6a-2.dsc
 3bfb578cfcf383b5ff4fda4c4066e75b 4145 misc extra vgabios_0.6a-2.diff.gz
 54833cea87a8652602f401f74edb3e0c 77446 misc extra vgabios_0.6a-2_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGnDO2uW9ciZ2SjJsRAmUzAJ9lE/dvEFzV8e8+5Q7GEq5yo6uW8gCg8XHQ
cFOkTLKg/XbCW89gc5yx/B0=
=nOKs
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to