| Commit message (Expand) | Author | Age | Files | Lines |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-04 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Use bus space functions rather than inw/outw | andrew | 2011-01-29 | 3 | -10/+11 |
* | Remove some always-true comparisons. | jhb | 2011-01-18 | 1 | -1/+1 |
* | Add new tunable 'net.link.ifqmaxlen' to set default send interface | sobomax | 2010-05-03 | 1 | -1/+1 |
* | Add a warning if we're inw'ing from an odd address. This could happen | imp | 2010-01-18 | 1 | -0/+2 |
* | Fix indentation nit. | imp | 2010-01-18 | 1 | -1/+1 |
* | Remove extraneous semicolons, no functional changes. | mbr | 2010-01-07 | 1 | -1/+1 |
* | Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/ | rwatson | 2009-06-26 | 1 | -2/+2 |
* | Improve the EEPROM parsing, based on finding a datasheet that describes | imp | 2008-07-09 | 2 | -37/+46 |
* | Tweak a comment and a constant to restore old 30ms upper bound. | imp | 2008-06-06 | 1 | -3/+3 |
* | o Remove unused cs_debug tunable. I think I added it and then nothing with | imp | 2008-06-06 | 1 | -10/+22 |
* | Forgot to commit these files too :-( | imp | 2008-06-06 | 2 | -3/+3 |
* | Minor clean up to shave about 1.5k off the size of the driver: | imp | 2008-06-06 | 4 | -95/+12 |
* | Simplify error checking when reading the function.... | imp | 2008-06-06 | 1 | -3/+1 |
* | cs has detach, remove bogus ifdef. | imp | 2008-06-06 | 1 | -3/+1 |
* | Remove unused fields in softc. If they are ever really needed again, | imp | 2008-06-06 | 4 | -27/+3 |
* | Make the cs(4) driver MPSAFE: | jhb | 2008-06-05 | 4 | -67/+118 |
* | Fix the media auto code by breaking it :-). Auto now just means 'use | imp | 2008-06-05 | 1 | -19/+8 |
* | o Improve the probe code dealing with interrupts. | imp | 2008-06-04 | 1 | -83/+54 |
* | Correct logic error that would prevent cs pccards from working on | imp | 2008-06-03 | 1 | -8/+8 |
* | o break newbus api: add a new argument of type driver_filter_t to | piso | 2007-02-23 | 2 | -2/+2 |
* | - Consistently use if_printf() only in interface methods: if_start(), | glebius | 2006-09-15 | 2 | -12/+15 |
* | 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 |