Add fxp* at pci.
This commit is contained in:
parent
53a2fa3d50
commit
4a42668b31
|
@ -1,11 +1,11 @@
|
||||||
# $NetBSD: GENERIC,v 1.64 2000/05/08 13:49:48 augustss Exp $
|
# $NetBSD: GENERIC,v 1.65 2000/05/25 09:09:28 tsutsui Exp $
|
||||||
#
|
#
|
||||||
# GENERIC -- everything that's currently supported
|
# GENERIC -- everything that's currently supported
|
||||||
#
|
#
|
||||||
|
|
||||||
include "arch/macppc/conf/std.macppc"
|
include "arch/macppc/conf/std.macppc"
|
||||||
|
|
||||||
#ident "GENERIC-$Revision: 1.64 $"
|
#ident "GENERIC-$Revision: 1.65 $"
|
||||||
|
|
||||||
maxusers 32
|
maxusers 32
|
||||||
|
|
||||||
|
@ -144,6 +144,7 @@ de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||||
fpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller
|
fpa* at pci? dev ? function ? # DEC PCI FDDI (DEFPA) Controller
|
||||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||||
|
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
||||||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||||
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
||||||
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $NetBSD: INSTALL,v 1.25 2000/04/25 16:05:06 tsubai Exp $
|
# $NetBSD: INSTALL,v 1.26 2000/05/25 09:09:28 tsutsui Exp $
|
||||||
#
|
#
|
||||||
# config file for INSTALL FLOPPY
|
# config file for INSTALL FLOPPY
|
||||||
#
|
#
|
||||||
|
@ -64,6 +64,7 @@ ppb* at pci? dev ? function ? # PCI-PCI bridges
|
||||||
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||||
ep* at pci? dev ? function ? # 3Com 3c59x
|
ep* at pci? dev ? function ? # 3Com 3c59x
|
||||||
ex* at pci? dev ? function ? # 3Com 90x[B]
|
ex* at pci? dev ? function ? # 3Com 90x[B]
|
||||||
|
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
||||||
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
ne* at pci? dev ? function ? # NE2000-compatible Ethernet
|
||||||
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
rtk* at pci? dev ? function ? # Realtek 8129/8139
|
||||||
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
adv* at pci? dev ? function ? # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
|
||||||
|
|
Loading…
Reference in New Issue