| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC r207554: | Maxim Sobolev | 2010-11-15 | 1 | -1/+1 |
| * | MFC a number of changes from head for ISP (203478,203463,203444,202418,201758, | Matt Jacob | 2010-02-11 | 1 | -1/+1 |
| * | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | Robert Watson | 2009-06-26 | 1 | -2/+2 |
| * | strict kobj sigs: fix assortment of device_detach and device_shutdown impls | Andriy Gapon | 2009-06-11 | 1 | -3/+3 |
| * | Fix preprocessor code to check for a symbol being defined prior to checking | Matt Jacob | 2007-06-08 | 1 | -1/+1 |
| * | Carry volatile type in cast so gcc 4.2 will be happy. | Matt Jacob | 2007-06-08 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | Catchup with filters | Warner Losh | 2007-02-23 | 1 | -1/+1 |
| * | Since DELAY() was moved, most <machine/clock.h> #includes have been | Poul-Henning Kamp | 2006-05-16 | 2 | -2/+0 |
| * | Remove various bits of conditional Alpha code and fixup a few comments. | John Baldwin | 2006-05-12 | 2 | -5/+1 |
| * | - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than another | Ruslan Ermilov | 2005-11-11 | 4 | -11/+5 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -8/+8 |
| * | Modify device drivers supporting multicast addresses to lock if_addr_mtx | Robert Watson | 2005-08-03 | 1 | -0/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 6 | -281/+45 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 3 | -6/+0 |
| * | Offer unhandled IOCTLS to fddi_ioctl(). | Matthew N. Dodd | 2005-03-24 | 1 | -8/+1 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -1/+1 |
| * | Prefer C99's __func__ over GCC's __FUNCTION__. | Stefan Farfeleder | 2004-09-22 | 1 | -1/+1 |
| * | Link ALTQ to the build and break with ABI for struct ifnet. Please recompile | Max Laier | 2004-06-13 | 1 | -0/+2 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 2 | -10/+10 |
| * | Use contigmalloc() and contigfree() instead of vm_page_alloc_contig() and | Alan Cox | 2004-01-13 | 1 | -2/+2 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 4 | -9/+7 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 3 | -3/+9 |
| * | Make this compile on alpha. | Andrew Gallatin | 2003-07-31 | 1 | -1/+1 |
| * | - Don't call pci_enable_io() in drivers (unless needed for resume). | Matthew N. Dodd | 2003-04-16 | 1 | -15/+0 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 2 | -6/+6 |
| * | Add a crutch so that direct-mapped DMA works on alpha. This is a step | Andrew Gallatin | 2003-04-01 | 1 | -0/+4 |
| * | Catch up with bpf_mtap() changes. | Matthew N. Dodd | 2003-03-16 | 1 | -1/+1 |
| * | Catch up with recent infrastructure changes. | Matthew N. Dodd | 2003-03-16 | 1 | -2/+2 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 3 | -6/+6 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 3 | -6/+6 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -6/+6 |
| * | Fix mis-indentation. | Poul-Henning Kamp | 2002-10-20 | 1 | -1/+1 |
| * | Replace various spelling with FALLTHROUGH which is lint()able | Philippe Charnier | 2002-08-25 | 1 | -2/+2 |
| * | Fix typo in the BSD copyright: s/withough/without/ | Jens Schweikhardt | 2002-06-02 | 4 | -4/+4 |
| * | Change callers of mtx_init() to pass in an appropriate lock type name. In | John Baldwin | 2002-04-04 | 1 | -1/+2 |
| * | - Merge the pdq driver (if_fpa and if_fea) from NetBSD. | Matthew N. Dodd | 2002-03-29 | 7 | -508/+1688 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -7/+7 |
| * | Fix warning (passing wrong arg to arp_ifinit()) | Peter Wemm | 2002-02-27 | 1 | -1/+1 |
| * | Undo part of the tangle of having sys/lock.h and sys/mutex.h included in | Mark Murray | 2001-05-01 | 1 | -0/+3 |
| * | Convert if_multiaddrs from LIST to TAILQ so that it can be traversed | Poul-Henning Kamp | 2001-02-06 | 1 | -2/+2 |
| * | Mechanical change to use <sys/queue.h> macro API instead of | Poul-Henning Kamp | 2001-02-04 | 1 | -2/+2 |
| * | make PCI DEFPA fiddi adapters work on alpha: | Andrew Gallatin | 2001-01-08 | 1 | -2/+5 |
| * | Newbusify the PCI PDQ (fddi) attachment. This isn't as clean as | Peter Wemm | 2001-01-02 | 1 | -353/+71 |
| * | Convert more malloc+bzero to malloc+M_ZERO. | David Malone | 2000-12-08 | 1 | -2/+1 |
| * | Lock down the network interface queues. The queue mutex must be obtained | Jonathan Lemon | 2000-11-25 | 1 | -7/+1 |
| * | Remove unneeded <stddef.h> #includes. | Poul-Henning Kamp | 2000-10-29 | 1 | -1/+0 |
| * | Use appropriate resource management accessors instead of directly | Matthew N. Dodd | 2000-10-18 | 1 | -1/+1 |
| * | Uh, ya, sure this almost compiled for __bsdi__. NOT! | Tim Vanderhoek | 2000-05-21 | 1 | -0/+1 |
| * | Pre 4.0 tidy up. | Peter Wemm | 2000-01-14 | 1 | -1/+1 |