diff options
| author | Samuel Thibault <sthibault@debian.org> | 2010-03-14 16:16:21 +0000 |
|---|---|---|
| committer | Samuel Thibault <sthibault@debian.org> | 2010-03-14 16:16:21 +0000 |
| commit | 43aa8cfc75ed2041554e79bf36a1d74a5f609c36 (patch) | |
| tree | cd6a04e1dcb7428b169143259bb7b0de3b6e821a /debian | |
| parent | 7a1c7443a4d2a8fcfe3ea966d70739a43b45f9d3 (diff) | |
debian/patches/40_iopl_mem.batch: Add patch, not enabled yet, to be used instead of 40_iopl_mmap.patch when a new snapshot is taken.
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/changelog | 2 | ||||
| -rw-r--r-- | debian/patches/40_iopl_mem.batch | 18 |
2 files changed, 20 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b2ac87f..25b6d65 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,8 @@ gnumach (2:1.3.99.dfsg.git20091128-2) unreleased; urgency=low kernel-image, *-modules. - Remove duplicate priority and section fields. - Add ${misc:Depends}. + * debian/patches/40_iopl_mem.batch: Add patch, not enabled yet, to be used + instead of 40_iopl_mmap.patch when a new snapshot is taken. -- Guillem Jover <guillem@debian.org> Sat, 28 Nov 2009 19:14:15 +0100 diff --git a/debian/patches/40_iopl_mem.batch b/debian/patches/40_iopl_mem.batch new file mode 100644 index 0000000..5719a57 --- /dev/null +++ b/debian/patches/40_iopl_mem.batch @@ -0,0 +1,18 @@ +The mem device provides direct memory access (needed e.g. for Xorg), but some +packages (Xorg, notably) are still using the iopl device. + +diff --git a/i386/i386at/conf.c b/i386/i386at/conf.c +index d51b5ee..88e753c 100644 +--- a/i386/i386at/conf.c ++++ b/i386/i386at/conf.c +@@ -135,6 +135,10 @@ struct dev_ops dev_name_list[] = + nodev, nodev, nodev, memmmap, + nodev, nulldev, nulldev, 0, + nodev }, ++ { "iopl", nulldev, nulldev, nodev, ++ nodev, nodev, nodev, memmmap, ++ nodev, nulldev, nulldev, 0, ++ nodev }, + #endif /* MACH_HYP */ + + #ifdef MACH_KMSG |
