summaryrefslogtreecommitdiff
path: root/sys/alpha/tc
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/4.1.0_cvscvs2svn2000-07-2626-26/+26
* MFC: make all Ethernet drivers use ether_ifattach() ether_ifdetach()Archie Cobbs2000-07-171-4/+1
* MFC: Move BPF and bridging code into ether_input()Archie Cobbs2000-05-241-22/+0
* Clean up some loose ends in the network code, including the X.25 and ISOPeter Wemm2000-02-131-10/+0
* Remove the 'ivars' arguement to device_add_child() andMatthew N. Dodd1999-12-034-5/+15
* Attempt at cleaning up the (unused part of) support for TurboChannel toNick Hibma1999-10-059-63/+60
* Change from using a dv_xname in struct device to usingNick Hibma1999-10-034-40/+48
* Fix breakage caused by last commit. Also accommodate the new interfacesSteve Price1999-09-281-4/+4
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-11/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-2826-26/+26
* Alter the behavior of sys/kern/subr_bus.c:device_print_child()Matthew N. Dodd1999-07-294-41/+16
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-062-8/+8
* Unused variable.Peter Wemm1999-07-011-2/+1
* Serves me right for doing this by inspection and then a build afterwardsPeter Wemm1999-05-101-1/+2
* Fix warnings (unused vars)Peter Wemm1999-05-101-4/+1
* Fix warnings (unused vars, long != int in printf)Peter Wemm1999-05-101-8/+5
* Fix warnings (I hope)Peter Wemm1999-05-101-8/+6
* Give 'i' a type (int).Peter Wemm1999-05-101-2/+2
* Move the declaration of the interrupt type from the driver structureDoug Rabson1999-05-087-14/+7
* Bring the 'new-bus' to the i386. This extensively changes the way thePeter Wemm1999-04-162-5/+2
* Examine all occurrences of sprintf(), strcat(), and str[n]cpy()Archie Cobbs1998-12-042-5/+5
* Add support for TurboChannel alphas (DEC 3000/300 and 3000/500).Doug Rabson1998-08-2026-0/+8498