| Commit message (Expand) | Author | Age | Files | Lines |
| * | Copy releng/8.2 to release/8.2.0 for 8.2-RELEASE.release/8.2.0_cvs | Ken Smith | 2011-02-16 | 1 | -1/+1 |
| * | 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 |
| * | Improve the EEPROM parsing, based on finding a datasheet that describes | Warner Losh | 2008-07-09 | 1 | -6/+6 |
| * | Tweak a comment and a constant to restore old 30ms upper bound. | Warner Losh | 2008-06-06 | 1 | -3/+3 |
| * | o Remove unused cs_debug tunable. I think I added it and then nothing with | Warner Losh | 2008-06-06 | 1 | -10/+22 |
| * | Minor clean up to shave about 1.5k off the size of the driver: | Warner Losh | 2008-06-06 | 1 | -84/+6 |
| * | Remove unused fields in softc. If they are ever really needed again, | Warner Losh | 2008-06-06 | 1 | -17/+3 |
| * | Make the cs(4) driver MPSAFE: | John Baldwin | 2008-06-05 | 1 | -55/+111 |
| * | Fix the media auto code by breaking it :-). Auto now just means 'use | Warner Losh | 2008-06-05 | 1 | -19/+8 |
| * | o Improve the probe code dealing with interrupts. | Warner Losh | 2008-06-04 | 1 | -83/+54 |
| * | Correct logic error that would prevent cs pccards from working on | Warner Losh | 2008-06-03 | 1 | -8/+8 |
| * | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff | 2006-09-15 | 1 | -12/+14 |
| * | Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPT | Philip Paeps | 2006-03-10 | 1 | -18/+56 |
| * | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh | 2005-09-19 | 1 | -1/+1 |
| * | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson | 2005-08-09 | 1 | -12/+12 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -28/+36 |
| * | Fix the worst offenders of style(9) with a small style sweep. | Warner Losh | 2005-01-28 | 1 | -48/+36 |
| * | Cleanup tabs vs spaces. | Warner Losh | 2005-01-28 | 1 | -179/+178 |
| * | For the PC Card implementation of the CS8920M that's in my IBM | Warner Losh | 2005-01-28 | 1 | -1/+2 |
| * | Setting hw.cs.recv_delay should set the delay, not the ignore the | Warner Losh | 2005-01-28 | 1 | -1/+1 |
| * | error = is needed before ether_ioctl() so that unsupported/unknown | Warner Losh | 2005-01-28 | 1 | -1/+1 |
| * | Write cs_detach() and use it. This resolves the twin problems of the | Warner Losh | 2005-01-27 | 1 | -0/+16 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Since if_cs doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson | 2004-08-13 | 1 | -1/+2 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo | 2004-04-15 | 1 | -4/+0 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -2/+2 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -4/+0 |
| * | o Add sysctl to allow ignoring checksum of eeprom. | Warner Losh | 2003-11-04 | 1 | -47/+71 |
| * | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis | 2003-10-31 | 1 | -6/+6 |
| * | There is no way to enter the attach routine twice with the same softc | Brooks Davis | 2003-10-30 | 1 | -67/+65 |
| * | Use __FBSDID(). | David E. O'Brien | 2003-08-24 | 1 | -1/+3 |
| * | Back out M_* changes, per decision of the TRB. | Warner Losh | 2003-02-19 | 1 | -2/+2 |
| * | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein | 2003-01-21 | 1 | -2/+2 |
| * | network interface driver changes: | Sam Leffler | 2002-11-14 | 1 | -18/+6 |
| * | Use if_printf(ifp, "blah") instead of | Brooks Davis | 2002-10-01 | 1 | -23/+18 |
| * | Additional enhancments to allow IBM Etherjet cards to be probed, | Warner Losh | 2001-02-23 | 1 | -88/+76 |
| * | Break the isa attachment of the Crystal Semiconductor 89x0 into two | Warner Losh | 2001-01-21 | 1 | -144/+13 |
| * | Remove unneeded #include <machine/clock.h> | Poul-Henning Kamp | 2000-10-15 | 1 | -1/+0 |
| * | Make all Ethernet drivers attach using ether_ifattach() and detach using | Archie Cobbs | 2000-07-13 | 1 | -3/+1 |
| * | Move code to handle BPF and bridging for incoming Ethernet packets out | Archie Cobbs | 2000-05-14 | 1 | -7/+0 |
| * | NewBus the cs driver. | Warner Losh | 2000-03-30 | 1 | -276/+297 |
| * | Remove NBPF conditionality of bpf calls in most of our network drivers. | Poul-Henning Kamp | 1999-09-25 | 1 | -9/+0 |
| * | Stub out the old pnp code till these are converted so GENERIC builds again. | Peter Wemm | 1999-09-02 | 1 | -1/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Rename bpfilter to bpf. | Dag-Erling Smørgrav | 1999-07-06 | 1 | -6/+6 |
| * | Bring the 'new-bus' to the i386. This extensively changes the way the | Peter Wemm | 1999-04-16 | 1 | -5/+2 |
| * | Fix warnings in preparation for adding -Wall -Wcast-qual to the | Matthew Dillon | 1999-01-28 | 1 | -3/+3 |