Fri Jul 23 14:38:58 2021 UTC ()
Use wildcard matches more consistently, and attach pci, eisa, isa, and
usb to their interface attributes, which makes for easier trimming-down
with "no" directives.


(thorpej)
diff -r1.412 -r1.413 src/sys/arch/alpha/conf/GENERIC
diff -r1.117 -r1.118 src/sys/arch/alpha/conf/INSTALL

cvs diff -r1.412 -r1.413 src/sys/arch/alpha/conf/GENERIC (expand / switch to unified diff)

--- src/sys/arch/alpha/conf/GENERIC 2021/06/29 10:22:34 1.412
+++ src/sys/arch/alpha/conf/GENERIC 2021/07/23 14:38:58 1.413
@@ -1,35 +1,35 @@ @@ -1,35 +1,35 @@
1# $NetBSD: GENERIC,v 1.412 2021/06/29 10:22:34 nia Exp $ 1# $NetBSD: GENERIC,v 1.413 2021/07/23 14:38:58 thorpej Exp $
2# 2#
3# This machine description file is used to generate the default NetBSD 3# This machine description file is used to generate the default NetBSD
4# kernel. 4# kernel.
5# 5#
6# The machine description file can be customised for your specific 6# The machine description file can be customised for your specific
7# machine to reduce the kernel size and improve its performance. 7# machine to reduce the kernel size and improve its performance.
8# 8#
9# For further information on compiling NetBSD kernels, see the config(8) 9# For further information on compiling NetBSD kernels, see the config(8)
10# man page. 10# man page.
11# 11#
12# For further information on hardware support for this architecture, see 12# For further information on hardware support for this architecture, see
13# the intro(4) man page. For further information about kernel options 13# the intro(4) man page. For further information about kernel options
14# for this architecture, see the options(4) man page. For an explanation 14# for this architecture, see the options(4) man page. For an explanation
15# of each device driver in this file see the section 4 man page for the 15# of each device driver in this file see the section 4 man page for the
16# device. 16# device.
17 17
18include "arch/alpha/conf/std.alpha" 18include "arch/alpha/conf/std.alpha"
19 19
20options INCLUDE_CONFIG_FILE # embed config file in kernel binary 20options INCLUDE_CONFIG_FILE # embed config file in kernel binary
21 21
22ident "GENERIC-$Revision: 1.412 $" 22ident "GENERIC-$Revision: 1.413 $"
23 23
24maxusers 32 24maxusers 32
25 25
26# CPU Support 26# CPU Support
27options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150) 27options DEC_2000_300 # "Jensen": 2000/300 (DECpc AXP 150)
28options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc. 28options DEC_2100_A50 # Avanti etc: AlphaStation 400, 200, etc.
29options DEC_2100_A500 # Sable: AlphaServer 2100 29options DEC_2100_A500 # Sable: AlphaServer 2100
30options DEC_2100A_A500 # Lynx: AlphaServer 2100A 30options DEC_2100A_A500 # Lynx: AlphaServer 2100A
31options DEC_3000_500 # Flamingo etc: 3000/[4-9]00* 31options DEC_3000_500 # Flamingo etc: 3000/[4-9]00*
32options DEC_3000_300 # Pelican etc: 3000/300* 32options DEC_3000_300 # Pelican etc: 3000/300*
33options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc. 33options DEC_AXPPCI_33 # NoName: AXPpci33, Multia, etc.
34options DEC_EB164 # EB164: AlphaPC 164 34options DEC_EB164 # EB164: AlphaPC 164
35options DEC_EB64PLUS # EB64+: AlphaPC 64, etc. 35options DEC_EB64PLUS # EB64+: AlphaPC 64, etc.
@@ -174,60 +174,60 @@ options NFS_BOOT_DHCP # superset of BO @@ -174,60 +174,60 @@ options NFS_BOOT_DHCP # superset of BO
174 174
175# WS console uses SUN or VT100 terminal emulation 175# WS console uses SUN or VT100 terminal emulation
176options WSEMUL_VT100 176options WSEMUL_VT100
177options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 177options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
178 178
179# realtime clock compatible to OSF/1 179# realtime clock compatible to OSF/1
180#options CLOCK_COMPAT_OSF1 180#options CLOCK_COMPAT_OSF1
181 181
182config netbsd root on ? type ? 182config netbsd root on ? type ?
183#config netbsd root on sd0 type ffs 183#config netbsd root on sd0 type ffs
184#config netbsd root on ? type nfs 184#config netbsd root on ? type nfs
185 185
186mainbus0 at root 186mainbus0 at root
187cpu* at mainbus0 187cpu* at mainbus?
188qemu* at mainbus0 188qemu* at mainbus?
189 189
190# TurboLaser bus support and devices 190# TurboLaser bus support and devices
191tlsb* at mainbus0 191tlsb* at mainbus?
192gbus* at tlsb? node ? offset ? 192gbus* at tlsb? node ? offset ?
193tlsbmem* at tlsb? node ? offset ? 193tlsbmem* at tlsb? node ? offset ?
194kft* at tlsb? node ? offset ? 194kft* at tlsb? node ? offset ?
195 195
196# Gbus Devices 196# Gbus Devices
197mcclock* at gbus? offset ? 197mcclock* at gbus? offset ?
198 198
199# MCBUS bus support 199# MCBUS bus support
200mcbus* at mainbus0 200mcbus* at mainbus?
201mcmem* at mcbus? mid ? 201mcmem* at mcbus? mid ?
202 202
203#i2c at mcbus? 203#i2c at mcbus?
204 204
205#EV6 Tsunami Core Logic 205#EV6 Tsunami Core Logic
206 206
207tsc* at mainbus0 207tsc* at mainbus?
208tsciic* at tsc? 208tsciic* at tsc?
209iic* at tsciic? 209iic* at tsciic?
210 210
211# DECpc AXP150 (Jensen) internal bus support 211# DECpc AXP150 (Jensen) internal bus support
212jensenio* at mainbus0 212jensenio* at mainbus?
213 213
214com* at jensenio? port ? 214com* at jensenio? port ?
215lpt* at jensenio? port ? 215lpt* at jensenio? port ?
216mcclock* at jensenio? port ? 216mcclock* at jensenio? port ?
217pckbc* at jensenio? port ? 217pckbc* at jensenio? port ?
218 218
219# TURBOchannel host bus adapter support 219# TURBOchannel host bus adapter support
220tcasic* at mainbus0 220tcasic* at mainbus?
221 221
222# TURBOchannel bus support 222# TURBOchannel bus support
223tc* at tcasic? 223tc* at tcasic?
224 224
225# TURBOchannel devices 225# TURBOchannel devices
226ioasic* at tc? slot ? offset ? 226ioasic* at tc? slot ? offset ?
227mcclock* at ioasic? offset ? 227mcclock* at ioasic? offset ?
228le* at ioasic? offset ? 228le* at ioasic? offset ?
229zsc0 at ioasic? offset 0x100000 229zsc0 at ioasic? offset 0x100000
230zsc1 at ioasic? offset 0x180000 230zsc1 at ioasic? offset 0x180000
231bba0 at ioasic? offset ? 231bba0 at ioasic? offset ?
232tcds* at tc? slot ? offset ? 232tcds* at tc? slot ? offset ?
233asc* at tcds? chip ? 233asc* at tcds? chip ?
@@ -259,38 +259,30 @@ dwlpx* at kft? @@ -259,38 +259,30 @@ dwlpx* at kft?
259mcpcia* at mcbus? mid ? 259mcpcia* at mcbus? mid ?
260tsp* at tsc? 260tsp* at tsc?
261ttwoga* at mainbus? 261ttwoga* at mainbus?
262 262
263# Sable PCI and STDIO bus and devices 263# Sable PCI and STDIO bus and devices
264ttwopci* at ttwoga? hose ? 264ttwopci* at ttwoga? hose ?
265sableio* at ttwopci? bus ? 265sableio* at ttwopci? bus ?
266com* at sableio? port ? 266com* at sableio? port ?
267lpt* at sableio? port ? 267lpt* at sableio? port ?
268pckbc* at sableio? port ? 268pckbc* at sableio? port ?
269fdc* at sableio? port ? 269fdc* at sableio? port ?
270 270
271# PCI bus support 271# PCI bus support
272pci* at apecs? 272pci* at pcibus? # "pcibus" interface attribute
273pci* at cia? 
274pci* at irongate? 
275pci* at lca? 
276pci* at ppb? 
277pci* at dwlpx? 
278pci* at mcpcia? 
279pci* at tsp? 
280pci* at ttwopci? 
281 273
282# AGP support 274# AGP support
283agp* at irongate? 275agp* at agpbus? # "agpbus" interface attribute
284 276
285# PCI devices 277# PCI devices
286 278
287# PCI cryptographic devices 279# PCI cryptographic devices
288hifn* at pci? dev ? function ? # Hifn 7755/7811/795x 280hifn* at pci? dev ? function ? # Hifn 7755/7811/795x
289ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x 281ubsec* at pci? dev ? function ? # Broadcom 5501/5601/580x/582x
290 282
291adv* at pci? dev ? function ? # AdvanSys SCSI 283adv* at pci? dev ? function ? # AdvanSys SCSI
292adw* at pci? dev ? function ? # AdvanSys Wide SCSI 284adw* at pci? dev ? function ? # AdvanSys Wide SCSI
293#options SCSI_ADW_WDTR_DISABLE # disable WDTR 285#options SCSI_ADW_WDTR_DISABLE # disable WDTR
294#options SCSI_ADW_SDTR_DISABLE # disable SDTR 286#options SCSI_ADW_SDTR_DISABLE # disable SDTR
295#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing 287#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing
296ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 288ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
@@ -394,31 +386,28 @@ lxtphy* at mii? phy ? # Level One LXT- @@ -394,31 +386,28 @@ lxtphy* at mii? phy ? # Level One LXT-
394gphyter* at mii? phy ? # NS83861 Gig-E PHY 386gphyter* at mii? phy ? # NS83861 Gig-E PHY
395makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 387makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
396nsphy* at mii? phy ? # NS83840 PHYs 388nsphy* at mii? phy ? # NS83840 PHYs
397nsphyter* at mii? phy ? # NS83843 PHYs 389nsphyter* at mii? phy ? # NS83843 PHYs
398qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 390qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
399rgephy* at mii? phy ? # Realtek 8169S internal PHYs 391rgephy* at mii? phy ? # Realtek 8169S internal PHYs
400rlphy* at mii? phy ? # Realtek 8139 PHYs 392rlphy* at mii? phy ? # Realtek 8139 PHYs
401sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 393sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
402tlphy* at mii? phy ? # ThunderLAN PHYs 394tlphy* at mii? phy ? # ThunderLAN PHYs
403tqphy* at mii? phy ? # TDK Semiconductor PHYs 395tqphy* at mii? phy ? # TDK Semiconductor PHYs
404ukphy* at mii? phy ? # generic unknown PHYs 396ukphy* at mii? phy ? # generic unknown PHYs
405 397
406# ISA/EISA bus support 398# ISA/EISA bus support
407isa* at jensenio? 399isa* at isabus? # "isabus" interface attribute
408eisa* at jensenio? 400eisa* at eisabus? # "eisabus" interface attribute
409isa* at pceb? 
410eisa* at pceb? 
411isa* at sio? 
412#isapnp* at isa? 401#isapnp* at isa?
413 402
414# ISA devices 403# ISA devices
415mcclock* at isa? port 0x70 404mcclock* at isa? port 0x70
416pckbc* at isa? # PC keyboard controller 405pckbc* at isa? # PC keyboard controller
417pckbd* at pckbc? # PC keyboard (kbd port) 406pckbd* at pckbc? # PC keyboard (kbd port)
418pms* at pckbc? # PS/2-style mouse (aux port) 407pms* at pckbc? # PS/2-style mouse (aux port)
419attimer* at isa? # AT Timer 408attimer* at isa? # AT Timer
420pcppi* at isa? # PC prog. periph. interface 409pcppi* at isa? # PC prog. periph. interface
421spkr* at pcppi? # IBM BASIC emulation 410spkr* at pcppi? # IBM BASIC emulation
422isabeep0 at pcppi? # "keyboard" beep 411isabeep0 at pcppi? # "keyboard" beep
423com* at isa? port 0x3f8 irq 4 # standard serial ports 412com* at isa? port 0x3f8 irq 4 # standard serial ports
424com* at isa? port 0x2f8 irq 3 413com* at isa? port 0x2f8 irq 3
@@ -540,31 +529,27 @@ iic* at alipm? @@ -540,31 +529,27 @@ iic* at alipm?
540#spdmem* at iic? addr 0x51 529#spdmem* at iic? addr 0x51
541#spdmem* at iic? addr 0x52 530#spdmem* at iic? addr 0x52
542#spdmem* at iic? addr 0x53 531#spdmem* at iic? addr 0x53
543#spdmem* at iic? addr 0x54 532#spdmem* at iic? addr 0x54
544#spdmem* at iic? addr 0x55 533#spdmem* at iic? addr 0x55
545#spdmem* at iic? addr 0x56 534#spdmem* at iic? addr 0x56
546#spdmem* at iic? addr 0x57 535#spdmem* at iic? addr 0x57
547#seeprom* at iic0 addr 0x51 flags 0x2 536#seeprom* at iic0 addr 0x51 flags 0x2
548 537
549# PCMCIA USB controllers 538# PCMCIA USB controllers
550slhci* at pcmcia? function ? # ScanLogic SL811HS 539slhci* at pcmcia? function ? # ScanLogic SL811HS
551 540
552# USB bus support 541# USB bus support
553usb* at xhci? 542usb* at usbus? # "usbus" interface attribute
554usb* at ehci? 
555usb* at ohci? 
556usb* at slhci? 
557usb* at uhci? 
558 543
559# USB Hubs 544# USB Hubs
560uhub* at usb? 545uhub* at usb?
561uhub* at uhub? port ? 546uhub* at uhub? port ?
562 547
563# USB HID device 548# USB HID device
564uhidev* at uhub? port ? configuration ? interface ? 549uhidev* at uhub? port ? configuration ? interface ?
565 550
566# USB Mice 551# USB Mice
567ums* at uhidev? reportid ? 552ums* at uhidev? reportid ?
568wsmouse* at ums? 553wsmouse* at ums?
569 554
570# USB Keyboards 555# USB Keyboards

