<feed xmlns='http://www.w3.org/2005/Atom'>
<title>teythoon/gnumach.git/linux/dev, branch master</title>
<subtitle>Personal GNU Mach development repository</subtitle>
<id>https://darnassus.sceen.net/cgit/teythoon/gnumach.git/atom?h=master</id>
<link rel='self' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/'/>
<updated>2015-07-07T15:44:41Z</updated>
<entry>
<title>Fix build with -O0</title>
<updated>2015-07-07T15:44:41Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-07-07T15:44:41Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=1e0429e5f39ec219cbef3af2752528b8a29bc1be'/>
<id>urn:sha1:1e0429e5f39ec219cbef3af2752528b8a29bc1be</id>
<content type='text'>
* linux/src/include/linux/string.h (strcpy, strncpy, strcat, strncat,
strchr, strrchr, strlen, strnlen, strcmp, strncmp, memmove,
memscan): Comment out extern declarations.
* linux/dev/include/asm-i386/string.h (strcpy, strncpy, strcat, strncat,
strcmp, strncmp, strchr, strrchr, strlen, __memcpy, __constant_memcpy,
memmove, memchr, __memset_generic, __constant_c_memset, strnlen,
__constant_c_and_count_memset, memscan): Turn extern inline into static
inline.
* linux/dev/include/linux/fs.h (mark_buffer_uptodate): Likewise.
* linux/src/include/asm-i386/bitops.h (set_bit, clear_bit, change_bit,
test_and_set_bit, test_and_clear_bit, test_and_change_bit, test_bit,
find_first_zero_bit, find_next_zero_bit, ffz, ffs): Likewise.
* linux/src/include/asm-i386/io.h (virt_to_phys, phys_to_virt, __out##s,
__in##s, ins##s, outs##s): Likewise.
* linux/src/include/asm-i386/semaphore.h (down, down_interruptible, up):
Likewise.
* linux/src/include/asm-i386/segment.h [!__OPTIMIZE]: Emit an ud2 instruction
instead of an undefined reference.
</content>
</entry>
<entry>
<title>Fix restoring interrupts on timeout</title>
<updated>2015-06-29T22:30:26Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-06-29T22:30:26Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=a6b89d0dadce72ddf0e029999b968d611225d87f'/>
<id>urn:sha1:a6b89d0dadce72ddf0e029999b968d611225d87f</id>
<content type='text'>
* linux/dev/drivers/block/ahci.c (ahci_identify): Restore flags before
returning on timeout.
</content>
</entry>
<entry>
<title>Print about powered-down AHCI ports</title>
<updated>2015-06-29T20:39:39Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-06-29T20:38:17Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=9df8dabddf63500e478ec449d022881643255cf2'/>
<id>urn:sha1:9df8dabddf63500e478ec449d022881643255cf2</id>
<content type='text'>
* linux/dev/drivers/block/ahci.c (ahci_probe_dev): Print messages when
device is present but powered down.
</content>
</entry>
<entry>
<title>Add stdint integer types in Linux glue</title>
<updated>2015-05-23T11:05:14Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-05-23T11:05:14Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=9c6db49cc8bb097b4bf2c6a6ad331bcb58f0eca7'/>
<id>urn:sha1:9c6db49cc8bb097b4bf2c6a6ad331bcb58f0eca7</id>
<content type='text'>
* linux/dev/include/linux/types.h (int8_t, uint8_t, int16_t, uint16_t,
int32_t, uint32_t, int64_t, uint64_t): New types.
</content>
</entry>
<entry>
<title>Show odd number of ports</title>
<updated>2015-03-05T19:15:23Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2015-03-05T19:15:23Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=713e142a5e98e394454c202abffb645181e11964'/>
<id>urn:sha1:713e142a5e98e394454c202abffb645181e11964</id>
<content type='text'>
* linux/dev/drivers/block/ahci.c (ahci_probe_dev): Show odd number of ports.
</content>
</entry>
<entry>
<title>linux: fix compiler warning</title>
<updated>2015-02-20T17:59:50Z</updated>
<author>
<name>Justus Winter</name>
<email>4winter@informatik.uni-hamburg.de</email>
</author>
<published>2014-12-19T01:02:44Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=f2550dfc73da3951b411157d73bb4ad7bd2ea0b2'/>
<id>urn:sha1:f2550dfc73da3951b411157d73bb4ad7bd2ea0b2</id>
<content type='text'>
If the loop above completes at least one iteration, `i' will be larger
than zero.

* linux/dev/glue/block.c (rdwr_full): Add assertion to appease the
compiler.
</content>
</entry>
<entry>
<title>Fix programming PIT counter</title>
<updated>2014-11-23T21:53:45Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2014-11-23T21:53:45Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=9b6a4ba270d9d8850c5663567fb45e9a04530fa2'/>
<id>urn:sha1:9b6a4ba270d9d8850c5663567fb45e9a04530fa2</id>
<content type='text'>
* linux/dev/arch/i386/kernel/irq.c (init_IRQ): Properly mask 8 bits of
PIT counter.
</content>
</entry>
<entry>
<title>Pass ide and hd kernel options to ide driver</title>
<updated>2014-11-12T13:20:36Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2014-11-12T13:18:55Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=dccf8be4b40ede12941ff347781fbff9330b2280'/>
<id>urn:sha1:dccf8be4b40ede12941ff347781fbff9330b2280</id>
<content type='text'>
* linux/dev/drivers/block/genhd.c: Include &lt;linux/hdreg.h&gt; and
&lt;alloca.h&gt;
(device_setup): Look for ide and hd options, and call ide_setup with
them.
* linux/src/drivers/block/ide.c (ide_setup) [MACH]: Parse hd[0-7] instead
of hd[a-h].
</content>
</entry>
<entry>
<title>Fix prototype</title>
<updated>2014-04-04T20:14:50Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2014-04-04T20:14:50Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=2aa14940b85cd3a38eff6ad4471ebf40a0074cb2'/>
<id>urn:sha1:2aa14940b85cd3a38eff6ad4471ebf40a0074cb2</id>
<content type='text'>
* linux/dev/glue/block.c (device_set_status): Fix prototype.
</content>
</entry>
<entry>
<title>Increase possible number of AHCI devices to 8</title>
<updated>2014-03-17T00:18:32Z</updated>
<author>
<name>Samuel Thibault</name>
<email>samuel.thibault@ens-lyon.org</email>
</author>
<published>2014-03-17T00:18:32Z</published>
<link rel='alternate' type='text/html' href='https://darnassus.sceen.net/cgit/teythoon/gnumach.git/commit/?id=7f862cffb41ba2a5110bc47ebe54feb5b3ffc8a0'/>
<id>urn:sha1:7f862cffb41ba2a5110bc47ebe54feb5b3ffc8a0</id>
<content type='text'>
by reducing possible number of partitions to 32.

* linux/dev/drivers/block/ahci.c (MAX_PORTS): Set to 8.
(PARTN_BITS): Set to 5.
</content>
</entry>
</feed>
