| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove the NATM framework including the en(4), fatm(4), hatm(4), and | Brooks Davis | 2017-04-24 | 1 | -496/+0 |
| * | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | Gleb Smirnoff | 2013-10-26 | 1 | -0/+1 |
| * | Remove duplicate header includes | Kevin Lo | 2011-06-28 | 1 | -3/+0 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -1/+1 |
| * | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff | 2006-09-15 | 1 | -4/+4 |
| * | - Use PCIR_BAR macro rather than hardcoding 0x10. | John Baldwin | 2005-09-29 | 1 | -6/+2 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+1 |
| * | Fix "struct ifnet" leaks when attach() fails in the middle. | Ruslan Ermilov | 2005-09-16 | 1 | -2/+9 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -2/+2 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -14/+20 |
| * | Use BUS_PROBE_DEFAULT for pci probe return value | Warner Losh | 2005-03-05 | 1 | -2/+2 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -2/+1 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -3/+3 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -4/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -0/+3 |
| * | Prefer new location of pci include files (which have only been in the | Warner Losh | 2003-08-22 | 1 | -2/+2 |
| * | Implement the ATMIOCOPENVCC and ATMIOCCLOSEVCC ioctls(). This was the | Hartmut Brandt | 2003-08-05 | 1 | -0/+1 |
| * | Make the en(4) driver more like the other ATM drivers. This is the | Hartmut Brandt | 2003-08-05 | 1 | -1/+2 |
| * | Make the midway driver use the new ATM phy driver. This allows one to | Hartmut Brandt | 2003-06-13 | 1 | -0/+3 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-06-11 | 1 | -3/+4 |
| * | Define a link layer MIB for ATM. Most fields of this MIB are needed by | Hartmut Brandt | 2003-05-05 | 1 | -16/+16 |
| * | Add module data and version to the atm_subr and reference this info from the | Hartmut Brandt | 2003-04-29 | 1 | -2/+5 |
| * | Convert the midway driver to use busdma. Except for this conversion the | Hartmut Brandt | 2003-04-25 | 1 | -272/+265 |
| * | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd | 2003-04-15 | 1 | -1/+1 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -7/+7 |
| * | newbusify the en atm driver. | Kenjiro Cho | 2000-11-07 | 1 | -144/+187 |
| * | Added used include of <machine/bus.h> -- don't depend on evil namespace | Bruce Evans | 2000-11-04 | 1 | -1/+2 |
| * | Make LINT compile again. | Poul-Henning Kamp | 2000-10-22 | 1 | -1/+0 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Ahhrggg. Put the test for the compat shims AFTER the file that includes | Warner Losh | 2000-03-27 | 1 | -4/+4 |
| * | Per conversations in -current, add #error to these drivers when you don't | Warner Losh | 2000-03-27 | 1 | -0/+4 |
| * | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | Mike Smith | 1999-08-21 | 1 | -0/+3 |
| * | Implement a new generic mechanism for attaching handler functions to | Mike Smith | 1999-08-21 | 1 | -4/+5 |
| * | Eliminate a bunch of #include "pci.h" and #if NPCI > 0 around entire | Peter Wemm | 1999-07-03 | 1 | -4/+0 |
| * | Missing revision markers. | Peter Wemm | 1999-05-09 | 1 | -0/+2 |
| * | Simplify the COMPAT_PCI_DRIVER/DATA_SET hack. We can add: | Peter Wemm | 1999-05-09 | 1 | -4/+0 |
| * | Use COMPAT_PCI_DRIVER() for registration if it exists. This shouldn't | Peter Wemm | 1999-04-24 | 1 | -0/+4 |
| * | cleanup: remove part of the code for 2.1. | Kenjiro Cho | 1999-01-09 | 1 | -36/+128 |
| * | probe function changed from returning char * to const char *. | Matthew Dillon | 1998-12-14 | 1 | -2/+2 |
| * | Examine all occurrences of sprintf(), strcat(), and str[n]cpy() | Archie Cobbs | 1998-12-04 | 1 | -1/+1 |
| * | Removed unused #includes. | Bruce Evans | 1997-10-28 | 1 | -4/+0 |
| * | Added used #include - don't depend on <sys/mbuf.h> including | Bruce Evans | 1997-09-02 | 1 | -0/+1 |
| * | import Chuck Cranor's ATM driver | Kenjiro Cho | 1997-05-09 | 1 | -0/+348 |