Age | Commit message (Expand) | Author |
2012-10-18 | Convert a number of old private copies of code which predates | Theo de Raadt |
2010-08-27 | Move the dc_pci_activate function to dc.c, and mangle it up with some of | Theo de Raadt |
2010-08-05 | ca_activate function for suspend/resume; tested by mlarkin on a | Theo de Raadt |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-06-26 | Using information gleamed from the FreeBSD driver, change the MAC address | Theo de Raadt |
2009-06-02 | make dc at pci detachable; untested. | Jonathan Gray |
2009-06-02 | Add more CardBus ids to PCI attachments to cope with | Jonathan Gray |
2008-09-11 | ANSI function declarations. | Brad Smith |
2008-09-11 | Remove the redundant local variable 'revision' from the PCI attach function. | Brad Smith |
2007-11-26 | print the comma before the MAC address string in dc_attach() instead of the | Brad Smith |
2007-08-01 | Stop making de win over dc on alpha, and include both dc and de on all | Miod Vallat |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2007-02-13 | Add missing break in attach code. | Jonathan Gray |
2006-07-20 | update for the new ADMtek PCI ids. | Brad Smith |
2006-07-18 | attach to the ADMtek 983B chipset as well. | Brad Smith |
2006-06-17 | add sys/timeout.h | Brad Smith |
2005-11-06 | - remove spl from attach | Brad Smith |
2005-08-09 | do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub... | Michael Shalayeff |
2005-03-26 | simplify man! no need to outline pci_mapreg_map() anymore just use it | Michael Shalayeff |
2005-01-16 | - recognize Microsoft PCI and CardBus adapters | Brad Smith |
2005-01-16 | get EEPROM width on all cards except for the original PNIC | Brad Smith |
2005-01-14 | rev 1.63 | Brad Smith |
2005-01-08 | rev 1.125 | Brad Smith |
2004-09-28 | Use ETHER_MIN_LEN/ETHER_MAX_DIX_LEN | Brad Smith |
2004-08-04 | kill hppa quirk that is not needed | Michael Shalayeff |
2004-06-28 | do not force into io space on hppa as it's much slower | Michael Shalayeff |
2003-10-21 | a 3com tulip, wow; christoph.scheurer@ch.tum.de | Theo de Raadt |
2003-10-07 | use PCI_PMCSR instead of some magic value. | Federico G. Schwindt |
2003-09-29 | fix the dc_cacheline to 16 on hppa | Michael Shalayeff |
2003-08-16 | AN983 needs 64BIT_HASH too, fixes multicast | Henning Brauer |
2003-06-26 | it's better w/ a comma between irq and address | Michael Shalayeff |
2003-05-17 | fix up the media handling for the intel based MACs. Also hack around a | Jason Wright |
2003-04-29 | - remove last vestige of "old autoconf": dc_unit is dead, long live dv_xname | Jason Wright |
2003-04-19 | Davicom DM9009 support | Henning Brauer |
2002-10-20 | add support for intel 21145 | Henning Brauer |
2002-06-09 | unbreak sparc64 kernel builds after the arpcom change. | Artur Grabowski |
2002-04-18 | add support for Conexant LANfinity RS7112; based on patch from Maurice Nonnek... | Jason Wright |
2002-04-16 | move prototypes of dc_eeprom_width, dc_read_srom, and dc_parse_21143_srom to ... | Jason Wright |
2002-04-01 | Don't have dc and de return the same match value in any case. | Nathan Binkert |
2002-03-22 | On sparc64, try local-mac-address before falling back to myetheraddr() | Jason Wright |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-03-06 | remove unused #include | Nathan Binkert |
2002-03-04 | 21140 support for dc isn't reliable enough for it to win over dc. | Nathan Binkert |
2002-02-17 | make dc win on alpha too | Nathan Binkert |
2002-02-17 | Make dc match with higher priorit over de for 21142/3 chips | Nathan Binkert |
2002-01-11 | Check result from malloc(9) when using M_NOWAIT. fgsch@ ok | Thomas Nordin |
2001-12-13 | Fix old alpha bug recently triggered by conversion to busdma. | Nathan Binkert |
2001-12-06 | enough bus_dmamap_sync() and htole()/letoh() to get TX working on sparc64. | Jason Wright |
2001-12-06 | Checkpoint bus_dma work in progress: | Jason Wright |
2001-11-06 | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. | Miod Vallat |