/var/log/life.log
Блог программиста из солнечной Бурятии

встречайте FreeBSD 7.0

Поставил FreeBSD 7.0, изменения на лицо:
pciconf -lv
до:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
hostb0@pci0:0:0: class=0x060000 card=0x011f1025 chip=0x2a008086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = bridge
subclass = HOST-PCI
none0@pci0:2:0: class=0x030000
card=0x011f1025
chip=0x2a028086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = display
subclass = VGA
none1@pci0:2:1: class=0x038000 card=0x011f1025 chip=0x2a038086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = display
uhci0@pci0:26:0: class=0x0c0300 card=0x011f1025 chip=0x28348086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
uhci1@pci0:26:1: class=0x0c0300 card=0x011f1025 chip=0x28358086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
ehci0@pci0:26:7: class=0x0c0320 card=0x011f1025 chip=0x283a8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
none2@pci0:27:0: class=0x040300 card=0x011f1025 chip=0x284b8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = multimedia
pcib1@pci0:28:0: class=0x060400 card=0x00000040 chip=0x283f8086 rev=0x03 hdr=0x01
vendor = 'Intel Corporation'
class = bridge
subclass = PCI-PCI
pcib2@pci0:28:1: class=0x060400 card=0x00000040 chip=0x28418086 rev=0x03 hdr=0x01
vendor = 'Intel Corporation'
class = bridge
subclass = PCI-PCI
pcib3@pci0:28:2: class=0x060400 card=0x00000040 chip=0x28438086 rev=0x03 hdr=0x01
vendor = 'Intel Corporation'
class = bridge
subclass = PCI-PCI
uhci2@pci0:29:0: class=0x0c0300 card=0x011f1025 chip=0x28308086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
uhci3@pci0:29:1: class=0x0c0300 card=0x011f1025 chip=0x28318086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
uhci4@pci0:29:2: class=0x0c0300 card=0x011f1025 chip=0x28328086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
ehci1@pci0:29:7: class=0x0c0320 card=0x011f1025 chip=0x28368086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = USB
pcib4@pci0:30:0: class=0x060401 card=0x00000050 chip=0x24488086 rev=0xf3 hdr=0x01
vendor = 'Intel Corporation'
device = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge'
class = bridge
subclass = PCI-PCI
isab0@pci0:31:0: class=0x060100 card=0x011f1025 chip=0x28158086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = bridge
subclass = PCI-ISA
atapci0@pci0:31:1: class=0x01018a card=0x011f1025 chip=0x28508086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = mass storage
subclass = ATA
atapci1@pci0:31:2: class=0x01018f card=0x011f1025 chip=0x28288086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = mass storage
subclass = ATA
none3@pci0:31:3: class=0x0c0500 card=0x011f1025 chip=0x283e8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
class = serial bus
subclass = SMBus
none4@pci2:0:0: class=0x020000 card=0x011c1025 chip=0x169314e4 rev=0x02 hdr=0x00
vendor = 'Broadcom Corporation'
class = network
subclass = ethernet
none5@pci4:0:0: class=0x028000 card=0x04221468 chip=0x431114e4 rev=0x01 hdr=0x00
vendor = 'Broadcom Corporation'
class = network
cbb0@pci15:6:0: class=0x060700 card=0x011f1025 chip=0x8039104c rev=0x00 hdr=0x02
vendor = 'Texas Instruments (TI)'
class = bridge
subclass = PCI-CardBus
fwohci0@pci15:6:1: class=0x0c0010 card=0x011f1025 chip=0x803a104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments (TI)'
class = serial bus
subclass = FireWire
none6@pci15:6:2: class=0x018000 card=0x011f1025 chip=0x803b104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments (TI)'
class = mass storage
none7@pci15:6:3: class=0x080500 card=0x011f1025 chip=0x803c104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments (TI)'
class = base peripheral

после:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
hostb0@pci0:0:0:0: class=0x060000 card=0x011f1025 chip=0x2a008086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = 'Mobile PM965/GM965/GL960 Express Processor to DRAM Controller'
class = bridge
subclass =HOST-PCI
vgapci0@pci0:0:2:0: class=0x030000 card=0x011f1025 chip=0x2a028086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = 'Mobile 965 Express Integrated Graphics Controller'
class = display
subclass = VGA
vgapci1@pci0:0:2:1: class=0x038000 card=0x011f1025 chip=0x2a038086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = 'Mobile 965 Express Integrated Graphics Controller'
class = display
uhci0@pci0:0:26:0: class=0x0c0300 card=0x011f1025 chip=0x28348086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) USB UHCI'
class = serial bus
subclass = USB
uhci1@pci0:0:26:1: class=0x0c0300 card=0x011f1025 chip=0x28358086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) USB UHCI'
class = serial bus
subclass = USB
ehci0@pci0:0:26:7: class=0x0c0320 card=0x011f1025 chip=0x283a8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '81EC1043 (?) ICH8 Enhanced USB2 Enhanced Host Controller'
class = serial bus
subclass = USB
none0@pci0:0:27:0: class=0x040300 card=0x011f1025 chip=0x284b8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H &SUBSYS_81EC1043&REV_02\3&11583659&0&D8'
class = multimedia
pcib1@pci0:0:28:0: class=0x060400 card=0x011f1025 chip=0x283f8086 rev=0x03 hdr=0x01
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) PCIe Port 1'
class = bridge
subclass = PCI-PCI
pcib2@pci0:0:28:1: class=0x060400 card=0x011f1025 chip=0x28418086 rev=0x03 hdr=0x01
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) PCIe Port 2'
class = bridge
subclass = PCI-PCI
pcib3@pci0:0:28:2: class=0x060400 card=0x011f1025 chip=0x28438086 rev=0x03 hdr=0x01
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) PCIe Port 3'
class = bridge
subclass = PCI-PCI
uhci2@pci0:0:29:0: class=0x0c0300 card=0x011f1025 chip=0x28308086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) USB UHCI'
class = serial bus
subclass = USB
uhci3@pci0:0:29:1: class=0x0c0300 card=0x011f1025 chip=0x28318086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) USB UHCI'
class = serial bus
subclass = USB
uhci4@pci0:0:29:2: class=0x0c0300 card=0x011f1025 chip=0x28328086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) USB UHCI'
class = serial bus
subclass = USB
ehci1@pci0:0:29:7: class=0x0c0320 card=0x011f1025 chip=0x28368086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) USB2 EHCI'
class = serial bus
subclass = USB
pcib4@pci0:0:30:0: class=0x060401 card=0x00000000 chip=0x24488086 rev=0xf3 hdr=0x01
vendor = 'Intel Corporation'
device = '82801BAM/CAM/DBM (ICH2-M/3-M/4-M) Hub Interface to PCI Bridge'
class = bridge subclass = PCI-PCI
isab0@pci0:0:31:0: class=0x060100 card=0x011f1025 chip=0x28158086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = 'ICH8M-E (ICH8 Family) LPC Interface Controller'
class = bridge
subclass = PCI-ISAatapci0@pci0:0:31:1: class=0x01018a card=0x011f1025 chip=0x28508086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) Ultra ATA Storage Controllers'
class = mass storage
subclass = ATA
atapci1@pci0:0:31:2: class=0x01018f card=0x011f1025 chip=0x28288086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = 'ICH8M (ICH8 Family) 3 port SATA Controller'
class = mass storage
subclass = ATA
none1@pci0:0:31:3: class=0x0c0500 card=0x011f1025 chip=0x283e8086 rev=0x03 hdr=0x00
vendor = 'Intel Corporation'
device = '82801H (ICH8 Family) SMBus Controller'
class = serial bus
subclass = SMBus
bge0@pci0:2:0:0: class=0x020000 card=0x011c1025 chip=0x169314e4 rev=0x02 hdr=0x00
vendor = 'Broadcom Corporation'
device = 'BCM 5787A Ethernet Controller Broadcom Netlink Gigabit'
class = network
subclass = ethernet
none2@pci0:4:0:0: class=0x028000 card=0x04221468 chip=0x431114e4 rev=0x01 hdr=0x00
vendor = 'Broadcom Corporation'
device = 'Dell Wireless 1390 WLAN Mini-PCI Card'
class = network
cbb0@pci0:15:6:0: class=0x060700 card=0x011f1025 chip=0x8039104c rev=0x00 hdr=0x02
vendor = 'Texas Instruments (TI)'
device = 'PCIxx12 Cardbus Controller'
class = bridge
subclass = PCI-CardBus
fwohci0@pci0:15:6:1: class=0x0c0010 card=0x011f1025 chip=0x803a104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments (TI)'
device = '??? OHCI Compliant IEEE 1394 Host controller'
class = serial bus
subclass = FireWire
none3@pci0:15:6:2: class=0x018000 card=0x011f1025 chip=0x803b104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments (TI)'
device = 'PCIxx12 Integrated Flash Media Controller'
class = mass storage
none4@pci0:15:6:3: class=0x080500 card=0x011f1025 chip=0x803c104c rev=0x00 hdr=0x00
vendor = 'Texas Instruments (TI)'
device = 'PCIxx12 SDA Standard Compliant SD Host Controller'
class = base peripheral

т.е. видеокарта и сетевая опредились, для звуковухи ничего не нашлось, но у меня уже есть решение,
остались неопределёнными 82801H (ICH8 Family) SMBus Controller, Dell Wireless 1390 WLAN Mini-PCI Card, PCIxx12 Integrated Flash Media Controller, PCIxx12 SDA Standard Compliant SD Host Controller точнее дров нету, будем искать.