1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-14 10:09:48 +00:00

Added device fxp0 (device driver for Intel EtherExpress Pro/100).

This commit is contained in:
David Greenman 1995-12-24 08:13:23 +00:00
parent 7059cdf2d3
commit 17acc2b264
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=13002
5 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.55 1995/12/14 14:35:27 peter Exp $
# $Id: GENERIC,v 1.56 1995/12/24 08:11:44 davidg Exp $
#
machine "i386"
@ -103,6 +103,7 @@ device lpt2 at isa? port? tty
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
device fxp0
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -816,6 +816,7 @@ controller pci0
controller ahc1
device ncr0
device de0
device fxp0
device vx0 at pci0 port? irq? vector vxintr
device fpa0
device meteor0

View File

@ -1,7 +1,7 @@
#
# GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks
#
# $Id: GENERIC,v 1.55 1995/12/14 14:35:27 peter Exp $
# $Id: GENERIC,v 1.56 1995/12/24 08:11:44 davidg Exp $
#
machine "i386"
@ -103,6 +103,7 @@ device lpt2 at isa? port? tty
# Right now it appears that the ie0 must be probed before ep0. See
# revision 1.20 of this file.
device de0
device fxp0
device ed0 at isa? port 0x280 net irq 5 iomem 0xd8000 vector edintr
device ed1 at isa? port 0x300 net irq 5 iomem 0xd8000 vector edintr
device ie0 at isa? port 0x360 net irq 7 iomem 0xd0000 vector ieintr

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -816,6 +816,7 @@ controller pci0
controller ahc1
device ncr0
device de0
device fxp0
device vx0 at pci0 port? irq? vector vxintr
device fpa0
device meteor0

View File

@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
# $Id: LINT,v 1.225 1995/12/22 18:44:07 bde Exp $
# $Id: LINT,v 1.226 1995/12/24 08:11:46 davidg Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@ -816,6 +816,7 @@ controller pci0
controller ahc1
device ncr0
device de0
device fxp0
device vx0 at pci0 port? irq? vector vxintr
device fpa0
device meteor0