John Baldwin
a43561c252
- Use bus_foo() rather than bus_space_foo() and retire the bus tag and handle
...
from the softc.
- Rework the watchdog timer to match other NIC drivers:
- Start a timer in fe_init() that runs once a second and checks a counter
in the softc that is identical to the deprecated 'if_timer'.
- Just adjust the softc tx timeout value when sending packets instead of
scheduling the timer.
- Use IFQ_SET_MAXLEN().
Tested by: WATANABE Kazuhiro
2008-06-23 18:16:25 +00:00
Brooks Davis
1b764008d3
s/sc_enaddr/enaddr/ to fix pc98 build.
...
Approved by: re (blanket)
2005-06-11 16:30:43 +00:00
Warner Losh
2f3ed70a98
Forced commit after moving mb86960.h from i386/isa/ic to dev/fe. It
...
is only used by the fe driver, and isn't MD.
2005-02-20 19:33:13 +00:00
Warner Losh
f829c24893
don't pollute global namespace with valid_Ether_p, instead, prepend
...
fe_ to it.
2005-01-10 09:29:48 +00:00
Warner Losh
098ca2bda9
Start each of the license/copyright comments with /*-, minor shuffle of lines
2005-01-06 01:43:34 +00:00
David E. O'Brien
aad970f1fe
Use __FBSDID().
...
Also some minor style cleanups.
2003-08-24 17:55:58 +00:00
Yoshihiro Takahashi
8c84db8edd
Supported C-NET(98)P2 PnP mode.
...
Submitted by: "Hirokazu WATANABE" <gwna@geocities.co.jp>
MFC after: 3 days
2002-02-04 14:01:27 +00:00
Takeshi Shibagaki
5f5e1ff3b1
Always turned on 8bit access card support for the fe driver
...
both i386/pc98, so options FE_8BIT_SUPPORT was deleted.
Reviewed by: nyan
2001-09-02 13:05:00 +00:00
Yoshihiro Takahashi
bf23a1be12
Fixed to support C-NET(9N)E.
2001-07-02 10:14:57 +00:00
Yoshihiro Takahashi
a79d3d2428
The fe driver does not support pnp devices.
2000-11-10 14:05:47 +00:00
Yoshihiro Takahashi
97ae0fe84c
Moved prototypes of isa_alloc_resourcev() and isa_load_resourcev() to
...
isa/isavar.h, and added needed includes.
2000-10-22 16:48:08 +00:00
Poul-Henning Kamp
db7e3af111
Remove unneeded #include <machine/clock.h>
2000-10-15 14:19:01 +00:00
Yoshihiro Takahashi
12ad26560f
Removed unneeded include files.
...
Submitted by: phk
2000-09-22 09:59:23 +00:00
Yoshihiro Takahashi
b14d7dac8a
- Newbus'ify and bus_space'ify.
...
- Separate bus dependent part and independent part.
- Moved source files to sys/dev/fe (repo copied).
- Fixed some comments by chi@bd.mbn.or.jp (Chiharu Shibata)
Tested by: bsd-nomads@clave.gr.jp and
FreeBSD98-testers@jp.freebsd.org
2000-09-14 12:02:07 +00:00