1 version 1.0 2 # 3 # CDDL HEADER START 4 # 5 # The contents of this file are subject to the terms of the 6 # Common Development and Distribution License (the "License"). 7 # You may not use this file except in compliance with the License. 8 # 9 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 10 # or http://www.opensolaris.org/os/licensing. 11 # See the License for the specific language governing permissions 12 # and limitations under the License. 13 # 14 # When distributing Covered Code, include this CDDL HEADER in each 15 # file and include the License file at usr/src/OPENSOLARIS.LICENSE. 16 # If applicable, add the following below this CDDL HEADER, with the 17 # fields enclosed by brackets "[]" replaced with your own identifying 18 # information: Portions Copyright [yyyy] [name of copyright owner] 19 # 20 # CDDL HEADER END 21 # 22 # Copyright 2009 Sun Microsystems, Inc. All rights reserved. 23 # Use is subject to license terms. 24 # 25 # Device tree database 26 # - Records in this file can be in an arbitrary order. 27 # - Records are terminated by newlines, and fields are separated 28 # by any number of spaces and/or tabs. 29 # - Quotes can be used in any field to allow white space. 30 # - Other than comments (lines such as this beginning with '#") 31 # and the "Version" string no other tokens are understood. 32 # 33 # Database format:- 34 # 35 # <dev ids> <name> <dev type> <bus> <realmode dvr> <dev desc> <properties> 36 # 37 # Where:- 38 # dev ids List of unique device identifiers, separated by the 39 # "or" character '|' when more than one ID should 40 # match the same entry. 41 # 42 # name The device name. When the device ID matches 43 # an entry in the device database, the "name" 44 # property is set to this value, and the "compatible" 45 # property is set to the device ID. If no device 46 # database entry matched, then the node will just have 47 # the device ID for the "name" property. This allows 48 # us to specify the Solaris driver name for a device 49 # when we know what it is. PCI devices are typically 50 # listed in /etc/driver_aliases so we just map the 51 # name back to the device ID and let driver_aliases 52 # take care of the driver name mapping. 53 # 54 # dev type The device type. Valid values are: 55 # 56 # com ... Serial ports 57 # mem ... Memory extender cards 58 # mfc ... Multi-function card 59 # msd ... Mass storage device (eg scsi or ide) 60 # net ... Network devices 61 # plat ... Platform bef 62 # oth ... Miscellaneous (including sound cards) 63 # ptr ... Mice, etc. 64 # vid ... Video/graphics cards 65 # prt ... Parallel ports 66 # 67 # bus The bus type (eg all, isa, pnpisa, eisa, pci) 68 # 69 # realmode dvr The realmode driver for bootable devices, 70 # otherwise "none". 71 # Note, realmode driver is no longer being used. 72 # The entry is there for backward compatibility. 73 # 74 # dev desc Freeform descriptive device text 75 # 76 # properties Optional additional device properties of the form 77 # name=value eg ipl=3. Properties are added to the 78 # device tree node passed to the kernel. This field 79 # is also used to make this database "extensible". 80 # Properties which begin with a dollar sign are 81 # are used to pass information to the Configuration 82 # Assistant, but are not added to the device tree. 83 # For example, the $forceload property tells the 84 # Configuration Assistant that it must always load 85 # the specified bef in order for that bef to set 86 # additional properties on the node. 87 # 88 # 89 # ISA/EISA devices 90 # id is the config file name (without leading "!" and trailing ".cfg") 91 # 92 SVI0101 SVI0101 oth all none "Sun Fire B100x BSC" 93 PNP0300 keyboard key all none "IBM PC/XT keyboard controller (83-key)" 94 PNP0302 keyboard key all none "IBM PC/XT keyboard controller (84-key)" 95 PNP0301 keyboard key all none "IBM PC/AT keyboard controller (86-key)" 96 PNP0303 keyboard key all none "IBM Enhanced (101/102-key, PS/2 mouse support)" 97 PNP0304 keyboard key all none "Olivetti Keyboard (83-key)" 98 PNP0305 keyboard key all none "Olivetti Keyboard (102-key)" 99 PNP0306 keyboard key all none "Olivetti Keyboard (86-key)" 100 PNP0307 keyboard key all none "Microsoft Windows(R) Keyboard" 101 PNP0308 keyboard key all none "General Input Device Emulation Interface (GIDEI) legacy" 102 PNP0309 keyboard key all none "Olivetti Keyboard (A101/102 key)" 103 PNP030A keyboard key all none "AT&T 302 keyboard" 104 PNP030B keyboard key all none "Reserved by Microsoft" 105 PNP0320 keyboard key all none "Japanese 101-key keyboard" 106 PNP0321 keyboard key all none "Japanese AX keyboard" 107 PNP0322 keyboard key all none "Japanese 106-key keyboard A01" 108 PNP0323 keyboard key all none "Japanese 106-key keyboard 002/003" 109 PNP0324 keyboard key all none "Japanese 106-key keyboard 001" 110 PNP0325 keyboard key all none "Japanese Toshiba Desktop keyboard" 111 PNP0326 keyboard key all none "Japanese Toshiba Laptop keyboard" 112 PNP0327 keyboard key all none "Japanese Toshiba Notebook keyboard" 113 PNP0340 keyboard key all none "Korean 84-key keyboard" 114 PNP0341 keyboard key all none "Korean 86-key keyboard" 115 PNP0342 keyboard key all none "Korean Enhanced keyboard" 116 PNP0343 keyboard key all none "Korean Enhanced keyboard 101b" 117 PNP0343 keyboard key all none "Korean Enhanced keyboard 101c" 118 PNP0344 keyboard key all none "Korean Enhanced keyboard 103" 119 PNP0400 lp prt all none "Standard LPT printer port" 120 PNP0401 lp prt all none "ECP printer port" 121 PNP0500 asy com all none "Standard PC COM port" 122 PNP0501 asy com all none "16550A-compatible COM port" 123 # IRDA device is untested 124 # PNP0510 asy com all none "Generic IRDA-compatible device" 125 PNP0700 fdc oth all none "PC standard floppy disk controller" 126 PNP0701 fdc oth all none "Standard floppy controller supporting MS Device Bay Spec" 127 PNP0C31|ATM1200|IFX0102|BCM0101|NSC1200 tpm oth all none "Generic Trusted Platform Module" 128 PNP0F00 msm ptr all none "Microsoft bus mouse" 129 PNP0F01 mouse ptr all none "Microsoft Serial Mouse" 130 PNP0F02 mouse ptr all none "Microsoft InPort Mouse" 131 PNP0F03 mouse ptr all none "Microsoft PS/2-style Mouse" 132 PNP0F04 mouse ptr all none "Mouse Systems Mouse" 133 PNP0F05 mouse ptr all none "Mouse Systems 3-Button Mouse (COM2)" 134 PNP0F06 mouse ptr all none "Genius Mouse (COM1)" 135 PNP0F07 mouse ptr all none "Genius Mouse (COM2)" 136 PNP0F08 mouse ptr all none "Logitech Serial Mouse" 137 PNP0F09 mouse ptr all none "Microsoft BallPoint Serial Mouse" 138 PNP0F0A mouse ptr all none "Microsoft Plug and Play Mouse" 139 PNP0F0B mouse ptr all none "Microsoft Plug and Play BallPoint Mouse" 140 PNP0F0C mouse ptr all none "Microsoft-compatible Serial Mouse" 141 PNP0F0D mouse ptr all none "Microsoft-compatible InPort-compatible Mouse" 142 PNP0F0E mouse ptr all none "Microsoft-compatible PS/2-style Mouse" 143 PNP0F0F mouse ptr all none "Microsoft-compatible Serial BallPoint-compatible Mouse" 144 PNP0F10 mouse ptr all none "Texas Instruments QuickPort Mouse" 145 PNP0F11 mouse ptr all none "Microsoft-compatible Bus Mouse" 146 PNP0F12 mouse ptr all none "Logitech PS/2-style Mouse" 147 PNP0F13 mouse ptr all none "PS/2 Port for PS/2-style Mice" 148 PNP0F14 mouse ptr all none "Microsoft Kids Mouse" 149 PNP0F15 logi ptr all none "Logitech bus mouse" 150 PNP0F16 mouse ptr all none "Logitech SWIFT device" 151 PNP0F17 mouse ptr all none "Logitech-compatible serial mouse" 152 PNP0F18 mouse ptr all none "Logitech-compatible bus mouse" 153 PNP0F19 mouse ptr all none "Logitech-compatible PS/2-style Mouse" 154 PNP0F1A mouse ptr all none "Logitech-compatible SWIFT Device" 155 PNP0F1B mouse ptr all none "HP Omnibook Mouse" 156 PNP0F1C mouse ptr all none "Compaq LTE Trackball PS/2-style Mouse" 157 PNP0F1D mouse ptr all none "Compaq LTE Trackball Serial Mouse" 158 PNP0F1E mouse ptr all none "Microsoft Kids Trackball Mouse" 159 PNP0F1F mouse ptr all none "Reserved by Microsoft Input Device Group" 160 PNP0F20 mouse ptr all none "Reserved by Microsoft Input Device Group" 161 PNP0F21 mouse ptr all none "Reserved by Microsoft Input Device Group" 162 PNP0F22 mouse ptr all none "Reserved by Microsoft Input Device Group" 163 PNP0F23 mouse ptr all none "Reserved by Microsoft Input Device Group" 164 PNP0FFF mouse ptr all none "Reserved by Microsoft Systems" 165 SYN010B mouse ptr all none "Synaptics mouse pad" 166 ICU1900|PNP0E00|PNP0E01|PNP0E02 pcic oth all pcic.bef "PCMCIA controller" 167 ADS7180 sbpro oth all sbpro.bef "ADS Sound Blaster" 168 AZT1008 sbpro oth all sbpro.bef "Aztech AZT1008 Sound Device" 169 CSC0000 sbpro oth all sbpro.bef "Sound Blaster" 170 PNPB002 sbpro oth all sbpro.bef "Sound Blaster" 171 PNPB003 sbpro oth all sbpro.bef "Sound Blaster" 172 CTL0001 sbpro oth all sbpro.bef "Sound Blaster" 173 CTL0031 sbpro oth all sbpro.bef "Sound Blaster" 174 CTL0041 sbpro oth all sbpro.bef "Sound Blaster" 175 CTL0043 sbpro oth all sbpro.bef "Creative Labs Sound Blaster 16 Vibra" 176 CTL0044 sbpro oth all sbpro.bef "Creative Labs Sound Blaster AWE64 Gold" 177 CTL0045 sbpro oth all sbpro.bef "Sound Blaster" 178 ESS1681 sbpro oth all sbpro.bef "Sound Blaster" 179 ESS1868 sbpro oth all sbpro.bef "ESS ES1868 AudioDrive" 180 ESS6881 sbpro oth all sbpro.bef "Sound Blaster" 181 CSC0001|PNPB02F|CTL7001|CTL7002 joyst oth all joyst.bef "Game port (Joy stick)" 182 PNPB006 none oth all none "Audio MIDI interface (MPU401 UART)" 183 ALRB200 none oth eisa none "ALR math coprocessor" 184 AST8250 none mem eisa none "AST Premmia GX Extended Memory Configuration" 185 CPQ4411|CPQ4410|SNIAAC1 ncrs msd eisa ncrs.bef "Compaq 32-Bit Fast-SCSI-2 Controller" 186 CPQ4020 csa msd eisa none "Compaq SMART Array Controller" 187 ICU01F0 mwss oth all mwss.bef "Windows Sound System Compatible" 188 ICU0210 logi ptr all none "Logitech bus mouse" 189 ICU0211 msm ptr all none "Microsoft bus mouse" 190 ICU0580 tmc msd all none "Future Domain TMC-850 SCSI controller" 191 ICU05F0 usc msd all none "Ultrastor ULTRA14F SCSI Controller" 192 SUN0005 display vid all none "Sub-VGA Display Adapter" 193 SUN0006 display vid all none "XGA Display Adapter" compatible="pnpPNP,900" 194 PNP0900|ISY0010 display vid all none "VGA Compatible Display Adapter" compatible="pnpPNP,900" 195 PNP0931 display vid all none "Chips & Tech VGA Display Adapter" compatible="pnpPNP,900" 196 ISY0020 asy com all com.bef "Serial port" 197 SUN0030 asy com all boca.bef "Boca board serial port" $forceload=yes 198 USR0006|USR0002|SUP1381|HSM0240 asy com pnpisa none "Serial port w/ built in modem" 199 ISY0030 mouse ptr all ps2ms.bef "PS/2 mouse" 200 ISY0040|PNP0600|PNP0680 ata msd all ata.bef "IDE controller" 201 ISY0050 fdc oth all fdc.bef "Floppy disk controller" 202 ISY0060 lp prt all lpt.bef "Parallel port" 203 SUN0010 p9000 vid all none "P9000 VLB VGA graphics adapter" 204 SUN0020 p9100 vid all none "P9100 VLB VGA graphics adapter" 205 PNP0902 display vid all none "VGA w/ 8514/A compatible graphics adapter" compatible="pnpPNP,900" 206 WYS7901 none oth eisa none "CPU board" 207 WYS7D01 none mem eisa none "Memory board" 208 SUN0001 none oth all none "ISA Plug and play configuration ports" 209 PNP8231|ATK1500|ADV55AA|PNP828C|CSI2203 pcn net all pcn.bef "AMD PCnet-ISA 79C960/PCnet-32 79C965 Ethernet" 210 PNP0300|PNP0301|PNP0302|PNP0303|PNP0304|PNP0305|PNP0306|PNP0307|PNP0308|PNP0309|PNP030A|PNP030B|PNP0320|PNP0321|PNP0322|PNP0323|PNP0324|PNP0325|PNP0326|PNP0327|PNP0340|PNP0341|PNP0342|PNP0343|PNP0344 keyboard key all key.bef "System keyboard" 211 PNP0C01 motherboard oth all none "Motherboard" 212 CTL0051|PNPFFFF none oth pnpisa none "Unspecified device" 213 # 214 # PCI devices 215 # IEEE 1275 defined name format: pciVVVV,DDDD 216 # where VVVV and DDDD are the vendor and device id fields from 217 # the configuration space. 218 # 219 # Only add entries for devices with befs. 220 # Please keep in numeric order. 221 # 222 pci1000,1 pci1000,1 msd pci ncrs.bef "Symbios Logic 53c810 SCSI" 223 pci1000,2 pci1000,2 msd pci ncrs.bef "Symbios Logic 53c820 SCSI" 224 pci1000,3 pci1000,3 msd pci ncrs.bef "Symbios Logic 53c825 SCSI" 225 pci1000,4 pci1000,4 msd pci ncrs.bef "Symbios Logic 53c815 SCSI" 226 pci1000,6 pci1000,6 msd pci ncrs.bef "Symbios Logic 53c865 SCSI" 227 pci1000,c pci1000,c msd pci ncrs.bef "Symbios Logic 53c895 SCSI" 228 pci1000,f pci1000,f msd pci ncrs.bef "Symbios Logic 53c875 SCSI" 229 pci1000,8f pci1000,8f msd pci ncrs.bef "Diamond Fireport 40 (SYM53C876)" 230 pci1011,2 pci1011,2 net pci dnet.bef "DEC 21040 Ethernet" 231 pci1011,9 pci1011,9 net pci dnet.bef "DEC 21140 Fast Ethernet" 232 pci1011,14 pci1011,14 net pci dnet.bef "DEC 21041 Ethernet" 233 pci1011,19 pci1011,19 net pci dnet.bef "DEC 21142/21143 Fast Ethernet" 234 pci1022,2000 pci1022,2000 net pci pcn.bef "AMD 79C970 PCnet Ethernet" 235 pci103c,104c pci103c,104c net pci pcn.bef "HP 'Tweety' PCnet Fast Ethernet" 236 pci10b7,9000 pci10b7,9000 net pci elxl.bef "3Com 3C900-TPO Etherlink XL" 237 pci10b7,9001 pci10b7,9001 net pci elxl.bef "3Com 3C900-COMBO Etherlink XL" 238 pci10b7,9004 pci10b7,9004 net pci elxl.bef "3Com 3C900B-TPO Etherlink XL" 239 pci10b7,9005 pci10b7,9005 net pci elxl.bef "3Com 3C900B-COMBO Etherlink XL" 240 pci10b7,9006 pci10b7,9006 net pci elxl.bef "3Com 3C900B-TPC Etherlink XL" 241 pci10b7,9050 pci10b7,9050 net pci elxl.bef "3Com 3C905-TX Fast Etherlink XL 10/100" 242 pci10b7,9051 pci10b7,9051 net pci elxl.bef "3Com 3C905-T4 Fast Etherlink XL 10/100" 243 pci10b7,9055 pci10b7,9055 net pci elxl.bef "3Com 3C905B-TX Fast Etherlink XL 10/100" 244 pci10b7,9056 pci10b7,9056 net pci elxl.bef "3Com 3C905B-T4 Fast Etherlink XL 10/100" 245 pci10b7,9200 pci10b7,9200 net pci elxl.bef "3Com 3C905C-TX-M Fast Etherlink XL 10/100" 246 pci10b7,9800 pci10b7,9800 net pci elxl.bef "3Com 3C980-TX Fast Etherlink Server 10/100" 247 pci10b7,9805 pci10b7,9805 net pci elxl.bef "3Com 3C980C-TXM Fast Etherlink Server 10/100" 248 pci10b8,2001 pci10b8,2001 net pci dnet.bef "SMC9332BDT Fast Ethernet" 249 pci1109,1400 pci1109,1400 net pci dnet.bef "Cogent EM110TX Fast Ethernet" 250 pci1109,2400 pci1109,2400 net pci dnet.bef "Cogent EM440 Fast Ethernet" 251 pci14e4,1644 pci14e4,1644 net pci none "Broadcom 5700 Gigabit Ethernet" 252 pci14e4,1645 pci14e4,1645 net pci none "Broadcom 5701 Gigabit Ethernet" 253 pci14e4,1647 pci14e4,1647 net pci none "Broadcom 5703C Gigabit Ethernet" 254 pci14e4,1648 pci14e4,1648 net pci none "Broadcom 5704C Gigabit Ethernet" 255 pci14e4,16a7 pci14e4,16a7 net pci none "Broadcom 5703S Gigabit Ethernet" 256 pci14e4,16c7 pci14e4,16c7 net pci none "Broadcom 5703 Gigabit Ethernet" 257 pci14e4,16a8 pci14e4,16a8 net pci none "Broadcom 5704S Gigabit Ethernet" 258 pci14e4,165d pci14e4,165d net pci none "Broadcom 5705M Gigabit Ethernet" 259 pci14e4,165e pci14e4,165e net pci none "Broadcom 5705MA3 Gigabit Ethernet" 260 pci14e4,1677 pci14e4,1677 net pci none "Broadcom 5751 Gigabit Ethernet" 261 pci14e4,167d pci14e4,167d net pci none "Broadcom 5751M Gigabit Ethernet" 262 pci14e4,1659 pci14e4,1659 net pci none "Broadcom 5721 Gigabit Ethernet" 263 pci14e4,1696 pci14e4,1696 net pci none "Broadcom 5782 Gigabit Ethernet" 264 pci14e4,169c pci14e4,169c net pci none "Broadcom 5788 Gigabit Ethernet" 265 pci10de,57 pci10de,cb84 net pci none "NVIDIA CK8-04 Gigabit Ethernet" 266 pci10de,56 pci10de,cb84 net pci none "NVIDIA CK8-04 Gigabit Ethernet" 267 pci10de,57 pci10f1,2865 net pci none "NVIDIA CK8-04 Gigabit Ethernet" 268 pci10de,56 pci10f1,2865 net pci none "NVIDIA CK8-04 Gigabit Ethernet" 269 pci10de,57 pci10f1,2895 net pci none "NVIDIA CK8-04 Gigabit Ethernet" 270 pci10de,56 pci10f1,2895 net pci none "NVIDIA CK8-04 Gigabit Ethernet" 271 pci10de,268 pci10de,268 net pci none "NVIDIA MCP51 Gigabit Ethernet" 272 pci10de,269 pci10de,269 net pci none "NVIDIA MCP51 Gigabit Ethernet" 273 pci10de,372 pci10de,372 net pci none "NVIDIA MCP55 Gigabit Ethernet" 274 pci10de,373 pci10de,373 net pci none "NVIDIA MCP55 Gigabit Ethernet" 275 pci10de,37 pci10de,37 net pci none "NVIDIA MCP04 Gigabit Ethernet" 276 pci10de,38 pci10de,38 net pci none "NVIDIA MCP04 Gigabit Ethernet" 277 pci10de,3ee pci10de,3ee net pci none "NVIDIA MCP61 Gigabit Ethernet" 278 pci10de,38 pci10de,3ef net pci none "NVIDIA MCP61 Gigabit Ethernet" 279 pci10de,38 pci10de,e6 net pci none "NVIDIA nForce3 250Gb Gigabit Ethernet" 280 pci10de,38 pci10de,df net pci none "NVIDIA nForce3 250Gb Gigabit Ethernet" 281 pci10ec,8139 pci10ec,8139 net pci none "Realtek 8139 Fast Ethernet" 282 pci8086,1029 pci8086,1029 net pci iprb.bef "Intel Pro/100 Network Adapter" 283 pci8086,1030 pci8086,1030 net pci iprb.bef "Intel InBusiness 10/100 Network Adapter" 284 pci8086,1031 pci8086,1031 net pci iprb.bef "Intel Pro/100 VE Ethernet" 285 pci8086,1032 pci8086,1032 net pci iprb.bef "Intel Pro/100 VE Ethernet" 286 pci8086,1038 pci8086,1038 net pci iprb.bef "Intel 82559 PRO/100 VM Ethernet" 287 pci8086,1039 pci8086,1039 net pci iprb.bef "Intel 82801DB Ethernet 82562ET/EZ PHY" 288 pci8086,103d pci8086,103d net pci iprb.bef "Intel 82801DB PRO/100 VE Ethernet" 289 pci8086,1050 pci8086,1050 net pci iprb.bef "Intel 82562EZ PRO/100 VE Ethernet" 290 pci8086,1059 pci8086,1059 net pci iprb.bef "Intel 82551QM PRO/100 VE Ethernet" 291 pci8086,1068 pci8086,1068 net pci iprb.bef "Intel 82562ET/EZ/GT/GZ - PRO/100 VE Ethernet" 292 pci8086,1069 pci8086,1069 net pci iprb.bef "Intel 82562EM/EX/GX - PRO/100 VM Ethernet" 293 pci8086,1229 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 294 pci8086,1229.8086.1009 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 295 pci8086,1229.8086.100c pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 296 pci8086,1229.8086.1012 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 297 pci8086,1229.8086.1013 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 298 pci8086,1229.8086.1015 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 299 pci8086,1229.8086.1016 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 300 pci8086,1229.8086.1017 pci8086,1229 net pci iprb.bef "Intel Pro100/B Fast Ethernet" 301 pci8086,2449 pci8086,2449 net pci iprb.bef "Intel i815/82559 Ethernet" 302 pci8086,27dc pci8086,27dc net pci iprb.bef "Intel ICH7 82801G Ethernet" 303 pci10b8,5 pci10b8,5 net pci spwr.bef "SMC EtherPower II 10/100 (9432)" 304 pci101a,f2d scsi msd pci none "NCR PDS/PQS 53C896-based PCI SCSI Adapter" compatible="pci101a,f2d" 305 pci101a,f2e scsi msd pci none "NCR PDS/PQS 53C896-based PCI SCSI Adapter" compatible="pci101a,f2e" 306 pci101a,f2f scsi msd pci none "NCR PDS/PQS 53C896-based PCI SCSI Adapter" compatible="pci101a,f2f" 307 # 308 # Special entry for ncrpqs: node and driver are both named 'ncrpqs' 309 # deviceid is vid=illegal PCI vid, did=NCR PQS's vid 310 # On resulting devinfo node with no SSVID/SSID: 311 # name="ncrpqs" 312 # compatible="ncrpqs\0pci1000,f\0pciclass..." 313 # on nodes with: 314 # compatible="ncrpqs\0pci1000,1000\0pci1000,f\0pciclass..." 315 pciffff,101a ncrpqs msd pci none "NCR PDS/PQS 53C875-based PCI SCSI Adapter" 316 # 317 # pci class entries: 318 # 319 # PCI Class entries with 2 byte class codes are treated as wildcard class 320 # specifiers (with the 3rd byte (programming interface) as the wildcard). Hence, 321 # the following entry will match ALL devices whose pci classes begin with "0101" 322 # (any programming interface version) 323 pciclass,0101 pci-ide msd pciclass ata.bef "IDE controller" 324 pci1095,3112 pci-ide msd pci ata.bef "Silicon Image 3112 SATA Controller" 325 pci1095,3114 pci-ide msd pci ata.bef "Silicon Image 3114 SATA Controller" 326 pci1095,3512 pci-ide msd pci ata.bef "Silicon Image 3512 SATA Controller" 327 pciclass,030000|pciclass,000100 display vid pciclass none "VGA compatible display adapter" 328 pciclass,030001 display vid pciclass none "VGA+8514 compatible display adapter" 329 pci1000,b pci1000,b msd pci symhisl.bef "Symbios SYM53C896 Ultra2 SCSI" 330 pci1000,12 pci1000,12 msd pci symhisl.bef "Symbios SYM53C895A Ultra2 SCSI" 331 pci1000,20 pci1000,20 msd pci symhisl.bef "Symbios SYM53C1010 Ultra3 SCSI" 332 pci1000,21 pci1000,21 msd pci symhisl.bef "Symbios SYM53C1010-66 Ultra3 SCSI" 333 pci1000,30 pci1000,30 msd pci none "LSI Logic 1020/1030 Ultra320 SCSI HBA" 334 pci1000,50 pci1000,50 msd pci none "LSI Logic 1064 SAS/SATA HBA" 335 pci8086,1000 pci8086,1000 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 336 pci8086,1001 pci8086,1001 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 337 pci8086,1004 pci8086,1004 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 338 pci8086,1008 pci8086,1008 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 339 pci8086,1009 pci8086,1009 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 340 pci8086,100d pci8086,100d net pci none "Intel(R) PRO/1000 Server Adapter Driver" 341 pci8086,100e pci8086,100e net pci none "Intel(R) PRO/1000 Server Adapter Driver" 342 pci8086,100f pci8086,100f net pci none "Intel(R) PRO/1000 Server Adapter Driver" 343 pci8086,1010 pci8086,1010 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 344 pci8086,1011 pci8086,1011 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 345 pci8086,1012 pci8086,1012 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 346 pci8086,1013 pci8086,1013 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 347 pci8086,1014 pci8086,1014 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 348 pci8086,1015 pci8086,1015 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 349 pci8086,1016 pci8086,1016 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 350 pci8086,1017 pci8086,1017 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 351 pci8086,1018 pci8086,1018 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 352 pci8086,1019 pci8086,1019 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 353 pci8086,101a pci8086,101a net pci none "Intel(R) PRO/1000 Server Adapter Driver" 354 pci8086,101d pci8086,101d net pci none "Intel(R) PRO/1000 Server Adapter Driver" 355 pci8086,101e pci8086,101e net pci none "Intel(R) PRO/1000 Server Adapter Driver" 356 pci8086,1026 pci8086,1026 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 357 pci8086,1027 pci8086,1027 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 358 pci8086,1028 pci8086,1028 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 359 pci8086,105a pci8086,105a net pci none "Intel(R) PRO/1000 Server Adapter Driver" 360 pci8086,105b pci8086,105b net pci none "Intel(R) PRO/1000 Server Adapter Driver" 361 pci8086,105c pci8086,105c net pci none "Intel(R) PRO/1000 Server Adapter Driver" 362 pci8086,105e pci8086,105e net pci none "Intel(R) PRO/1000 Server Adapter Driver" 363 pci8086,105f pci8086,105f net pci none "Intel(R) PRO/1000 Server Adapter Driver" 364 pci8086,1060 pci8086,1060 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 365 pci8086,1061 pci8086,1061 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 366 pci8086,1062 pci8086,1062 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 367 pci8086,1063 pci8086,1063 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 368 pci8086,1075 pci8086,1075 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 369 pci8086,1076 pci8086,1076 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 370 pci8086,1077 pci8086,1077 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 371 pci8086,1079 pci8086,1079 net pci none "Intel(R) PRO/1000 Server Adapter Driver" 372 pci8086,107a pci8086,107a net pci none "Intel(R) PRO/1000 Server Adapter Driver" 373 pci8086,107b pci8086,107b net pci none "Intel(R) PRO/1000 Server Adapter Driver" 374 pci8086,107c pci8086,107c net pci none "Intel(R) PRO/1000 Server Adapter Driver" 375 pci8086,107d pci8086,107d net pci none "Intel(R) PRO/1000 Server Adapter Driver" 376 pci8086,107e pci8086,107e net pci none "Intel(R) PRO/1000 Server Adapter Driver" 377 pci8086,108a pci8086,108a net pci none "Intel(R) PRO/1000 Server Adapter Driver" 378 pci9005,8000 pci9005,8000 msd pci adpu320.bef "Adaptec SCSI Card 29320A(H1B) - Ultra320 SCSI" 379 pci9005,8010 pci9005,8010 msd pci adpu320.bef "Adaptec SCSI Card 39320 - Ultra320 SCSI" 380 pci9005,8011 pci9005,8011 msd pci adpu320.bef "Adaptec SCSI Card 39320D - Ultra320 SCSI" 381 pci9005,8012 pci9005,8012 msd pci adpu320.bef "Adaptec SCSI Card 29320 - Ultra320 SCSI" 382 pci9005,8014 pci9005,8014 msd pci adpu320.bef "Adaptec SCSI Card 29320LP - Ultra320 SCSI" 383 pci9005,8015 pci9005,8015 msd pci adpu320.bef "Adaptec SCSI Card 39320(H2B) - Ultra320 SCSI" 384 pci9005,8016 pci9005,8016 msd pci adpu320.bef "Adaptec SCSI Card 39320A - Ultra320 SCSI" 385 pci9005,8017 pci9005,8017 msd pci adpu320.bef "Adaptec SCSI Card 29320ALP(H1B) - Ultra320 SCSI" 386 pci9005,801d pci9005,801d msd pci adpu320.bef "Adaptec SCSI Card AIC-7902B - Ultra320 SCSI" 387 pci9005,801e pci9005,801e msd pci adpu320.bef "Adaptec SCSI Card AIC-7901A - Ultra320 SCSI" 388 pci9005,801f pci9005,801f msd pci adpu320.bef "Adaptec AIC-7902 - Ultra320 SCSI" 389 pci9005,285 pci9005,285 msd pci none "Adaptec AdvancedRAID Controller" 390 pci1028,a pci1028,a msd pci none "PERC 3/DI RAID Controller" 391 pci1028,e pci1028,e msd pci none "PERC 4/DI RAID Controller" 392 pci1028,f pci1028,f msd pci none "PERC 4/DI RAID Controller" 393 pci1028,493 pci1028,493 msd pci none "PERC 3/DC RAID Controller" 394 pci1028,518 pci1028,518 msd pci none "PERC 4/DC RAID Controller" 395 pci1028,520 pci1028,520 msd pci none "PERC 4/SC RAID Controller" 396 pci1000,532 pci1000,532 msd pci none "MegaRAID SCSI 320-2x" 397