Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 May 2000 23:25:58 -0400
From:      "Paul A. Howes" <pahowes@fair-ware.com>
To:        <freebsd-stable@freebsd.org>
Subject:   ep driver question...
Message-ID:  <PCEHKHHDDCJMAMJLBLNCCEJLCDAA.pahowes@fair-ware.com>

next in thread | raw e-mail | index | archive | help
All-

On my 4.0-STABLE notebook, everything seems to be working smoothly, except
the ethernet card.  I can telnet and everything, but it's painfully slow.  I
have  a 3C589D PCMCIA card that works fine under 3.4.  Any ideas?  My kernel
config file is reproduced, below.

Thanks!

--Paul

----------------------------------------------------------------------

#
# General machine info.
#
machine         i386
ident           XXX
cpu             I486_CPU
options         NO_F00F_HACK

#
# General kernal info.
#
maxusers        10
options         COMPAT_43
options         USER_LDT
options         SYSVSHM
options         SYSVSEM
options         SYSVMSG
options         MD5
options         UCONSOLE
options         ROOTDEVNAME=\"ad0s1a\"

#
# General networking
#
pseudo-device   ether
pseudo-device   loop
pseudo-device   bpf
options         INET

#
# Filesystem support
#
options         FFS
options         MFS
options         NFS
options         PROCFS
options         FFS_ROOT
options         MD_ROOT
options         NFS_ROOT
options         SOFTUPDATES

#
# Hardware devices
#
device          isa
device          atkbdc0 at isa? port IO_KBD
device          atkbd0 at atkbdc? irq 1
device          psm0 at atkbdc? irq 12
device          vga0 at isa?
options         VESA
device          sc0 at isa?
options         MAXCONS=8
device          npx0 at nexus? port IO_NPX flags 0x0 irq 13
device          ata
device          atadisk
device          ata0 at isa? port IO_WD1 irq 14
device          fdc0 at isa? port IO_FD1 irq 6 drq 2
device          fd0 at fdc0 drive 0
device          sio0 at isa? port IO_COM1 flags 0x10 irq 4
device          sio1 at isa? port IO_COM2 flags 0x10 irq 3

device          ep
device          apm0
device          card
device          pcic0 at isa? irq 11 port 0x3e0 iomem 0xd0000

device          ppc0 at isa? irq 7
device          ppbus
device          ppi

#
# Misc devices
#
pseudo-device   gzip
pseudo-device   pty
pseudo-device   snp     3
pseudo-device   speaker
pseudo-device   splash
pseudo-device   vn



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?PCEHKHHDDCJMAMJLBLNCCEJLCDAA.pahowes>