From cc2f2c41c8b27060824b54a17b4c254dc9f3aeba Mon Sep 17 00:00:00 2001 From: jljusten Date: Mon, 13 Aug 2012 15:41:07 +0000 Subject: OvmfPkg: add parallel port to the DSDT Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek Reviewed-by: Jordan Justen git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@13624 6f19259b-4bc3-4df7-8a09-765794883524 --- OvmfPkg/AcpiTables/Dsdt.asl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'OvmfPkg/AcpiTables') diff --git a/OvmfPkg/AcpiTables/Dsdt.asl b/OvmfPkg/AcpiTables/Dsdt.asl index be6fc71d78..93e84bcfa7 100644 --- a/OvmfPkg/AcpiTables/Dsdt.asl +++ b/OvmfPkg/AcpiTables/Dsdt.asl @@ -526,6 +526,19 @@ DefinitionBlock ("Dsdt.aml", "DSDT", 1, "INTEL ", "OVMF ", 3) { DMA (Compatibility, NotBusMaster, Transfer8) {2} }) } + + // + // parallel port -- no DMA for now + // + Device (PAR1) { + Name (_HID, EISAID ("PNP0400")) + Name (_DDN, "LPT1") + Name (_UID, 0x01) + Name(_CRS, ResourceTemplate() { + IO (Decode16, 0x0378, 0x0378, 0x00, 0x08) + IRQNoFlags () {7} + }) + } } } } -- cgit v1.2.3