cvs diff -r1.117 -r1.118 src/sys/arch/alpha/conf/INSTALL (expand / switch to unified diff)

--- src/sys/arch/alpha/conf/INSTALL 2020/09/28 03:48:12 1.117
+++ src/sys/arch/alpha/conf/INSTALL 2021/07/23 14:38:58 1.118
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: INSTALL,v 1.117 2020/09/28 03:48:12 thorpej Exp $ 1# $NetBSD: INSTALL,v 1.118 2021/07/23 14:38:58 thorpej Exp $
2# 2#
3# Alpha INSTALL kernel. 3# Alpha INSTALL kernel.
4 4
5include "arch/alpha/conf/std.alpha" 5include "arch/alpha/conf/std.alpha"
6 6
7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary 7#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
8 8
9makeoptions COPTS="-Os" # Optimise for space. Implies -O2 9makeoptions COPTS="-Os" # Optimise for space. Implies -O2
10 10
11maxusers 8 11maxusers 8
12 12
13no options MULTIPROCESSOR # disable MP to save space 13no options MULTIPROCESSOR # disable MP to save space
14 14
@@ -76,56 +76,56 @@ options FONT_GALLANT12x22 # Console fon @@ -76,56 +76,56 @@ options FONT_GALLANT12x22 # Console fon
76 76
77# The Alpha console firmware network boots using the BOOTP 77# The Alpha console firmware network boots using the BOOTP
78# protocol, so we ask the NFS code to use BOOTP/DHCP as well, 78# protocol, so we ask the NFS code to use BOOTP/DHCP as well,
79# in case we have NFS root. 79# in case we have NFS root.
80options NFS_BOOT_DHCP # superset of BOOTP 80options NFS_BOOT_DHCP # superset of BOOTP
81 81
82# WS console uses SUN or VT100 terminal emulation 82# WS console uses SUN or VT100 terminal emulation
83options WSEMUL_VT100 83options WSEMUL_VT100
84#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling 84#options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
85 85
86config netbsd root on ? type ? 86config netbsd root on ? type ?
87 87
88mainbus0 at root 88mainbus0 at root
89cpu* at mainbus0 89cpu* at mainbus?
90qemu* at mainbus0 90qemu* at mainbus?
91 91
92# TurboLaser bus support and devices 92# TurboLaser bus support and devices
93tlsb* at mainbus0 93tlsb* at mainbus?
94gbus* at tlsb? node ? offset ? 94gbus* at tlsb? node ? offset ?
95tlsbmem* at tlsb? node ? offset ? 95tlsbmem* at tlsb? node ? offset ?
96kft* at tlsb? node ? offset ? 96kft* at tlsb? node ? offset ?
97 97
98# Gbus Devices 98# Gbus Devices
99mcclock* at gbus? offset ? 99mcclock* at gbus? offset ?
100 100
101# MCBUS bus support 101# MCBUS bus support
102mcbus* at mainbus0 102mcbus* at mainbus?
103mcmem* at mcbus? mid ? 103mcmem* at mcbus? mid ?
104 104
105#EV6 Tsunami Core Logic 105#EV6 Tsunami Core Logic
106 106
107tsc* at mainbus0 107tsc* at mainbus?
108 108
109# DECpc AXP150 (Jensen) internal bus support 109# DECpc AXP150 (Jensen) internal bus support
110jensenio* at mainbus0 110jensenio* at mainbus?
111 111
112com* at jensenio? port ? 112com* at jensenio? port ?
113lpt* at jensenio? port ? 113lpt* at jensenio? port ?
114mcclock* at jensenio? port ? 114mcclock* at jensenio? port ?
115pckbc* at jensenio? port ? 115pckbc* at jensenio? port ?
116 116
117# TURBOchannel host bus adapter support 117# TURBOchannel host bus adapter support
118tcasic* at mainbus0 118tcasic* at mainbus?
119 119
120# TURBOchannel bus support 120# TURBOchannel bus support
121tc* at tcasic? 121tc* at tcasic?
122 122
123# TURBOchannel devices 123# TURBOchannel devices
124ioasic* at tc? slot ? offset ? 124ioasic* at tc? slot ? offset ?
125mcclock* at ioasic? offset ? 125mcclock* at ioasic? offset ?
126le* at ioasic? offset ? 126le* at ioasic? offset ?
127zsc0 at ioasic? offset 0x100000 127zsc0 at ioasic? offset 0x100000
128zsc1 at ioasic? offset 0x180000 128zsc1 at ioasic? offset 0x180000
129tcds* at tc? slot ? offset ? 129tcds* at tc? slot ? offset ?
130asc* at tcds? chip ? 130asc* at tcds? chip ?
131asc* at tc? slot ? offset ? 131asc* at tc? slot ? offset ?
@@ -154,38 +154,30 @@ dwlpx* at kft? @@ -154,38 +154,30 @@ dwlpx* at kft?
154mcpcia* at mcbus? mid ? 154mcpcia* at mcbus? mid ?
155tsp* at tsc? 155tsp* at tsc?
156ttwoga* at mainbus? 156ttwoga* at mainbus?
157 157
158# Sable PCI and STDIO bus and devices 158# Sable PCI and STDIO bus and devices
159ttwopci* at ttwoga? hose ? 159ttwopci* at ttwoga? hose ?
160sableio* at ttwopci? bus ? 160sableio* at ttwopci? bus ?
161com* at sableio? port ? 161com* at sableio? port ?
162lpt* at sableio? port ? 162lpt* at sableio? port ?
163pckbc* at sableio? port ? 163pckbc* at sableio? port ?
164fdc* at sableio? port ? 164fdc* at sableio? port ?
165 165
166# PCI bus support 166# PCI bus support
167pci* at apecs? 167pci* at pcibus? # "pcibus" interface attribute
168pci* at cia? 
169pci* at irongate? 
170pci* at lca? 
171pci* at ppb? 
172pci* at dwlpx? 
173pci* at mcpcia? 
174pci* at tsp? 
175pci* at ttwopci? 
176 168
177# AGP support 169# AGP support
178agp* at irongate? 170agp* at agpbus? # "agpbus" interface attribute
179 171
180# PCI devices 172# PCI devices
181adv* at pci? dev ? function ? # AdvanSys SCSI 173adv* at pci? dev ? function ? # AdvanSys SCSI
182adw* at pci? dev ? function ? # AdvanSys Wide SCSI 174adw* at pci? dev ? function ? # AdvanSys Wide SCSI
183#options SCSI_ADW_WDTR_DISABLE # disable WDTR 175#options SCSI_ADW_WDTR_DISABLE # disable WDTR
184#options SCSI_ADW_SDTR_DISABLE # disable SDTR 176#options SCSI_ADW_SDTR_DISABLE # disable SDTR
185#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing 177#options SCSI_ADW_TAGQ_DISABLE # disable Tag Queuing
186ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI 178ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
187bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested) 179bha* at pci? dev ? function ? # BusLogic 9xx SCSI (untested)
188cac* at pci? dev ? function ? # Compaq array controller (untested) 180cac* at pci? dev ? function ? # Compaq array controller (untested)
189dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID 181dpt* at pci? dev ? function ? # DPT SmartCache/SmartRAID
190ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet 182ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
191epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet 183epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
@@ -240,31 +232,28 @@ inphy* at mii? phy ? # Intel 82555 PHY @@ -240,31 +232,28 @@ inphy* at mii? phy ? # Intel 82555 PHY
240lxtphy* at mii? phy ? # Level One LXT-970 PHYs 232lxtphy* at mii? phy ? # Level One LXT-970 PHYs
241gphyter* at mii? phy ? # NS83861 Gig-E PHY 233gphyter* at mii? phy ? # NS83861 Gig-E PHY
242makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs 234makphy* at mii? phy ? # Marvell Semiconductor 88E1000 PHYs
243nsphy* at mii? phy ? # NS83840 PHYs 235nsphy* at mii? phy ? # NS83840 PHYs
244nsphyter* at mii? phy ? # NS83843 PHYs 236nsphyter* at mii? phy ? # NS83843 PHYs
245qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs 237qsphy* at mii? phy ? # Quality Semiconductor QS6612 PHYs
246rgephy* at mii? phy ? # Realtek 8169S internal PHYs 238rgephy* at mii? phy ? # Realtek 8169S internal PHYs
247rlphy* at mii? phy ? # Realtek 8139 PHYs 239rlphy* at mii? phy ? # Realtek 8139 PHYs
248sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs 240sqphy* at mii? phy ? # Seeq 80220/80221/80223 PHYs
249tlphy* at mii? phy ? # ThunderLAN PHYs 241tlphy* at mii? phy ? # ThunderLAN PHYs
250ukphy* at mii? phy ? # generic unknown PHYs 242ukphy* at mii? phy ? # generic unknown PHYs
251 243
252# ISA/EISA bus support 244# ISA/EISA bus support
253isa* at jensenio? 245isa* at isabus? # "isabus" interface attribute
254eisa* at jensenio? 246eisa* at eisabus? # "eisabus" interface attribute
255isa* at pceb? 
256eisa* at pceb? 
257isa* at sio? 
258 247
259# ISA devices 248# ISA devices
260mcclock* at isa? port 0x70 249mcclock* at isa? port 0x70
261pckbc* at isa? # PC keyboard controller 250pckbc* at isa? # PC keyboard controller
262pckbd* at pckbc? # PC keyboard (kbd port) 251pckbd* at pckbc? # PC keyboard (kbd port)
263pms* at pckbc? # PS/2-style mouse (aux port) 252pms* at pckbc? # PS/2-style mouse (aux port)
264com* at isa? port 0x3f8 irq 4 # standard serial ports 253com* at isa? port 0x3f8 irq 4 # standard serial ports
265com* at isa? port 0x2f8 irq 3 254com* at isa? port 0x2f8 irq 3
266ep* at isa? port ? irq ? # 3COM 3c509 Ethernet 255ep* at isa? port ? irq ? # 3COM 3c509 Ethernet
267fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller 256fdc0 at isa? port 0x3f0 irq 6 drq 2 # floppy controller
268lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 257lc0 at isa? port 0x300 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
269lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC) 258lc1 at isa? port 0x320 iomem ? irq ? # DEC EtherWORKS III (LEMAC)
270depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA 259depca0 at isa? port 0x300 iomem 0xd0000 iosiz 0x10000 irq 5 # DEPCA