hi folks,
I've somewhat successfully ported the pcmcia-core, the i82365 bridge
driver as well as the pcnet_cs (NE-2000 compatible cards) driver from
Linux's card services to gnumach (not oskit, but the gnumach-1-branch).
The "success" already has been announced on #hug last wednesday,
however az
2006-02-04 21:53:55.0
+0100
| @@ -48,7 +48,9 @@
| ==*/
|
| #if (LINUX_VERSION_CODE < VERSION(2,1,0))
| +#ifndef MACH
| struct pci_dev *pci_devices = NULL;
| +#endif
| struct pci_bus pci_root = {
| parent: NULL,
|
Hi Alfred,
"Alfred M\. Szmidt" <[EMAIL PROTECTED]> writes:
>okay, still somewhat long, but here we go ...
>
> Thanks. Looks nice, it was tested and stuff right?
well, it currently works for me, however I haven't heard of anybody
else who tried it out (and succeeded). Therefore I'm looking
Hello,
I hope I'm not confused too much right now, but concerning the `vfree'
function (from linux/dev/glue/kmem.c), the function shouldn't actually
panic if the memory has been allocated before (and vmalloc_list_lookup
returned non-null), but if it hasn't. Therefore the `if(p)' should be
negated
local (which calls pipe_send in S_socket_send).
This patch checks whether amount is NULL and doesn't write the value
back in case.
regards,
stesie
2006-07-22 Stefan Siegl <[EMAIL PROTECTED]>
* pq.c (packet_write): Only return appended amount of bytes via
amount
past, well,
probably nobody has tried to use sendmsg to send aucillary data through
a (named) pipe so far. Cannot think of another reason.
regards,
stesie
--
Stefan Siegl <[EMAIL PROTECTED]>
___
Bug-hurd mailing list
Bug-hurd@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-hurd
ght to fix this.
cheers,
stesie
- % -
2006-07-28 Stefan Siegl <[EMAIL PROTECTED]>
* options.c (trivfs_append_args): Figure out address of default
gateway and push --gateway option to argz.
--
Do not worry about your difficulties in mathematics;
I can assure you that m
hi folks,
the documentation for the pcmcia drivers in doc/mach.texi and
i386/README-Drivers is quite brief so far. The patch along should
improve this a bit.
cheers,
stesie
- % -
2006-07-30 Stefan Siegl <[EMAIL PROTECTED]>
* doc/mach.texi (Configuration): Document t
CMCIA bridge, attached to the PCI bus, doesn't get an IRQ itself.
In this case the PCMCIA core does not know which IRQ to assign unless an
(ISA) IRQ scan takes place.
- % -
2006-08-28 Stefan Siegl <[EMAIL PROTECTED]>
* i386/linux/configure.ac: Add configuration option al
Hello,
On Sunday 29 October 2006 14:43, [EMAIL PROTECTED] wrote:
> On Sun, Oct 29, 2006 at 02:51:12AM +0200, Samuel Thibault wrote:
> > Barry deFreese, le Sat 28 Oct 2006 20:48:17 -0400, a écrit :
> > > The %p one is even a bit of a question. I believe %p is correct
> > > but I also dropped the 0
ticasts. This is, you need to patch your Mach kernel:
> [...]
>
>... however not all network drivers seem to care for this flag. My
>eepro100 does, even the orinoco does, but the ne2k-pci doesn't.
Here's a fixed patch, which makes even the ne2k-pci receive multica
Hello!
On Mon, Oct 08, 2007 at 12:07:33PM +0200, Thomas Schwinge wrote:
> On Sun, Oct 07, 2007 at 07:24:41PM +0200, Stefan Siegl wrote:
> > 2007-10-07 Stefan Siegl <[EMAIL PROTECTED]>
> >
> > * linux/dev/glue/net.c (device_open): Set LINUX_IFF_ALLMULTI flag
>
Hi Thomas!
On Mon, Oct 08, 2007 at 08:31:15PM +0200, Thomas Schwinge wrote:
> [...] Have pfinet include the IPv6 code by default, but
> only activate the IPv6 engine if IPv6 services are actually needed, i.e.,
> if they are requested by the pfinet translator setting. The increase in
> the pfinet
On Mon, Oct 08, 2007 at 12:06:26PM +0200, Thomas Schwinge wrote:
> On Sun, Oct 07, 2007 at 03:52:28AM +0200, Stefan Siegl wrote:
> This is now documented in the wiki at
> <http://www.bddebian.com/~wiki/hurd/translator/pfinet/ipv6/>.
>
> > - for development I'
Hello Christian,
On Sun, Oct 14, 2007 at 03:36:06PM +0200, Christian Dietrich wrote:
> hurd source package. In order to make the routing for the dhcp renew
> work. I do always add an route for 0.0.0.0 and the dhcp ports to the
> devices.
well, I haven't yet tested every change that your patch in
p'.
+ (parse_hook_add_interface): Initialize the `dhcp' member for the
+ parse hook.
+ (parse_opt): In case pfinet is started with the argument `--dhcp',
+ set the address to `0.0.0.0', the netmask to `255.0.0.0' and add
+ the route for `0.0.0.0' so broadcasting wor
On Mon, Nov 19, 2007 at 04:25:47PM +0100, Michael Banck wrote:
> > > > if [ x$reason = xPREINIT ]; then
> > > > - settrans -afg /servers/socket/2 /hurd/pfinet --dhcp -i $interface
> > > >exit_with_hooks 0
>
> What about that --dhcp option? Not a big deal (I'll remove it from
> dhcp-client),
Hi Thomas!
On Mon, Nov 19, 2007 at 05:01:07PM +0100, Thomas Schwinge wrote:
> pfinet does support IPv6 these days, but are there some changes needed in
> the Hurd parts of glibc to export / support / implement IPv6 interfaces?
I can't come up with a necessary interface change at the moment.
So f
Hello Thomas,
On Tue, Dec 11, 2007 at 01:10:13PM +0100, Thomas Schwinge wrote:
> On Tue, Dec 11, 2007 at 02:12:48AM +0100, I wrote:
> > Building the cross glibc and stuff with GCC 4.3 worked, but
> > I did not yet test the result.
>
> I just did some light testing. lib{triv,net,disk}fs seems to
19 matches
Mail list logo