You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge master.kernel.org:/home/rmk/linux-2.6-serial
* master.kernel.org:/home/rmk/linux-2.6-serial: [SERIAL] typo: buad -> baud
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
#define UARTDR 0x00 /* Tx/Rx data */
|
||||
#define RXSTAT 0x04 /* Rx status */
|
||||
#define H_UBRLCR 0x08 /* mode register high */
|
||||
#define M_UBRLCR 0x0C /* mode reg mid (MSB of buad)*/
|
||||
#define M_UBRLCR 0x0C /* mode reg mid (MSB of baud)*/
|
||||
#define L_UBRLCR 0x10 /* mode reg low (LSB of baud)*/
|
||||
#define UARTCON 0x14 /* control register */
|
||||
#define UARTFLG 0x18 /* flag register */
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
* Changelog:
|
||||
* 05-01-2000 SJH Created
|
||||
* 05-13-2000 SJH Filled in function bodies
|
||||
* 07-26-2000 SJH Removed hard coded buad rate
|
||||
* 07-26-2000 SJH Removed hard coded baud rate
|
||||
*/
|
||||
|
||||
#include <asm/hardware.h>
|
||||
|
||||
Reference in New Issue
Block a user