| Age | Commit message (Expand) | Author |
| 2008-07-09 | Improve the EEPROM parsing, based on finding a datasheet that describes | Warner Losh |
| 2008-06-06 | Tweak a comment and a constant to restore old 30ms upper bound. | Warner Losh |
| 2008-06-06 | o Remove unused cs_debug tunable. I think I added it and then nothing with | Warner Losh |
| 2008-06-06 | Forgot to commit these files too :-( | Warner Losh |
| 2008-06-06 | Minor clean up to shave about 1.5k off the size of the driver: | Warner Losh |
| 2008-06-06 | Simplify error checking when reading the function.... | Warner Losh |
| 2008-06-06 | cs has detach, remove bogus ifdef. | Warner Losh |
| 2008-06-06 | Remove unused fields in softc. If they are ever really needed again, | Warner Losh |
| 2008-06-05 | Make the cs(4) driver MPSAFE: | John Baldwin |
| 2008-06-05 | Fix the media auto code by breaking it :-). Auto now just means 'use | Warner Losh |
| 2008-06-04 | o Improve the probe code dealing with interrupts. | Warner Losh |
| 2008-06-03 | Correct logic error that would prevent cs pccards from working on | Warner Losh |
| 2007-02-23 | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati |
| 2006-09-15 | - Consistently use if_printf() only in interface methods: if_start(), | Gleb Smirnoff |
| 2006-03-10 | Fix multicast support for cs89x0 chips. Just setting the RX_MULTCAST_ACCEPT | Philip Paeps |
| 2006-02-11 | Use ETHER_ADDR_LEN rather than 6. | Warner Losh |
| 2005-09-20 | Remove oldcard support by removing the compat shims. | Warner Losh |
| 2005-09-19 | Make sure that we call if_free(ifp) after bus_teardown_intr. Since we | Warner Losh |
| 2005-08-09 | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | Robert Watson |
| 2005-06-24 | Eliminate unused argument in PCMCIA_CARD macro. | Warner Losh |
| 2005-06-10 | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis |
| 2005-01-28 | Fix the worst offenders of style(9) with a small style sweep. | Warner Losh |
| 2005-01-28 | Cleanup tabs vs spaces. | Warner Losh |
| 2005-01-28 | For the PC Card implementation of the CS8920M that's in my IBM | Warner Losh |
| 2005-01-28 | Setting hw.cs.recv_delay should set the delay, not the ignore the | Warner Losh |
| 2005-01-28 | error = is needed before ether_ioctl() so that unsupported/unknown | Warner Losh |
| 2005-01-27 | Write cs_detach() and use it. This resolves the twin problems of the | Warner Losh |
| 2005-01-20 | Only attach to network functions (unlikely to matter since I'm not | Warner Losh |
| 2005-01-06 | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh |
| 2004-08-13 | Since if_cs doesn't contain locking or run with INTR_MPSAFE, mark | Robert Watson |
| 2004-05-27 | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh |
| 2004-05-26 | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh |
| 2004-05-23 | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion |
| 2004-05-08 | We don't need the dependency on the pccard module here. | Warner Losh |
| 2004-04-15 | Remove improper use of if_addrhead in device drivers to check | Luigi Rizzo |
| 2004-03-17 | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson |
| 2004-03-14 | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd |
| 2003-11-04 | o Add sysctl to allow ignoring checksum of eeprom. | Warner Losh |
| 2003-10-31 | Replace the if_name and if_unit members of struct ifnet with new members | Brooks Davis |
| 2003-10-30 | There is no way to enter the attach routine twice with the same softc | Brooks Davis |
| 2003-08-24 | Use __FBSDID(). | David E. O'Brien |
| 2003-04-15 | - Express hard dependencies on bus (pci, isa, pccard) and | Matthew N. Dodd |
| 2003-04-10 | Make sure that pp_name is non-null before setting the device | Warner Losh |
| 2003-02-19 | Back out M_* changes, per decision of the TRB. | Warner Losh |
| 2003-01-21 | Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0. | Alfred Perlstein |
| 2002-11-14 | network interface driver changes: | Sam Leffler |
| 2002-10-01 | Use if_printf(ifp, "blah") instead of | Brooks Davis |
| 2001-11-15 | Migrate to PCMCIA_CARD() macros | Warner Losh |
| 2001-11-11 | s/PCCARD_/PCMCIA_/g in NEWCARD device tables to enable easier NetBSD sharing | Warner Losh |
| 2001-02-23 | Additional enhancments to allow IBM Etherjet cards to be probed, | Warner Losh |