summaryrefslogtreecommitdiffstats
path: root/sys/dev/pdq
Commit message (Expand)AuthorAgeFilesLines
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-043-6/+6
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* Remove extraneous semicolons, no functional changes.mbr2010-01-071-1/+1
* Several fixes to these drivers. Note that these two drivers are actuallyjhb2009-11-194-72/+114
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/rwatson2009-06-261-2/+2
* strict kobj sigs: fix assortment of device_detach and device_shutdown implsavg2009-06-111-3/+3
* Fix preprocessor code to check for a symbol being defined prior to checkingmjacob2007-06-081-1/+1
* Carry volatile type in cast so gcc 4.2 will be happy.mjacob2007-06-081-1/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-231-1/+1
* Catchup with filtersimp2007-02-231-1/+1
* Since DELAY() was moved, most <machine/clock.h> #includes have beenphk2006-05-162-2/+0
* Remove various bits of conditional Alpha code and fixup a few comments.jhb2006-05-122-5/+1
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-114-11/+5
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-8/+8
* Modify device drivers supporting multicast addresses to lock if_addr_mtxrwatson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-106-281/+45
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-6/+0
* Offer unhandled IOCTLS to fddi_ioctl().mdodd2005-03-241-8/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueimp2005-03-051-1/+1
* Prefer C99's __func__ over GCC's __FUNCTION__.stefanf2004-09-221-1/+1
* Link ALTQ to the build and break with ABI for struct ifnet. Please recompilemlaier2004-06-131-0/+2
* Convert callers to the new bus_alloc_resource_any(9) API.njl2004-03-172-10/+10
* Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() andalc2004-01-131-2/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-314-9/+7
* Use __FBSDID().obrien2003-08-243-3/+9
* Make this compile on alpha.gallatin2003-07-311-1/+1
* - Don't call pci_enable_io() in drivers (unless needed for resume).mdodd2003-04-161-15/+0
* - Express hard dependencies on bus (pci, isa, pccard) andmdodd2003-04-152-6/+6
* Add a crutch so that direct-mapped DMA works on alpha. This is a stepgallatin2003-04-011-0/+4
* Catch up with bpf_mtap() changes.mdodd2003-03-161-1/+1
* Catch up with recent infrastructure changes.mdodd2003-03-161-2/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-193-6/+6
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-213-6/+6
* network interface driver changes:sam2002-11-141-6/+6
* Fix mis-indentation.phk2002-10-201-1/+1
* Replace various spelling with FALLTHROUGH which is lint()ablecharnier2002-08-251-2/+2
* Fix typo in the BSD copyright: s/withough/without/schweikh2002-06-024-4/+4
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-1/+2
* - Merge the pdq driver (if_fpa and if_fea) from NetBSD.mdodd2002-03-297-516/+1696
* Remove __P.alfred2002-03-201-7/+7
* Fix warning (passing wrong arg to arp_ifinit())peter2002-02-271-1/+1
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+3
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedphk2001-02-061-2/+2
* Mechanical change to use <sys/queue.h> macro API instead ofphk2001-02-041-2/+2
* make PCI DEFPA fiddi adapters work on alpha:gallatin2001-01-081-2/+5
* Newbusify the PCI PDQ (fddi) attachment. This isn't as clean aspeter2001-01-021-355/+73
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-7/+1
* Remove unneeded <stddef.h> #includes.phk2000-10-291-1/+0
* Use appropriate resource management accessors instead of directlymdodd2000-10-181-1/+1
OpenPOWER on IntegriCloud