| Commit | Line | Data |
|---|---|---|
| 984263bc | 1 | # |
| 5ee58eed | 2 | # $FreeBSD: src/sys/boot/common/pnpdata,v 1.2 1999/08/28 00:39:51 peter Exp $ |
| 984263bc MD |
3 | # |
| 4 | # This file contains the system default Plug-and-Play data. It is | |
| 5 | # derived from a number of sources, including: | |
| 6 | # | |
| 7 | # - The Microsoft "Windows Generic Device IDs" document | |
| 8 | # | |
| 9 | ||
| 10 | [pci] | |
| 11 | ###################################################################### | |
| 12 | # PCI devices. | |
| 13 | # | |
| 14 | # Required attributes: | |
| 15 | # | |
| 16 | # ident= PCI identifier in the form 0xDDDDVVVV where | |
| 17 | # 'VVVV' is the 4-digit hex form of the vendor ID and | |
| 18 | # 'DDDD' is the 4-digit hex form of the device ID. | |
| 19 | # or | |
| 20 | # | |
| 21 | # vendor= 0xVVVV where 'VVVV' is above | |
| 22 | # name= Vendor name | |
| 23 | ||
| 24 | vendor=0x8086 name=Intel | |
| 25 | ||
| 26 | ||
| 27 | [isa] | |
| 28 | ###################################################################### | |
| 29 | # ISA PnP devices | |
| 30 | # | |
| 31 | # Required attributes: | |
| 32 | # | |
| 33 | # ident= ISA PnP identifier in the form AAAIIRR where | |
| 34 | # 'AAA' is the EISA vendor ID, 'II' is the device ID | |
| 35 | # and 'RR' is the revision ID. | |
| 36 | # or | |
| 37 | # | |
| 38 | # vendor= AAA to register just a vendor name. | |
| 39 | # name= Vendor name | |
| 40 | # | |
| 41 | # Optional attributes: | |
| 42 | # | |
| 43 | # module= Support module identifier. | |
| 44 | # | |
| 45 | # args= Arguments to pass to the support module. | |
| 46 | # | |
| 47 | ||
| 48 | vendor=CSC name=Crystal Semiconductor | |
| 49 | vendor=CTL name=Creative Labs | |
| 50 | vendor=PNP name=Generic | |
| 51 | ||
| 52 | # From "Windows Generic Device IDs" | |
| 53 | # | |
| 54 | # --Parallel Devices-- | |
| 55 | ident=PNP0400 module=lpt # Standard LPT printer port | |
| 56 | ident=PNP0401 module=lpt # ECP printer port | |
| 57 | ||
| 58 | # --Serial Devices-- | |
| 59 | ident=PNP0500 module=sio # Standard PC COM port | |
| 60 | ident=PNP0501 module=sio # 16550A-compatible COM port | |
| 61 | ident=PNP0502 module=sio # Multiport serial device (non-intelligent 16550) | |
| 62 | ||
| 63 | # --Disk Controllers-- | |
| 64 | ident=PNP0600 module=wd # Generic ESDI/IDE/ATA compatible hard disk controller | |
| 65 | ident=PNP0603 module=wd # Generic IDE supporting Microsoft Device Bay Specification | |
| 66 | ident=PNP0700 module=fd # PC standard floppy disk controller | |
| 67 | ident=PNP0701 module=fd # Standard floppy controller supporting MS Device Bay Spec | |
| 68 | ||
| 69 | # --Peripheral Buses-- | |
| 70 | ident=PNP0A00 module=isa # ISA Bus | |
| 71 | ident=PNP0A01 module=eisa # EISA Bus | |
| 72 | ident=PNP0A03 module=pci # PCI Bus | |
| 73 | ident=PNP0A04 module=isa # VESA/VL Bus | |
| 74 | ||
| 75 | # -- Real Time Clock, BIOS, System board devices-- | |
| 76 | ident=PNP0C04 module=npx # Math Coprocessor | |
| 77 | ident=PNP0C05 module=apm # APM BIOS (Version independent) | |
| 78 | ||
| 79 | # --PCMCIA Controller Chipsets-- | |
| 80 | ident=PNP0E00 module=pcic # Intel 82365-Compatible PCMCIA Controller | |
| 81 | ident=PNP0E01 module=pcic # Cirrus Logic CL-PD6720 PCMCIA Controller | |
| 82 | ident=PNP0E02 module=pcic # VLSI VL82C146 PCMCIA Controller | |
| 83 | ident=PNP0E03 module=pcic # Intel 82365-compatible CardBus controller | |
| 84 | ||
| 85 | # --Network Adapters-- | |
| 86 | ident=PNP8001 module=ed # Novell/Anthem NE3200 | |
| 87 | ident=PNP8004 # Compaq NE3200 | |
| 88 | ident=PNP80d3 module=ed # Novell/Anthem NE1000 | |
| 89 | ident=PNP80d4 module=ed # Novell/Anthem NE2000 | |
| 90 | ident=PNP80d5 module=ed # NE1000 Compatible | |
| 91 | ident=PNP80d6 module=ed # NE2000 Compatible | |
| 92 | ident=PNP80d8 module=lnc # Novell/Anthem NE2100 | |
| 984263bc MD |
93 | ident=PNP80f1 module=eg # 3Com EtherLink Plus |
| 94 | ident=PNP80f3 module=ed # 3Com EtherLink II or IITP (8 or 16-bit) | |
| 95 | ident=PNP80f6 module=ed # 3Com EtherLink 16 | |
| 96 | ident=PNP80f7 module=ep # 3Com EtherLink III | |
| 97 | ident=PNP80f8 module=ep # 3Com Generic Etherlink Plug and Play Device | |
| 98 | ident=PNP8123 module=ed # SMC StarCard PLUS (WD/8003S) | |
| 99 | ident=PNP8124 module=ed # SMC StarCard PLUS With On Board Hub (WD/8003SH) | |
| 100 | ident=PNP8125 module=ed # SMC EtherCard PLUS (WD/8003E) | |
| 101 | ident=PNP8126 module=ed # SMC EtherCard PLUS With Boot ROM Socket (WD/8003EBT) | |
| 102 | ident=PNP8127 module=ed # SMC EtherCard PLUS With Boot ROM Socket (WD/8003EB) | |
| 103 | ident=PNP8128 module=ed # SMC EtherCard PLUS TP (WD/8003WT) | |
| 104 | ident=PNP812a module=ed # SMC EtherCard PLUS 16 With Boot ROM Socket (WD/8013EBT) | |
| 984263bc MD |
105 | ident=PNP8137 module=ed # Artisoft AE-1 |
| 106 | ident=PNP8138 module=ed # Artisoft AE-2 or AE-3 | |
| 107 | ident=PNP8158 module=ed # HP PC LAN Adapter/16 TP Plus (HP27247B) | |
| 108 | ident=PNP8159 module=ed # HP PC LAN Adapter/16 TL Plus (HP27252) | |
| 109 | ident=PNP81c3 module=ed # SMC EtherCard PLUS Elite (WD/8003EP) | |
| 110 | ident=PNP81c4 module=ed # SMC EtherCard PLUS 10T (WD/8003W) | |
| 111 | ident=PNP81c5 module=ed # SMC EtherCard PLUS Elite 16 (WD/8013EP) | |
| 112 | ident=PNP81c6 module=ed # SMC EtherCard PLUS Elite 16T (WD/8013W) | |
| 113 | ident=PNP81c7 module=ed # SMC EtherCard PLUS Elite 16 Combo (WD/8013EW or 8013EWC) | |
| 114 | ident=PNP81c8 module=ed # SMC EtherElite Ultra 16 | |
| 115 | ident=PNP820a module=ed # Zenith Data Systems NE2000-Compatible | |
| 116 | ident=PNP8231 module=lnc # Advanced Micro Devices AM2100/AM1500T | |
| 117 | ident=PNP828C module=lnc # AMD PCNet Family cards | |
| 118 | ident=PNP828D module=lnc # AMD PCNet32 (VL version) | |
| 119 | ident=PNP8323 module=ed # SMC EtherCard (All Types except 8013/A) | |
| 120 | ident=PNP8390 module=ed # Generic network adapter | |
| 121 | ||
| 984263bc MD |
122 | # --Sound/Video-capture, multimedia-- |
| 123 | ident=PNPB000 module=pcm # Sound Blaster 1.5 sound device | |
| 124 | ident=PNPB001 module=pcm # Sound Blaster 2.0 sound device | |
| 125 | ident=PNPB002 module=pcm # Sound Blaster Pro sound device | |
| 126 | ident=PNPB003 module=pcm # Sound Blaster 16 sound device | |
| 127 | ident=PNPB007 module=pcm # Microsoft Windows Sound System-compatible sound device | |
| 128 | ident=PNPB009 module=pcm # Plug and Play Microsoft Windows Sound System Device | |
| 129 | ident=PNPB020 module=pcm # Yamaha OPL3-compatible FM synthesizer device | |
| 130 | ident=PNPB02F module=joy # Joystick/Game port | |
| 131 | ||
| 132 | # --Compatibility with early device ID list-- | |
| 133 | ident=PNP0802 module=pcm # Microsoft Sound System compatible device (obsolete, use PNPB0xx instead) | |
| 134 | ||
| 135 | # --Modems-- | |
| 136 | ident=PNPC000 module=sio # Compaq 14400 Modem (TBD) | |
| 137 | ident=PNPC001 module=sio # Compaq 2400/9600 Modem (TBD) | |
| 138 | ||
| 139 | # Vendor supplied IDs. | |
| 140 | ||
| 141 | # --Parallel Devices-- | |
| 142 | ||
| 143 | # --Serial Devices-- | |
| 144 | ||
| 145 | # --Disk Controllers-- | |
| 146 | ||
| 147 | # --Peripheral Buses-- | |
| 148 | ||
| 149 | # --Real Time Clock, BIOS, System board devices-- | |
| 150 | ||
| 151 | # --PCMCIA Controller Chipsets-- | |
| 152 | ||
| 153 | # --Network Adapters-- | |
| 154 | ident=CSC6040 module=cs # Crystal Semiconductor CS8920 | |
| 155 | ||
| 156 | # --SCSI, Proprietary CD Adapters-- | |
| 157 | ||
| 158 | # --Sound/Video-capture, multimedia-- | |
| 159 | ||
| 160 | # --Modems-- | |
| 161 | ||
| 162 | ||
| 163 | ||
| 164 | [com] | |
| 165 | ###################################################################### | |
| 166 | # COM PnP devices | |
| 167 | # | |
| 168 | ||
| 169 | [lpt] | |
| 170 | ###################################################################### | |
| 171 | # LPT PnP devices | |
| 172 | # |