Advertisement
Guest User

Untitled

a guest
Jan 4th, 2014
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.01 KB | None | 0 0
  1. Sata as AHCI
  2. ^^^^^^^^^^^^
  3.  
  4. zuul@Kali:~$ lspci
  5. 00:00.0 Host bridge: Intel Corporation N10 Family DMI Bridge (rev 02)
  6. 00:02.0 VGA compatible controller: Intel Corporation N10 Family Integrated Graphics Controller (rev 02)
  7. 00:1b.0 Audio device: Intel Corporation N10/ICH 7 Family High Definition Audio Controller (rev 01)
  8. 00:1c.0 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 1 (rev 01)
  9. 00:1c.1 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 2 (rev 01)
  10. 00:1c.2 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 3 (rev 01)
  11. 00:1c.3 PCI bridge: Intel Corporation N10/ICH 7 Family PCI Express Port 4 (rev 01)
  12. 00:1d.0 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #1 (rev 01)
  13. 00:1d.1 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #2 (rev 01)
  14. 00:1d.2 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #3 (rev 01)
  15. 00:1d.3 USB Controller: Intel Corporation N10/ICH 7 Family USB UHCI Controller #4 (rev 01)
  16. 00:1d.7 USB Controller: Intel Corporation N10/ICH 7 Family USB2 EHCI Controller (rev 01)
  17. 00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev e1)
  18. 00:1f.0 ISA bridge: Intel Corporation NM10 Family LPC Controller (rev 01)
  19. 00:1f.2 SATA controller: Intel Corporation N10/ICH7 Family SATA AHCI Controller (rev 01)
  20. 00:1f.3 SMBus: Intel Corporation N10/ICH 7 Family SMBus Controller (rev 01)
  21. 01:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 03)
  22.  
  23.  
  24.  
  25.  
  26. zuul@Kali:~$ lspci -n -vv
  27. 00:00.0 0600: 8086:a000 (rev 02)
  28. Subsystem: 8086:4f4d
  29. Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  30. Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
  31. Latency: 0
  32. Capabilities: <access denied>
  33. Kernel driver in use: agpgart-intel
  34. Kernel modules: intel-agp
  35.  
  36. 00:02.0 0300: 8086:a001 (rev 02) (prog-if 00 [VGA controller])
  37. Subsystem: 8086:4f4d
  38. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  39. Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  40. Latency: 0
  41. Interrupt: pin A routed to IRQ 46
  42. Region 0: Memory at f0200000 (32-bit, non-prefetchable) [size=512K]
  43. Region 1: I/O ports at 20c0 [size=8]
  44. Region 2: Memory at e0000000 (32-bit, prefetchable) [size=256M]
  45. Region 3: Memory at f0100000 (32-bit, non-prefetchable) [size=1M]
  46. Expansion ROM at <unassigned> [disabled]
  47. Capabilities: <access denied>
  48. Kernel driver in use: i915
  49. Kernel modules: i915
  50.  
  51. 00:1b.0 0403: 8086:27d8 (rev 01)
  52. Subsystem: 8086:d618
  53. Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  54. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  55. Latency: 0, Cache Line Size: 64 bytes
  56. Interrupt: pin A routed to IRQ 47
  57. Region 0: Memory at f0280000 (64-bit, non-prefetchable) [size=16K]
  58. Capabilities: <access denied>
  59. Kernel driver in use: HDA Intel
  60. Kernel modules: snd-hda-intel
  61.  
  62. 00:1c.0 0604: 8086:27d0 (rev 01) (prog-if 00 [Normal decode])
  63. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  64. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  65. Latency: 0, Cache Line Size: 64 bytes
  66. Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
  67. I/O behind bridge: 00001000-00001fff
  68. Memory behind bridge: d0000000-d03fffff
  69. Prefetchable memory behind bridge: 00000000f0000000-00000000f00fffff
  70. Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
  71. BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
  72. PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
  73. Capabilities: <access denied>
  74. Kernel driver in use: pcieport
  75. Kernel modules: shpchp
  76.  
  77. 00:1c.1 0604: 8086:27d2 (rev 01) (prog-if 00 [Normal decode])
  78. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  79. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  80. Latency: 0, Cache Line Size: 64 bytes
  81. Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
  82. I/O behind bridge: 00003000-00003fff
  83. Memory behind bridge: d0400000-d05fffff
  84. Prefetchable memory behind bridge: 00000000d0600000-00000000d07fffff
  85. Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
  86. BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
  87. PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
  88. Capabilities: <access denied>
  89. Kernel driver in use: pcieport
  90. Kernel modules: shpchp
  91.  
  92. 00:1c.2 0604: 8086:27d4 (rev 01) (prog-if 00 [Normal decode])
  93. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  94. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  95. Latency: 0, Cache Line Size: 64 bytes
  96. Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
  97. I/O behind bridge: 00004000-00004fff
  98. Memory behind bridge: d0800000-d09fffff
  99. Prefetchable memory behind bridge: 00000000d0a00000-00000000d0bfffff
  100. Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
  101. BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
  102. PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
  103. Capabilities: <access denied>
  104. Kernel driver in use: pcieport
  105. Kernel modules: shpchp
  106.  
  107. 00:1c.3 0604: 8086:27d6 (rev 01) (prog-if 00 [Normal decode])
  108. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  109. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  110. Latency: 0, Cache Line Size: 64 bytes
  111. Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
  112. I/O behind bridge: 00005000-00005fff
  113. Memory behind bridge: d0c00000-d0dfffff
  114. Prefetchable memory behind bridge: 00000000d0e00000-00000000d0ffffff
  115. Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
  116. BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
  117. PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
  118. Capabilities: <access denied>
  119. Kernel driver in use: pcieport
  120. Kernel modules: shpchp
  121.  
  122. 00:1d.0 0c03: 8086:27c8 (rev 01) (prog-if 00 [UHCI])
  123. Subsystem: 8086:4f4d
  124. Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  125. Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  126. Latency: 0
  127. Interrupt: pin A routed to IRQ 23
  128. Region 4: I/O ports at 2080 [size=32]
  129. Kernel driver in use: uhci_hcd
  130.  
  131. 00:1d.1 0c03: 8086:27c9 (rev 01) (prog-if 00 [UHCI])
  132. Subsystem: 8086:4f4d
  133. Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  134. Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  135. Latency: 0
  136. Interrupt: pin B routed to IRQ 19
  137. Region 4: I/O ports at 2060 [size=32]
  138. Kernel driver in use: uhci_hcd
  139.  
  140. 00:1d.2 0c03: 8086:27ca (rev 01) (prog-if 00 [UHCI])
  141. Subsystem: 8086:4f4d
  142. Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  143. Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  144. Latency: 0
  145. Interrupt: pin C routed to IRQ 18
  146. Region 4: I/O ports at 2040 [size=32]
  147. Kernel driver in use: uhci_hcd
  148.  
  149. 00:1d.3 0c03: 8086:27cb (rev 01) (prog-if 00 [UHCI])
  150. Subsystem: 8086:4f4d
  151. Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  152. Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  153. Latency: 0
  154. Interrupt: pin D routed to IRQ 16
  155. Region 4: I/O ports at 2020 [size=32]
  156. Kernel driver in use: uhci_hcd
  157.  
  158. 00:1d.7 0c03: 8086:27cc (rev 01) (prog-if 20 [EHCI])
  159. Subsystem: 8086:4f4d
  160. Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  161. Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  162. Latency: 0
  163. Interrupt: pin A routed to IRQ 23
  164. Region 0: Memory at f0284400 (32-bit, non-prefetchable) [size=1K]
  165. Capabilities: <access denied>
  166. Kernel driver in use: ehci_hcd
  167.  
  168. 00:1e.0 0604: 8086:2448 (rev e1) (prog-if 01 [Subtractive decode])
  169. Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
  170. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  171. Latency: 0
  172. Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
  173. Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
  174. BridgeCtl: Parity- SERR- NoISA+ VGA- MAbort- >Reset- FastB2B-
  175. PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
  176. Capabilities: <access denied>
  177.  
  178. 00:1f.0 0601: 8086:27bc (rev 01)
  179. Subsystem: 8086:4f4d
  180. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx-
  181. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  182. Latency: 0
  183. Capabilities: <access denied>
  184.  
  185. 00:1f.2 0106: 8086:27c1 (rev 01) (prog-if 01 [AHCI 1.0])
  186. Subsystem: 8086:4f4d
  187. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  188. Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  189. Latency: 0
  190. Interrupt: pin B routed to IRQ 45
  191. Region 0: I/O ports at 20b8 [size=8]
  192. Region 1: I/O ports at 20cc [size=4]
  193. Region 2: I/O ports at 20b0 [size=8]
  194. Region 3: I/O ports at 20c8 [size=4]
  195. Region 4: I/O ports at 20a0 [size=16]
  196. Region 5: Memory at f0284000 (32-bit, non-prefetchable) [size=1K]
  197. Capabilities: <access denied>
  198. Kernel driver in use: ahci
  199. Kernel modules: ahci
  200.  
  201. 00:1f.3 0c05: 8086:27da (rev 01)
  202. Subsystem: 8086:4f4d
  203. Control: I/O+ Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
  204. Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  205. Interrupt: pin B routed to IRQ 11
  206. Region 4: I/O ports at 2000 [size=32]
  207. Kernel modules: i2c-i801
  208.  
  209. 01:00.0 0200: 10ec:8168 (rev 03)
  210. Subsystem: 8086:d615
  211. Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
  212. Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
  213. Latency: 0, Cache Line Size: 64 bytes
  214. Interrupt: pin A routed to IRQ 44
  215. Region 0: I/O ports at 1000 [size=256]
  216. Region 2: Memory at f0004000 (64-bit, prefetchable) [size=4K]
  217. Region 4: Memory at f0000000 (64-bit, prefetchable) [size=16K]
  218. Expansion ROM at f0020000 [disabled] [size=128K]
  219. Capabilities: <access denied>
  220. Kernel driver in use: r8169
  221. Kernel modules: r8169
  222.  
  223. z@Kali:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement