Subversion Repositories HelenOS

Rev

Rev 3228 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3228 Rev 3234
Line 35... Line 35...
35
#ifndef KERN_mips32_SERIAL_H_
35
#ifndef KERN_mips32_SERIAL_H_
36
#define KERN_mips32_SERIAL_H_
36
#define KERN_mips32_SERIAL_H_
37
 
37
 
38
#include <console/chardev.h>
38
#include <console/chardev.h>
39
 
39
 
40
#define SERIAL_ADDRESS    0xB8000000
40
#define SERIAL_ADDRESS    0x98000000
41
 
41
 
42
#define SERIAL_MAX        4
42
#define SERIAL_MAX        4
43
#define SERIAL_COM1       0x3f8
43
#define SERIAL_COM1       0x3f8
44
#define SERIAL_COM1_IRQ   4
44
#define SERIAL_COM1_IRQ   4
45
#define SERIAL_COM2       0x2f8
45
#define SERIAL_COM2       0x2f8