Add epic* at pci?
This commit is contained in:
parent
5852faaf84
commit
7022024d4a
@ -1,4 +1,4 @@
|
||||
# $NetBSD: ALPHA,v 1.75 1998/05/24 23:45:29 thorpej Exp $
|
||||
# $NetBSD: ALPHA,v 1.76 1998/06/02 01:43:33 thorpej Exp $
|
||||
#
|
||||
# Alpha kernel with all the options you'd want, and more.
|
||||
|
||||
@ -172,6 +172,7 @@ cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
|
||||
de* at pci? dev ? function ? # 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI PCI ATM (untested)
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
|
||||
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.87 1998/05/24 23:45:30 thorpej Exp $
|
||||
# $NetBSD: GENERIC,v 1.88 1998/06/02 01:43:33 thorpej Exp $
|
||||
#
|
||||
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
|
||||
|
||||
@ -145,6 +145,7 @@ cy* at pci? dev ? function ? # Cyclades Cyclom-Y (untested)
|
||||
de* at pci? dev ? function ? # 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI PCI ATM (untested)
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
fxp* at pci? dev ? function ? # Intel EEPRO 10+/100B
|
||||
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.14 1998/05/24 23:45:30 thorpej Exp $
|
||||
# $NetBSD: INSTALL,v 1.15 1998/06/02 01:43:33 thorpej Exp $
|
||||
#
|
||||
# Alpha INSTALL kernel.
|
||||
|
||||
@ -108,6 +108,7 @@ pci* at dwlpx?
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
de* at pci? dev ? function ? # 21x4x-based Ethernet
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
|
||||
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL-FLOPPY,v 1.8 1998/05/24 23:45:30 thorpej Exp $
|
||||
# $NetBSD: INSTALL-FLOPPY,v 1.9 1998/06/02 01:43:33 thorpej Exp $
|
||||
#
|
||||
# Alpha INSTALL kernel.
|
||||
|
||||
@ -96,6 +96,7 @@ pci* at ppb?
|
||||
ahc* at pci? dev ? function ? # Adaptec [23]94x, aic78x0 SCSI
|
||||
de* at pci? dev ? function ? # 21x4x-based Ethernet
|
||||
ep* at pci? dev ? function ? # 3COM 3c59x/3c90x Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
isp* at pci? dev ? function ? # Qlogic ISP 10x0 SCSI
|
||||
ncr* at pci? dev ? function ? # NCR 53c8xx SCSI
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: GENERIC,v 1.149 1998/05/20 16:25:06 augustss Exp $
|
||||
# $NetBSD: GENERIC,v 1.150 1998/06/02 01:44:57 thorpej Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
@ -7,6 +7,8 @@ include "arch/i386/conf/std.i386"
|
||||
|
||||
maxusers 32 # estimated number of users
|
||||
|
||||
options GATEWAY
|
||||
|
||||
# CPU support. At least one is REQUIRED.
|
||||
options I386_CPU
|
||||
options I486_CPU
|
||||
@ -333,6 +335,7 @@ fd* at fdc? drive ? # the drives themselves
|
||||
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x/3c90x Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
||||
le* at pci? dev ? function ? # PCnet-PCI Ethernet
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: INSTALL,v 1.84 1998/05/31 13:53:42 veego Exp $
|
||||
# $NetBSD: INSTALL,v 1.85 1998/06/02 01:44:57 thorpej Exp $
|
||||
#
|
||||
# INSTALL - Installation kernel.
|
||||
#
|
||||
@ -335,6 +335,7 @@ fd* at fdc? drive ? # the drives themselves
|
||||
de* at pci? dev ? function ? # DEC 21x4x-based Ethernet
|
||||
en* at pci? dev ? function ? # ENI/Adaptec ATM
|
||||
ep* at pci? dev ? function ? # 3Com 3c59x/3c90x Ethernet
|
||||
epic* at pci? dev ? function ? # SMC EPIC/100 Ethernet
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI
|
||||
fxp* at pci? dev ? function ? # Intel EtherExpress PRO 10+/100B
|
||||
le* at pci? dev ? function ? # PCnet-PCI Ethernet
|
||||
|
Loading…
Reference in New Issue
Block a user