aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/pdq
Commit message (Expand)AuthorAgeFilesLines
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-8/+8
* Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255Robert Watson2005-08-241-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-106-281/+45
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-293-6/+0
* Offer unhandled IOCTLS to fddi_ioctl().Matthew N. Dodd2005-03-241-8/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.Stefan Farfeleder2004-09-221-1/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompileMax Laier2004-06-131-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-172-10/+10
* Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andAlan Cox2004-01-131-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-314-9/+7
* Use __FBSDID().David E. O'Brien2003-08-243-3/+9
* Make this compile on alpha.Andrew Gallatin2003-07-311-1/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-15/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-152-6/+6
* Add a crutch so that direct-mapped DMA works on alpha. This is a stepAndrew Gallatin2003-04-011-0/+4
* Catch up with bpf_mtap() changes.Matthew N. Dodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.Matthew N. Dodd2003-03-161-2/+2
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-193-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-213-6/+6
* network interface driver changes:Sam Leffler2002-11-141-6/+6
* Fix mis-indentation.Poul-Henning Kamp2002-10-201-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablePhilippe Charnier2002-08-251-2/+2
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-024-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. InJohn Baldwin2002-04-041-1/+2
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.Matthew N. Dodd2002-03-297-516/+1696
* Remove __P.Alfred Perlstein2002-03-201-7/+7
* Fix warning (passing wrong arg to arp_ifinit())Peter Wemm2002-02-271-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-2/+2
* make PCI DEFPA fiddi adapters work on alpha:Andrew Gallatin2001-01-081-2/+5
* Newbusify the PCI PDQ (fddi) attachment. This isn't as clean asPeter Wemm2001-01-021-355/+73
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedJonathan Lemon2000-11-251-7/+1
* Remove unneeded <stddef.h> #includes.Poul-Henning Kamp2000-10-291-1/+0
* Use appropriate resource management accessors instead of directlyMatthew N. Dodd2000-10-181-1/+1
* Uh, ya, sure this almost compiled for __bsdi__. NOT!Tim Vanderhoek2000-05-211-0/+1
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Set ifq_maxlen. (to default IFQ_MAXLEN)Matthew N. Dodd2000-01-131-0/+1
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-286-6/+6
* Clean up after removing sys/eventhandler.h from sys/systm.h at the lastMike Smith1999-08-211-1/+2
* Implement a new generic mechanism for attaching handler functions toMike Smith1999-08-211-5/+6
* Move the specification of EDGE/LEVEL triggered interrupts toMatthew N. Dodd1999-08-011-3/+3
* Don't use at_shutdown() now that we have new_bus which lets usMatthew N. Dodd1999-07-311-8/+11
* Convert the if_fea (DEC FDDI) driver to newbus since it has been brokenPeter Wemm1999-07-101-400/+170
* Rename bpfilter to bpf.Dag-Erling Smørgrav1999-07-061-6/+6
* Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add:Peter Wemm1999-05-091-5/+1
* Add sufficient braces to keep egcs happy about potentially ambiguousPeter Wemm1999-05-061-2/+3