search for: dlab

Displaying 8 results from an estimated 8 matches for "dlab".

Did you mean: dla
2013 Jul 12
0
[PATCH 001/001] core/serial: Add support for serial output functions.
...+#define COM_LINE_STATUS_DATA 0x01 /* Data available */ +#define COM_LINE_STATUS_RDY 0x20 /* Transmitter ready */ +#define COM_LINE_STATUS_OFF 0x40 /* Transmitter off */ + +/* Modem ctrl register fields */ +#define COM_MODEM_CTRL_RTS 0x02 +#define COM_MODEM_CTRL_DTR 0x01 + +/* DLAB bit pos (Divisor Latch Access Bit) */ +#define COM_DLAB_BIT (1 << 7) + +/* If DLAB is set 0 in COM_LINE_CTRL_REG */ +#define COM_RX 0 /* Receiver */ +#define COM_TX 0 /* Transmitter */ + +/* If DLAB is set 1 in COM_LINE_CTRL_REG */ +#define COM_DIVREG_LOW...
2013 Jul 12
2
[PATCH 001/001] core/serial: Add support for serial output functions.
...us register fields */ +#define COM_LINE_STATUS_DATA 0x01 /* Data available */ +#define COM_LINE_STATUS_RDY 0x20 /* Transmitter ready */ +#define COM_LINE_STATUS_OFF 0x40 /* Transmitter off */ + +/* Modem ctrl register fields */ +#define COM_MODEM_CTRL_RTS 0x02 +#define COM_MODEM_CTRL_DTR 0x01 + +/* DLAB bit pos (Divisor Latch Access Bit) */ +#define COM_DLAB_BIT (1 << 7) + +/* If DLAB is set 0 in COM_LINE_CTRL_REG */ +#define COM_RX 0 /* Receiver */ +#define COM_TX 0 /* Transmitter */ + +/* If DLAB is set 1 in COM_LINE_CTRL_REG */ +#define COM_DIVREG_LOW 0 +#define COM_DIVREG_HIGH 1...
2013 Jul 16
0
[PATCH] xen: extract register definitions from ns16550 into a separated header
...*/ -#define LCR 0x03 /* line control */ -#define MCR 0x04 /* Modem control */ -#define LSR 0x05 /* line status */ -#define MSR 0x06 /* Modem status */ -#define DLL 0x00 /* divisor latch (ls) (DLAB=1) */ -#define DLM 0x01 /* divisor latch (ms) (DLAB=1) */ - -/* Interrupt Enable Register */ -#define IER_ERDAI 0x01 /* rx data recv''d */ -#define IER_ETHREI 0x02 /* tx reg. empty */ -#define IER_ELSI 0x04 /* rx line status */ -#...
2007 Feb 22
0
Lastest upgrade of smb on RedHat doesn't work
...Server Comment --------- ------- CHEMPS chemps - Chemistry Samba Server GC407-JIANG Personal laptop Workgroup Master --------- ------- CHEMISTRY CHEMPS DLAB GC207-COSTELLO ROSEPETRUCK GC244-NTSVR1 Using the same command on the system that was not upgraded, I get: Server Comment --------- ------- DELL-GC139 Dell Optiplex - GC139 GC012B Dell...
2003 Dec 26
2
DevKitLite compiles but won't load modules or run asterisk
I'm trying to install on a 233Mz PII running RH7.1 kernel 2.4.2 The "astinstall" script pulled files from CVS ok and compiled with no warnings. When I try to run "modprobe wcfxo" and "modprobe wcusb" I get the following identical set of error messages: 15. Creating sample environment...SKIPPED ================= Installation Completed! ====================
2013 Sep 13
10
[PATCH RFC 0/8] xen/arm: initial cubieboard2 support.
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some information on how to get this going. I''ve rebased and addressed the review comments. As before several of the patches are not to be applied because they can be done better using infrastructure from Julien''s "Allow Xen to boot with a raw Device Tree" patch. They are included for completeness. With
2013 Sep 20
20
[PATCH v3 0/7] support for cubieboard2 / sunxi processors
See http://www.gossamer-threads.com/lists/xen/devel/297170 for some information on how to get this going. I''ve rebased and addressed the review comments. With this rebase I''ve picked up some patches from Julien which were required to do things properly, so the gic v7 and device blacklisting patches have been changed to use the proper mechanisms. Previously I was able to boot
2011 May 25
1
[GIT PULL] elflink ldlinux
Hi, These patches contain support for some features that are already in Syslinux 4 but weren't working properly on the elflink branch. It's another step closer to feature parity with Syslinux 4. Having to jump through the comboot API for localboot support is less than ideal and I'll eventually fix that, probably when we move a big chunk of code from asm to C. Also, there's a