Sort some entries.
This commit is contained in:
parent
2b666e6b9a
commit
c9d2bd8419
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: GENERIC,v 1.42 2001/04/30 04:52:53 tsutsui Exp $
|
# $NetBSD: GENERIC,v 1.43 2001/06/03 13:21:28 tsutsui Exp $
|
||||||
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
|
||||||
#
|
#
|
||||||
# GENERIC -- everything that's currently supported
|
# GENERIC -- everything that's currently supported
|
||||||
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
include "arch/arc/conf/std.arc"
|
include "arch/arc/conf/std.arc"
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.42 $"
|
#ident "GENERIC-$Revision: 1.43 $"
|
||||||
|
|
||||||
maxusers 32 # estimated number of users
|
maxusers 32 # estimated number of users
|
||||||
|
|
||||||
|
@ -232,10 +232,15 @@ pci* at necpb?
|
||||||
#pci* at pbcpcibr?
|
#pci* at pbcpcibr?
|
||||||
|
|
||||||
#pcivga* at pci? dev ? function ?
|
#pcivga* at pci? dev ? function ?
|
||||||
#siop* at pci? dev ? function ?
|
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
||||||
#scsibus* at siop?
|
|
||||||
#de* at pci? dev ? function ?
|
|
||||||
|
|
||||||
|
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||||
|
scsibus* at ahc?
|
||||||
|
|
||||||
|
#siop* at pci? dev ? function ? # NCR/Symbios 53c8xx SCSI
|
||||||
|
#scsibus* at siop?
|
||||||
|
|
||||||
|
#de* at pci? dev ? function ?
|
||||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||||
fxp* at pci? dev ? function ? # Intel EtherExpress PRO
|
fxp* at pci? dev ? function ? # Intel EtherExpress PRO
|
||||||
le* at pci? dev ? function ? # PCnet-PCI
|
le* at pci? dev ? function ? # PCnet-PCI
|
||||||
|
@ -255,10 +260,6 @@ pciide* at pci ? dev ? function ? flags 0x0000
|
||||||
wd* at pciide? channel ? drive ? flags 0x0000
|
wd* at pciide? channel ? drive ? flags 0x0000
|
||||||
atapibus* at pciide? channel ?
|
atapibus* at pciide? channel ?
|
||||||
|
|
||||||
tga* at pci? dev ? function ? # DEC ZLXp-E[123] Graphics
|
|
||||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
|
||||||
scsibus* at ahc?
|
|
||||||
|
|
||||||
#### MII/PHY support
|
#### MII/PHY support
|
||||||
|
|
||||||
exphy* at mii? phy ? # 3Com internal PHYs
|
exphy* at mii? phy ? # 3Com internal PHYs
|
||||||
|
|
Loading…
Reference in New Issue