aboutsummaryrefslogtreecommitdiff
path: root/sys/alpha/tc
Commit message (Expand)AuthorAgeFilesLines
* If we're not going to use am7990_shutdown, comment it all out.Matt Jacob2001-06-141-0/+4
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-5/+5
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-4/+1
* Back out the previous change to the queue(3) interface.Jake Burkholder2000-05-261-2/+2
* Change the way that the queue(3) structures are declared; don't assume thatJake Burkholder2000-05-231-2/+2
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-22/+0
* Separate the struct bio related stuff out of <sys/buf.h> intoPoul-Henning Kamp2000-05-052-0/+2
* 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