search for: lapb

Displaying 15 results from an estimated 15 matches for "lapb".

Did you mean: lab
2007 Apr 18
1
[Bridge] Re: hang on PPC
...size 1024 > blocksize > loop: loaded (max 8 devices) > PPP generic driver version 2.4.2 > PPP Deflate Compression module registered > Cronyx Ltd, Synchronous PPP and CISCO HDLC (c) 1994 > Linux port (c) 1998 Building Number Three Ltd & Jan "Yenya" > Kasprzak. > LAPB Ethernet driver version 0.01 > NET4: Linux TCP/IP 1.0 for NET4.0 > IP Protocols: ICMP, UDP, TCP, IGMP > IP: routing cache hash table of 512 buckets, 4Kbytes > TCP: Hash tables configured (established 2048 bind 4096) > IPv4 over IPv4 tunneling driver > ip_conntrack version 2.1 (256...
2006 Jul 12
0
Update -> Someone with "Access Denied" from Windows pls try this test to compare notes with me
...maba 2.0.5a, where the laptops and the Win95 workstation can all access. (I haven't added the Mac's to this mix as yet, I think from memory they were working just fine.) From ALPHA using smbclient I can connect and map to all shared services on anything (ALPHA, WWW, OTHERWOMAN, LAPA, LAPB, WWW, MAC1, MAC2, FEP1) What is important is that LAPA and LAPB had NO problem communicating with ALPHA2 prior to a few weeks ago. There are no filewall problems or restrictions and the LAP's can Browse, get a SHARE listing, but not get access to the files or paths. (I haven't tried p...
2018 Jun 07
0
[PATCH v2 1/2] compiler-gcc.h: add gnu_inline to all inline declarations
...| 8 +++--- drivers/media/pci/ivtv/ivtv-ioctl.c | 2 +- drivers/net/ethernet/sun/sungem.c | 8 +++--- drivers/net/ethernet/sun/sunhme.c | 6 ++--- drivers/net/hamradio/baycom_ser_fdx.c | 2 +- drivers/net/wan/lapbether.c | 2 +- drivers/net/wan/n2.c | 4 +-- drivers/parisc/led.c | 4 +-- drivers/parisc/sba_iommu.c | 2 +- drivers/parport/parport_gsc.c | 2 +- drivers/parport/pa...
2007 Apr 18
0
[Bridge] Re: hang on PPC
...ommand? The usual way of debugging > > this is > > to enable SysRq in kernel and hit SysRq-t to see what is > > happening. > > Also SysRq-p to show processes. > > The process is locked(slept) by bridge module. > > I've found a reason, the reason is in "LAPB over Ethernet > driver (CONFIG_LAPBETHER)" conflict. > I think it is in register_netdevice_notifier's handlers lock > between lapbether & bridge modules. > > I've made a modification for hdlc_cisco.c, now it can report > cisco-hdlc device as Ethernet (with cisco-...
2007 Apr 18
0
[Bridge] Re: hang on PPC
...> > this is > > > to enable SysRq in kernel and hit SysRq-t to see what is > > > happening. > > > Also SysRq-p to show processes. > > > > The process is locked(slept) by bridge module. > > > > I've found a reason, the reason is in "LAPB over Ethernet > > driver (CONFIG_LAPBETHER)" conflict. > > I think it is in register_netdevice_notifier's handlers lock > > between lapbether & bridge modules. > > > > I've made a modification for hdlc_cisco.c, now it can report > > cisco-hdlc d...
2018 Dec 27
0
PROPOSAL: Extend inline asm syntax with size spec
...| 8 ++--- > drivers/media/pci/ivtv/ivtv-ioctl.c | 2 +- > drivers/net/ethernet/sun/sungem.c | 8 ++--- > drivers/net/ethernet/sun/sunhme.c | 6 ++-- > drivers/net/hamradio/baycom_ser_fdx.c | 2 +- > drivers/net/wan/lapbether.c | 2 +- > drivers/net/wan/n2.c | 4 +-- > drivers/parisc/led.c | 4 +-- > drivers/parisc/sba_iommu.c | 2 +- > drivers/parport/parport_gsc.c | 2 +-...
2006 Apr 30
2
PRI Issue: D-Channel woes
...36512 0 wcfxo 13408 0 wcte11xp 24896 0 wct1xxp 16544 0 wct4xxp 97664 24 tor2 89856 0 zaptel 188452 59 wcusb,wctdm,wcfxo,wcte11xp,wct1xxp,wct4xxp,tor2 hdlc 23552 0 lapb 13312 1 hdlc syncppp 14076 1 hdlc ipv6 221696 12 ip_vs 71392 0 joydev 8864 0 evdev 8800 0 crc_ccitt 1952 1 zaptel mousedev 10496 0 psmouse 32356...
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote: > It would be great to hear from kernel people if it works adequately for > what you guys want it for :-) Sure, ping me when you have the final version and I'll try to build gcc with it and do some size comparisons. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the
2018 Oct 10
5
PROPOSAL: Extend inline asm syntax with size spec
On Wed, Oct 10, 2018 at 01:54:33PM -0500, Segher Boessenkool wrote: > It would be great to hear from kernel people if it works adequately for > what you guys want it for :-) Sure, ping me when you have the final version and I'll try to build gcc with it and do some size comparisons. Thx. -- Regards/Gruss, Boris. Good mailing practices for 400: avoid top-posting and trim the
2011 Dec 21
1
Re: linux-next: Tree for Dec 21 (xen)
On 12/20/2011 10:47 PM, Stephen Rothwell wrote: > Hi all, > > Changes since 20111220: drivers/xen/xenbus/xenbus_dev_backend.c:74:2: error: implicit declaration of function ''xen_initial_domain'' Full randconfig file is attached. -- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code ***
2014 Apr 04
3
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
On Thu, Apr 03, 2014 at 10:57:18PM -0400, Waiman Long wrote: > On 04/03/2014 01:23 PM, Konrad Rzeszutek Wilk wrote: > >On Wed, Apr 02, 2014 at 10:10:17PM -0400, Waiman Long wrote: > >>On 04/02/2014 04:35 PM, Waiman Long wrote: > >>>On 04/02/2014 10:32 AM, Konrad Rzeszutek Wilk wrote: > >>>>On Wed, Apr 02, 2014 at 09:27:29AM -0400, Waiman Long wrote:
2014 Apr 04
3
[PATCH v8 00/10] qspinlock: a 4-byte queue spinlock with PV support
On Thu, Apr 03, 2014 at 10:57:18PM -0400, Waiman Long wrote: > On 04/03/2014 01:23 PM, Konrad Rzeszutek Wilk wrote: > >On Wed, Apr 02, 2014 at 10:10:17PM -0400, Waiman Long wrote: > >>On 04/02/2014 04:35 PM, Waiman Long wrote: > >>>On 04/02/2014 10:32 AM, Konrad Rzeszutek Wilk wrote: > >>>>On Wed, Apr 02, 2014 at 09:27:29AM -0400, Waiman Long wrote:
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2020 Jul 21
17
[PATCH 00/10] RFC: move logical block size checking to the block core
This patch series aims to move the logical block size checking to the block code. This was inspired by missing check for valid logical block size in virtio-blk which causes the kernel to crash in a weird way later on when it is invalid. I added blk_is_valid_logical_block_size which returns true iff the block size is one of supported sizes. I added this check to virtio-blk, and also converted
2009 Jul 22
109
Unable to Configure Xen Dom 0 in Jeremy''s PVOPS Kernel
Hi All, I followed the instructions here at http://bderzhavets.wordpress.com/2009/06/10/setup-fedora-11-pv-domu-at-xen-3-4-1-dom0-kernel-2-6-30-rc6-tip-on-top-of-fedora-11/ However, when I do a "make menuconfig", I cannot see any XEN related configuration options. What am I missing? Thank you. Mr. Teo En Ming Dip(Mechatronics Engineering) BEng(Hons)(Mechanical Engineering)