Changeset c621f4aa in mainline for kernel/genarch/include/drivers
- Timestamp:
- 2010-07-25T10:11:13Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 377cce8
- Parents:
- 24a2517 (diff), a2da43c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - Location:
- kernel/genarch/include/drivers
- Files:
-
- 3 added
- 9 edited
-
dsrln/dsrlnin.h (modified) (1 diff)
-
dsrln/dsrlnout.h (modified) (1 diff)
-
ega/ega.h (modified) (1 diff)
-
i8042/i8042.h (modified) (1 diff)
-
legacy/ia32/io.h (modified) (1 diff)
-
ns16550/ns16550.h (modified) (1 diff)
-
pl050/pl050.h (modified) (2 diffs)
-
s3c24xx_irqc/s3c24xx_irqc.h (added)
-
s3c24xx_timer/s3c24xx_timer.h (added)
-
s3c24xx_uart/s3c24xx_uart.h (added)
-
via-cuda/cuda.h (modified) (1 diff)
-
z8530/z8530.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
kernel/genarch/include/drivers/dsrln/dsrlnin.h
r24a2517 rc621f4aa 39 39 40 40 #include <ddi/irq.h> 41 #include <arch/types.h>42 41 #include <console/chardev.h> 43 42 #include <typedefs.h> -
kernel/genarch/include/drivers/dsrln/dsrlnout.h
r24a2517 rc621f4aa 38 38 #define KERN_DSRLNOUT_H_ 39 39 40 #include <arch/types.h>41 40 #include <typedefs.h> 42 41 #include <console/chardev.h> -
kernel/genarch/include/drivers/ega/ega.h
r24a2517 rc621f4aa 36 36 #define KERN_EGA_H_ 37 37 38 #include <arch/types.h>39 38 #include <typedefs.h> 40 39 #include <console/chardev.h> -
kernel/genarch/include/drivers/i8042/i8042.h
r24a2517 rc621f4aa 37 37 38 38 #include <ddi/irq.h> 39 #include <arch/types.h>40 39 #include <console/chardev.h> 41 40 #include <typedefs.h> -
kernel/genarch/include/drivers/legacy/ia32/io.h
r24a2517 rc621f4aa 38 38 #define KERN_LEGACY_IA32_IO_H 39 39 40 #include < arch/types.h>40 #include <typedefs.h> 41 41 42 42 #define I8042_BASE ((ioport8_t *) 0x60) -
kernel/genarch/include/drivers/ns16550/ns16550.h
r24a2517 rc621f4aa 39 39 40 40 #include <ddi/irq.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 #include <console/chardev.h> 43 43 -
kernel/genarch/include/drivers/pl050/pl050.h
r24a2517 rc621f4aa 42 42 43 43 #include <ddi/irq.h> 44 #include <arch/types.h>45 44 #include <console/chardev.h> 46 45 #include <typedefs.h> … … 73 72 #define PL050_STAT_RXFULL (1 << 4) /* 1: register Full */ 74 73 #define PL050_STAT_RXBUSY (1 << 3) /* 1: Busy, recieving Data */ 75 #define PL050_STAT_RXPARITY (1 << 2) /* odd parity of the last bit rec ieved */74 #define PL050_STAT_RXPARITY (1 << 2) /* odd parity of the last bit received */ 76 75 #define PL050_STAT_KMIC (1 << 1) /* status of KMICLKIN */ 77 76 #define PL050_STAT_KMID 1 /* status of KMIDATAIN */ -
kernel/genarch/include/drivers/via-cuda/cuda.h
r24a2517 rc621f4aa 37 37 38 38 #include <ddi/irq.h> 39 #include < arch/types.h>39 #include <typedefs.h> 40 40 #include <console/chardev.h> 41 41 #include <synch/spinlock.h> -
kernel/genarch/include/drivers/z8530/z8530.h
r24a2517 rc621f4aa 39 39 40 40 #include <ddi/irq.h> 41 #include < arch/types.h>41 #include <typedefs.h> 42 42 #include <console/chardev.h> 43 43
Note:
See TracChangeset
for help on using the changeset viewer.
