Lucent Microelectronics Venus Modem, serial 5.05, and Linux 2.4.0

2001-01-14 Thread W. Michael Petullo
* 360 0505 0505 0505 0505 0001 e422 400 -- W. Michael Petullo :wq - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

broken(?) Lucent Venus chipset and Linux 2.4

2001-03-09 Thread W. Michael Petullo
with this issue. Up to this point neither has provided substantial help. However, there is promise and I am not ready to give up yet. Thanks! -- W. Michael Petullo :wq - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

EJECT ioctl fails on empty SCSI CD-ROM

2000-11-15 Thread W. Michael Petullo
prerequisite such as media being present. Is this the expected behavior? If so, I am curious to hear the rationale behind it. Thanks! -- W. Michael Petullo :wq - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

Re: PID of init != 1 when initrd with pivot_root

2001-06-05 Thread W. Michael Petullo
. Please let me know if you find the correct solution. -- W. Michael Petullo :wq - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http

patch for PLIP and slow, interrupt-less computers

2001-04-14 Thread W. Michael Petullo
+MODULE_PARM(trigger_wait, "i"); +MODULE_PARM(nibble_wait, "i"); static struct net_device *dev_plip[PLIP_MAX] = { NULL, }; ============ -- W. Michael Petullo :wq - To unsubscribe from this list: send the line &

Processes attached to shared memory

2016-02-21 Thread W. Michael Petullo
Given a struct shmid_kernel, is it possible to find each process/task_struct which is attached to the shared memory? I have been trying to use find_get_pages(shmid->shm_file->f_mapping, ...) along with rmap_walk(...). But what I have come up with seems a little convoluted and also triggers "BUG:

Re: PID of init != 1 when initrd with pivot_root

2001-06-05 Thread W. Michael Petullo
/console > dev/console 2>&1 # Okay, try this: exec /usr/sbin/chroot . /sbin/linuxrc < /dev/console > /dev/console 2>&1 /sbin/linuxrc is actually init, renamed. I am sure this is not the preferred method. Please let me know if you find the correct solution. --

Lucent Microelectronics Venus Modem, serial 5.05, and Linux 2.4.0

2001-01-14 Thread W. Michael Petullo
401 d001 cc01 040 0040 1668 0500 060 00f8 0000 0105 0efc 100 0505 0505 0505 0505 0505 0505 0505 0505 * 360 0505 0505 0505 0505 0001 e422 400 -- W. Michael Petullo :wq - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/

broken(?) Lucent Venus chipset and Linux 2.4

2001-03-09 Thread W. Michael Petullo
with this issue. Up to this point neither has provided substantial help. However, there is promise and I am not ready to give up yet. Thanks! -- W. Michael Petullo :wq - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTE

EJECT ioctl fails on empty SCSI CD-ROM

2000-11-15 Thread W. Michael Petullo
prerequisite such as media being present. Is this the expected behavior? If so, I am curious to hear the rationale behind it. Thanks! -- W. Michael Petullo :wq - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please re

patch for PLIP and slow, interrupt-less computers

2001-04-14 Thread W. Michael Petullo
, "1i"); +MODULE_PARM(trigger_wait, "i"); +MODULE_PARM(nibble_wait, "i"); static struct net_device *dev_plip[PLIP_MAX] = { NULL, }; ================ -- W. Michael Petullo :wq - To unsubscribe from this lis

Processes attached to shared memory

2016-02-21 Thread W. Michael Petullo
Given a struct shmid_kernel, is it possible to find each process/task_struct which is attached to the shared memory? I have been trying to use find_get_pages(shmid->shm_file->f_mapping, ...) along with rmap_walk(...). But what I have come up with seems a little convoluted and also triggers "BUG: