blob: ed6af3124d6179543bf40cbb90919aff74321852 [file] [log] [blame]
Patrick Georgi0588d192009-08-12 15:00:51 +00001chip northbridge/intel/i440bx # Northbridge
2 device apic_cluster 0 on # APIC cluster
3 chip cpu/intel/slot_2 # CPU (FIXME: It's slot 1, actually)
4 device apic 0 on end # APIC
5 end
6 end
7 device pci_domain 0 on # PCI domain
8 device pci 0.0 on end # Host bridge
9 device pci 1.0 on end # PCI/AGP bridge
10 chip southbridge/intel/i82371eb # Southbridge
11 device pci 7.0 on # ISA bridge
12 chip superio/smsc/smscsuperio # Super I/O
13 device pnp 3f0.0 on # Floppy
14 io 0x60 = 0x3f0
15 irq 0x70 = 6
16 drq 0x74 = 2
17 end
18 device pnp 3f0.3 on # Parallel port
19 io 0x60 = 0x378
20 irq 0x70 = 7
21 end
22 device pnp 3f0.4 on # COM1
23 io 0x60 = 0x3f8
24 irq 0x70 = 4
25 end
26 device pnp 3f0.5 on # COM2 / IR
27 io 0x60 = 0x2f8
28 irq 0x70 = 3
29 end
30 device pnp 3f0.7 on # PS/2 keyboard / mouse
31 io 0x60 = 0x60
32 io 0x62 = 0x64
33 irq 0x70 = 1 # PS/2 keyboard interrupt
34 irq 0x72 = 12 # PS/2 mouse interrupt
35 end
36 device pnp 3f0.8 on # Aux I/O
37 end
38 end
39 end
40 device pci 7.1 on end # IDE
41 device pci 7.2 on end # USB
42 device pci 7.3 on end # ACPI
43 register "ide0_enable" = "1"
44 register "ide1_enable" = "1"
45 register "ide_legacy_enable" = "1"
46 # Enable UDMA/33 for higher speed if your IDE device(s) support it.
47 register "ide0_drive0_udma33_enable" = "0"
48 register "ide0_drive1_udma33_enable" = "0"
49 register "ide1_drive0_udma33_enable" = "0"
50 register "ide1_drive1_udma33_enable" = "0"
51 end
52 end
53end