thorpej
6b16911a43
ALTQ'ify.
2000-12-14 06:27:23 +00:00
thorpej
c5293456da
Adapt to bpfattach() changes, and further centralize the bpfattach()
...
and bpfdetach() calls into link-type subroutines where possible.
2000-12-12 18:00:22 +00:00
mrg
314f1e97c5
remove include of <vm/vm.h>. <vm/vm.h> -> <uvm/uvm_extern.h>
2000-06-28 17:12:48 +00:00
mrg
2f159a1bac
remove/move more mach vm header files:
...
<vm/pglist.h> -> <uvm/uvm_pglist.h>
<vm/vm_inherit.h> -> <uvm/uvm_inherit.h>
<vm/vm_kern.h> -> into <uvm/uvm_extern.h>
<vm/vm_object.h> -> nothing
<vm/vm_pager.h> -> into <uvm/uvm_pager.h>
also includes a bunch of <vm/vm_page.h> include removals (due to redudancy
with <vm/vm.h>), and a scattering of other similar headers.
2000-06-26 14:20:25 +00:00
mycroft
064b1bd2e9
Fix obvious typo.
2000-03-07 00:33:13 +00:00
thorpej
f98d358a1f
Rework layer 2 protocol input routines. Instead of calling e.g. ether_input()
...
directly, call the function pointer (*if_input)(ifp, m). The input routine
expects the packet header to be at the head of the packet, and will adjust
as necessary. Privatize the layer 2 input and output routines, allowing
*_ifattach() to set them up as appropriate.
1999-05-18 23:52:51 +00:00
matt
43b462df88
Insert the FDDI control bytes in pdq_ifstart before we load the dmamap
...
and dmasync the data. Fix pdq_os_receive_pdu to use PDQ_OS_HDR_OFFSET
instead of PDQ_RX_FC_OFFSET.
1998-09-28 18:01:43 +00:00
matt
a1528c368d
Fix transmit handling (this also should speed up transmits
...
slightly).
1998-09-28 17:13:54 +00:00
matt
08e1d890a4
Changes so that BPF readers will get the data in fddi packet aligned along
...
normal boundaries. This makes tcpdump much happier.
1998-09-20 02:36:08 +00:00
matt
935fbed4fe
Make sure data in FDDI packets are aligned nicely (for alpha, etc.)
1998-09-19 21:21:25 +00:00
matt
2a5371253c
splnet() is not appropriate for everyone. Raise and lower SPL via
...
macros defined in pdqvar.h
1998-08-16 03:44:42 +00:00
mycroft
e2686d0a1b
Use splnet, not splimp.
1998-08-08 23:51:39 +00:00
jonathan
011f2bda08
defopt NS, NSIP.
1998-07-05 06:49:00 +00:00
jonathan
3751946b97
defopt INET, NETATALK.
1998-07-05 00:51:04 +00:00
matt
5fb5017c94
Fix syncing of consumer block.
1998-05-27 01:17:53 +00:00
matt
05f603434f
More pmax coherency stuff. Getting close..
1998-05-24 22:37:23 +00:00
matt
144c41e986
Fix dmamap leakages. fix transmit bug. fix receive bugs. fix mips
...
coherency problems.
1998-05-24 21:40:05 +00:00
matt
cfbb5f3f21
Add bus_dma(9) support for the DEFxA FDDI driver
1998-05-21 20:44:02 +00:00
matt
b80f703f77
Fix problem with promicuously received packets. (ie. give them to bpf
...
but not fddi_input).
1998-04-07 13:32:06 +00:00
thorpej
6bf33a7fe3
Merge pdq-970604 update.
1997-06-08 19:47:13 +00:00
thorpej
66908db327
Resolve conflicts from merge.
1997-03-26 02:08:07 +00:00
thorpej
4c03c2945d
Resolve conflicts from merge.
1997-03-24 00:35:02 +00:00
is
07b064e02e
New ARP system, supports IPv4 over any hardware link.
...
Some of the stuff (e.g., rarpd, bootpd, dhcpd etc., libsa) still will
only support Ethernet. Tcpdump itself should be ok, but libpcap needs
lot of work.
For the detailed change history, look at the commit log entries for
the is-newarp branch.
1997-03-15 18:09:08 +00:00
is
b22d1088ea
Make this compile again on NetBSD-current/i386.
1997-02-20 17:53:50 +00:00
mikel
b6a5671c00
make sure that packets are ours before passing them up if interface is
...
in promiscuous mode; from Juergen Weiss in PR kern/3121.
1997-02-20 06:59:32 +00:00
thorpej
1a614aed0c
Fix conflicts during import.
1996-05-20 00:26:15 +00:00
thorpej
f668914751
Update for the arpwhohas() change.
1996-05-14 00:16:04 +00:00
thorpej
300992c9ba
Changed struct ifnet to have a pointer to the softc of the underlying
...
device and a printable "external name" (name + unit number), thus eliminating
if_name and if_unit. Updated interface to (*if_watchdog)() and (*if_start)()
to take a struct ifnet *, rather than a unit number.
1996-05-07 01:43:13 +00:00
thorpej
94fc5cf4ce
Resolve conflicts from merge.
1996-03-11 21:41:28 +00:00
thorpej
2e4812fa65
New snapshot of DEC PDQ-based FDDI driver, from Matt Thomas.
1996-03-11 21:04:02 +00:00
thorpej
f350b1aa9d
Fill in the missing pieces and make the NetBSD version of Matt Thomas's
...
DEFPA FDDI driver actually compile and link.
1996-03-09 03:46:21 +00:00