mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Added rl driver.
This commit is contained in:
parent
824f5b2e35
commit
b494420086
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=40572
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC98,v 1.51 1998/10/16 16:22:35 kato Exp $
|
||||
# $Id: GENERIC98,v 1.52 1998/10/18 13:58:16 kato Exp $
|
||||
|
||||
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
|
||||
|
||||
@ -148,6 +148,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr
|
||||
# revision 1.20 of this file.
|
||||
device de0
|
||||
device fxp0
|
||||
device rl0
|
||||
device tl0
|
||||
device tx0
|
||||
device vx0
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: GENERIC98,v 1.51 1998/10/16 16:22:35 kato Exp $
|
||||
# $Id: GENERIC98,v 1.52 1998/10/18 13:58:16 kato Exp $
|
||||
|
||||
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
|
||||
|
||||
@ -148,6 +148,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr
|
||||
# revision 1.20 of this file.
|
||||
device de0
|
||||
device fxp0
|
||||
device rl0
|
||||
device tl0
|
||||
device tx0
|
||||
device vx0
|
||||
|
@ -8,11 +8,9 @@
|
||||
# being perfomed on a machine for which this config file is inappropriate,
|
||||
# it should be replaced with a suitable one prior to performing the upgrade.
|
||||
#
|
||||
# $Id: GENERICupgrade,v 1.3 1998/09/22 16:10:40 kato Exp $
|
||||
# $Id: GENERICupgrade,v 1.4 1998/10/13 08:14:33 kato Exp $
|
||||
#
|
||||
|
||||
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
|
||||
|
||||
machine "pc98"
|
||||
cpu "I386_CPU"
|
||||
cpu "I486_CPU"
|
||||
@ -144,6 +142,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr
|
||||
# revision 1.20 of this file.
|
||||
device de0
|
||||
device fxp0
|
||||
device rl0
|
||||
device tl0
|
||||
device tx0
|
||||
device vx0
|
||||
|
@ -11,7 +11,7 @@
|
||||
# device lines is present in the ./LINT configuration file. If you are
|
||||
# in doubt as to the purpose or necessity of a line, check first in LINT.
|
||||
#
|
||||
# $Id: SMP-GENERIC98,v 1.6 1998/10/18 14:02:43 kato Exp $
|
||||
# $Id: SMP-GENERIC98,v 1.7 1998/10/18 15:55:20 kato Exp $
|
||||
|
||||
# GENERIC98 -- Generic PC98 machine with WD/SCSI disks
|
||||
|
||||
@ -174,6 +174,7 @@ device mse0 at isa? port "IO_MSE" tty irq 13 vector mseintr
|
||||
# revision 1.20 of this file.
|
||||
device de0
|
||||
device fxp0
|
||||
device rl0
|
||||
device tl0
|
||||
device tx0
|
||||
device vx0
|
||||
|
@ -46,7 +46,7 @@
|
||||
** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
** THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
**
|
||||
** $Id: userconfig.c,v 1.56 1998/10/08 12:09:38 kato Exp $
|
||||
** $Id: userconfig.c,v 1.57 1998/10/13 09:43:09 kato Exp $
|
||||
**/
|
||||
|
||||
/**
|
||||
@ -283,7 +283,8 @@ static DEV_INFO device_info[] = {
|
||||
{"zp", "3COM PCMCIA Etherlink III Ethernet adapter", 0, CLS_NETWORK},
|
||||
{"de", "DEC DC21040 Ethernet adapter", FLG_FIXED, CLS_NETWORK},
|
||||
{"fpa", "DEC DEFPA PCI FDDI adapter", FLG_FIXED, CLS_NETWORK},
|
||||
{"tlc", "Texas Instruments ThunderLAN ethernet adapter", FLG_FIXED, CLS_NETWORK},
|
||||
{"rl", "RealTek 8129/8139 ethernet adapter", FLG_FIXED, CLS_NETWORK},
|
||||
{"tl", "Texas Instruments ThunderLAN ethernet adapter", FLG_FIXED, CLS_NETWORK},
|
||||
{"xl", "3COM 3C90x PCI FDDI adapter", FLG_FIXED, CLS_NETWORK},
|
||||
|
||||
{"sio", "8250/16450/16550 Serial port", 0, CLS_COMMS},
|
||||
@ -2401,7 +2402,7 @@ visuserconfig(void)
|
||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
* SUCH DAMAGE.
|
||||
*
|
||||
* $Id: userconfig.c,v 1.56 1998/10/08 12:09:38 kato Exp $
|
||||
* $Id: userconfig.c,v 1.57 1998/10/13 09:43:09 kato Exp $
|
||||
*/
|
||||
|
||||
#include "scbus.h"
|
||||
|
Loading…
Reference in New Issue
Block a user