| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPT | philip | 2006-03-10 | 1 | -18/+56 |
* | Use ETHER_ADDR_LEN rather than 6. | imp | 2006-02-11 | 1 | -1/+1 |
* | Remove oldcard support by removing the compat shims. | imp | 2005-09-20 | 1 | -21/+5 |
* | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | imp | 2005-09-19 | 1 | -1/+1 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 1 | -12/+12 |
* | Eliminate unused argument in PCMCIA_CARD macro. | imp | 2005-06-24 | 1 | -1/+1 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 2 | -29/+39 |
* | Fix the worst offenders of style(9) with a small style sweep. | imp | 2005-01-28 | 1 | -48/+36 |
* | Cleanup tabs vs spaces. | imp | 2005-01-28 | 3 | -215/+213 |
* | For the PC Card implementation of the CS8920M that's in my IBM | imp | 2005-01-28 | 3 | -3/+8 |
* | Setting hw.cs.recv_delay should set the delay, not the ignore the | imp | 2005-01-28 | 1 | -1/+1 |
* | error = is needed before ether_ioctl() so that unsupported/unknown | imp | 2005-01-28 | 1 | -1/+1 |
* | Write cs_detach() and use it. This resolves the twin problems of the | imp | 2005-01-27 | 3 | -2/+17 |
* | Only attach to network functions (unlikely to matter since I'm not | imp | 2005-01-20 | 1 | -0/+10 |
* | Start each of the license/copyright comments with /*-, minor shuffle of lines | imp | 2005-01-06 | 5 | -5/+5 |
* | Since if_cs doesn't contain locking or run with INTR_MPSAFE, mark | rwatson | 2004-08-13 | 1 | -1/+2 |
* | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | imp | 2004-05-27 | 1 | -1/+1 |
* | Move to generating pccarddevs.h on the fly, both for the kernel and | imp | 2004-05-26 | 1 | -1/+1 |
* | We don't need to initialize if_output, ether_ifattach() does it | mux | 2004-05-23 | 1 | -1/+0 |
* | We don't need the dependency on the pccard module here. | imp | 2004-05-08 | 1 | -1/+0 |
* | Remove improper use of if_addrhead in device drivers to check | luigi | 2004-04-15 | 1 | -4/+0 |
* | Convert callers to the new bus_alloc_resource_any(9) API. | njl | 2004-03-17 | 1 | -2/+2 |
* | Announce ethernet MAC addresss in ether_ifattach(). | mdodd | 2004-03-14 | 1 | -4/+0 |
* | o Add sysctl to allow ignoring checksum of eeprom. | imp | 2003-11-04 | 2 | -53/+77 |
* | Replace the if_name and if_unit members of struct ifnet with new members | brooks | 2003-10-31 | 4 | -11/+9 |
* | There is no way to enter the attach routine twice with the same softc | brooks | 2003-10-30 | 1 | -68/+66 |
* | Use __FBSDID(). | obrien | 2003-08-24 | 3 | -3/+9 |
* | - Express hard dependencies on bus (pci, isa, pccard) and | mdodd | 2003-04-15 | 2 | -3/+6 |
* | Make sure that pp_name is non-null before setting the device | imp | 2003-04-10 | 1 | -1/+2 |
* | Back out M_* changes, per decision of the TRB. | imp | 2003-02-19 | 1 | -2/+2 |
* | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | alfred | 2003-01-21 | 1 | -2/+2 |
* | network interface driver changes: | sam | 2002-11-14 | 1 | -18/+6 |
* | Use if_printf(ifp, "blah") instead of | brooks | 2002-10-01 | 1 | -23/+18 |
* | Migrate to PCMCIA_CARD() macros | imp | 2001-11-15 | 1 | -3/+1 |
* | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | imp | 2001-11-11 | 1 | -3/+3 |
* | Additional enhancments to allow IBM Etherjet cards to be probed, | imp | 2001-02-23 | 4 | -111/+137 |
* | Break the isa attachment of the Crystal Semiconductor 89x0 into two | imp | 2001-01-21 | 4 | -144/+344 |
* | Remove unneeded #include <machine/clock.h> | phk | 2000-10-15 | 1 | -1/+0 |
* | Make all Ethernet drivers attach using ether_ifattach() and detach using | archie | 2000-07-13 | 1 | -3/+1 |
* | Move code to handle BPF and bridging for incoming Ethernet packets out | archie | 2000-05-14 | 1 | -7/+0 |
* | NewBus the cs driver. | imp | 2000-03-30 | 2 | -276/+299 |
* | Remove NBPF conditionality of bpf calls in most of our network drivers. | phk | 1999-09-25 | 1 | -9/+0 |
* | Stub out the old pnp code till these are converted so GENERIC builds again. | peter | 1999-09-02 | 1 | -1/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 2 | -2/+2 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 1 | -6/+6 |
* | Bring the 'new-bus' to the i386. This extensively changes the way the | peter | 1999-04-16 | 1 | -5/+2 |
* | Fix warnings in preparation for adding -Wall -Wcast-qual to the | dillon | 1999-01-28 | 1 | -3/+3 |
* | Clean up warnings; a couple of these came because of genuine errors in | eivind | 1999-01-12 | 1 | -4/+6 |
* | The "easy" fixes for compiling the kernel -Wunused: remove unreferenced static | archie | 1998-12-07 | 1 | -8/+4 |
* | Initialize isa_devtab entries for interrupt handlers in individual | bde | 1998-10-22 | 1 | -2/+4 |