Add fxp* at pci? declarations.
This commit is contained in:
parent
b2ef3f1591
commit
ab8dcc3eda
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.77 1997/06/02 00:26:49 perry Exp $
|
||||
# $NetBSD: GENERIC,v 1.78 1997/06/05 02:27:44 thorpej Exp $
|
||||
#
|
||||
# GENERIC -- everything that's currently supported
|
||||
#
|
||||
|
@ -198,6 +198,7 @@ le* at pci? dev ? function ? # PCnet-PCI based ethernet cards
|
|||
de* at pci? dev ? function ? # DC21X4X-based ethernet cards
|
||||
ep* at pci? dev ? function ? # 3C590 ethernet cards
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards
|
||||
fxp* at pci? dev ? function ? # Intel EEPRO 10/100B
|
||||
|
||||
pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
|
||||
sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: INSTALL,v 1.35 1997/05/13 22:49:06 jtk Exp $
|
||||
# $NetBSD: INSTALL,v 1.36 1997/06/05 02:27:45 thorpej Exp $
|
||||
#
|
||||
# INSTALL -- an installation kernel config.
|
||||
# adapters. This kernel should be GENERICOTHER with lines
|
||||
|
@ -203,6 +203,7 @@ le* at pci? dev ? function ? # PCnet-PCI based ethernet cards
|
|||
de* at pci? dev ? function ? # DC21X4X-based ethernet cards
|
||||
ep* at pci? dev ? function ? # 3C590 ethernet cards
|
||||
fpa* at pci? dev ? function ? # DEC DEFPA FDDI cards
|
||||
fxp* at pci? dev ? function ? # Intel EEPRO 10/100B
|
||||
|
||||
#pss0 at isa? port 0x220 irq 7 drq 6 # Personal Sound System
|
||||
#sp0 at pss0 port 0x530 irq 10 drq 0 # sound port driver
|
||||
|
|
Loading…
Reference in New Issue