Age | Commit message (Expand) | Author |
2000-10-26 | Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully | Aaron Campbell |
2000-10-19 | if vlans are in use, then set the 3c905b to accept frames of size 1518. | Jason Wright |
2000-10-18 | Sigh. According to the ASIX data sheets, these boards don't even have RX | Aaron Campbell |
2000-10-17 | Undo the incorrect fix for my ASIX 88141. Instead of just relying on tx_cnt, | Aaron Campbell |
2000-10-17 | compatibility issue | Michael Shalayeff |
2000-10-16 | quiet these puppies down- this OpenBSD, not some callow system like NetBSD | mjacob |
2000-10-16 | Use mii_attach() directly instead of mii_phy_probe(). | Aaron Campbell |
2000-10-16 | Update OpenBSD with respect to Solaris/FreeBSD/NetBSD/Linux versions. | mjacob |
2000-10-15 | Do not pass uninitialized ifmedia structures to ifmedia_add(). Fixes PR1426. | Aaron Campbell |
2000-10-15 | Reseting -> Resetting | Kenneth R Westerback |
2000-10-14 | There's a Type III 3c656C card, too. | Aaron Campbell |
2000-10-13 | Do reset properly on MiniPCI adapters. | Aaron Campbell |
2000-10-11 | For some reason, with the eeprom width detection code mickey added awhile ago, | Aaron Campbell |
2000-10-09 | make midway.c (en* driver) work on non-32bit. from kjc@csl.sony.co.jp | Jun-ichiro itojun Hagino |
2000-10-07 | Correct interrupt ack'ing for CardBus and MiniPCI. I hope this fixes 3c556. | Aaron Campbell |
2000-09-30 | Whoops, forgot to list the 3c555 device ID under media selection parts. | Aaron Campbell |
2000-09-29 | - Add support for 3Com 3C555 MiniPCI. | Aaron Campbell |
2000-09-28 | If this is a Davicom DM9102A and we're enabling the homePNA link, force | Aaron Campbell |
2000-09-25 | do not do queue locking in get/put_ccb, since calling blocks | Michael Shalayeff |
2000-09-17 | implement SIOCSIFMTU, okay deraadt@ | Niels Provos |
2000-09-17 | Support detach of fxp devices to allow ejection of Intel CardBus adapters. | Aaron Campbell |
2000-09-17 | Twiddle another bit to illuminate the link LED on the 3C589E 10BaseT connector. | Aaron Campbell |
2000-09-16 | - No need to do bpfdetach(), that's done in if_detach(). | Aaron Campbell |
2000-09-16 | Note support for the new 3Com 3C3FE575CT LAN CardBus Type III PC Card. No | Aaron Campbell |
2000-09-16 | Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops | Aaron Campbell |
2000-09-15 | Support the ejection of mii ep(4) devices, i.e., the 3c574. | Aaron Campbell |
2000-09-15 | hmm, it seems that alignment is actually 512 everywhere, -- fix the comment; ... | Michael Shalayeff |
2000-09-15 | forgot to turn off debugging | Michael Shalayeff |
2000-09-15 | 3ware escalade ide raid controllers | Michael Shalayeff |
2000-09-13 | Sync with FreeBSD. Finally make the OpenBSD-specific changes necessary to make | Aaron Campbell |
2000-09-07 | Indentation fix. | Aaron Campbell |
2000-09-06 | vgafb is removed, was only used on powerpc, and is not in a state to | Dale S. Rahn |
2000-09-06 | Remove #ifdef/#endif around various bits of INQUIRY response | Kenneth R Westerback |
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell |
2000-09-05 | Use 32 pages instead of 4 in mem_alloc. This is needed by cnw, and useful | Federico G. Schwindt |
2000-09-03 | fix revision parsing, print local revision | Michael Shalayeff |
2000-08-26 | Revert a minor FreeBSD tweak that tends to freeze my machine solid after | Aaron Campbell |
2000-08-19 | MALLOC/FREE -> malloc/free ok art@ | Nathan Binkert |
2000-08-17 | replace if_awi w/ semi-current netbsd driver; still has problems | Michael Shalayeff |
2000-08-08 | Make fix for preserving LED settings conditional on presence of an Intel | Aaron Campbell |
2000-08-05 | Use better (working) locking macros around critical regions. Implement | Niklas Hallqvist |
2000-08-04 | rest of the work needed for tga2; from NetBSD | Eric Jackson |
2000-08-02 | Sync with FreeBSD. Summary of changes: | Aaron Campbell |
2000-08-02 | No need to include pci header files here. | Aaron Campbell |
2000-08-02 | Don't print out the eeprom width. | Aaron Campbell |
2000-08-02 | Add support for accepting packets up to 4 octets larger than the | Peter Galbavy |
2000-08-01 | forgot these in alpha/wscons upgrade; pointed out by Erik Verbruggen <ejv@cs.... | Michael Shalayeff |
2000-07-27 | if avoiding ac97_read because of AC97_HOST_DONT_READ, still permit access to ... | Theo de Raadt |
2000-07-22 | sync to NetBSD: | Kenneth R Westerback |
2000-07-21 | convert to new timeouts | Michael Shalayeff |