Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-01-27 | sync | Theo de Raadt | |
2001-01-27 | foom | Theo de Raadt | |
2001-01-27 | easier to update | Theo de Raadt | |
2001-01-27 | pack (unused) structures like pcidevs is | Theo de Raadt | |
2001-01-08 | match on 3CXFEM656C's global modem too, does not seem to work right, but; ↵ | Michael Shalayeff | |
from openbsd@zenbu.com | |||
2001-01-08 | regen | Michael Shalayeff | |
2001-01-08 | 56k Global Modem; from openbsd@zenbu.com | Michael Shalayeff | |
2000-11-06 | regen | Michael Shalayeff | |
2000-11-06 | dfe-660 | Michael Shalayeff | |
2000-10-27 | Make cardbus version of dc detach properly. OK aaron@ | Nathan Binkert | |
2000-10-26 | Add support for ADMtek AN985 Centaur-C CardBus Ethernet interfaces. Thanks for | Aaron Campbell | |
ADMtek for sending me a couple demo boards. | |||
2000-10-26 | sync | Theo de Raadt | |
2000-10-26 | shorten lots | Theo de Raadt | |
2000-10-26 | Add support for Xircom X3201-based CardBus Ethernet cards. Tested successfully | Aaron Campbell | |
on four different models, including the CBEM56G-100, RBE-100 RealPort, and the RBEM56G-100 RealPort. This commit adds support only for the LAN components; the modem is not configured yet. Detach support to come. Based on work from FreeBSD, mickey@, nate@, and myself. | |||
2000-09-29 | - Add support for 3Com 3C555 MiniPCI. | Aaron Campbell | |
- Clean up configuration flags mess. The MiniPCI adapters share some properties with the CardBus adapters. | |||
2000-09-17 | Support detach of fxp devices to allow ejection of Intel CardBus adapters. | Aaron Campbell | |
2000-09-17 | Add support for Intel PRO/100 CardBus PC Card Ethernet; from NetBSD. | Aaron Campbell | |
2000-09-17 | sync | Aaron Campbell | |
2000-09-17 | Add product ID for ADMtek AN985. Note that there seemed to be some nomenclature | Aaron Campbell | |
issues between this card and the PCI version. As far as I can tell, the AN983 is the PCI card and the AN985 is the CardBus version. | |||
2000-09-16 | Add support for 3C556[B] MiniPCI Ethernet adapters, found on some laptops | Aaron Campbell | |
(i.e., HP OmniBooks). I have sent these changes to a tester but I haven't heard back yet. Assume for now the changes are OK since all of the other variants I have still work. | |||
2000-09-16 | Some changes from NetBSD: | Aaron Campbell | |
- Remove an unnecessary global reset that was only used for debugging purposes. - Make the cardtype names more meaningful. - Some variable renaming for consistency. | |||
2000-09-05 | Support detach of xl(4) devices, mainly to allow the ejection and insertion of | Aaron Campbell | |
3Com575-based CardBus PC Cards; from nate@ | |||
2000-07-06 | Perform a much longer delay after resetting the card to give it a chance to get | Aaron Campbell | |
its brains in order. | |||
2000-07-01 | sync | Aaron Campbell | |
2000-07-01 | Oops, forgot to commit these new device IDs last night. | Aaron Campbell | |
2000-07-01 | - Make the 3CCFE575BT work. | Aaron Campbell | |
- Add support for the 3CCFEM656C. - Lots of code cleanup. | |||
2000-06-17 | Do not disable the com port as sson as it is attached. Make compile again. | Niklas Hallqvist | |
Fix interrupt printing. Hi from OpenBSD crypto 2K | |||
2000-06-09 | Clean up this file a bit. | Aaron Campbell | |
2000-06-09 | Add support for 3c656, which is just the 3c575 + 56k modem. Thanks to | Aaron Campbell | |
xav@quakeserver.org for testing. | |||
2000-06-09 | sync | Aaron Campbell | |
2000-06-09 | Add 3c656 | Aaron Campbell | |
2000-05-31 | Bug fix from NetBSD, plus some more DPRINTF(). | Aaron Campbell | |
2000-05-15 | Cardbus serial infrastructure | Niklas Hallqvist | |
2000-05-15 | regen | Niklas Hallqvist | |
2000-05-15 | oops typo | Niklas Hallqvist | |
2000-05-15 | We are OpenBSD | Niklas Hallqvist | |
2000-05-15 | Cardbus com driver, from NetBSD, but adapted for our style conventions | Niklas Hallqvist | |
and with pccom support added | |||
2000-04-26 | fix RCS id | Brad Smith | |
2000-04-08 | Initial check-in for support of 32-bit CardBus PC Cards; from NetBSD. On many | Aaron Campbell | |
machines, this code needs the new PCIBIOS* options enabled in the kernel config file to work, but your mileage may vary. Included is a working 3c575 driver for 3Com 10/100 CardBus PC Card NICs (tested only with the 'C' revision). The 3c575 is the pccard version of the PCI EtherLink XL cards, and thus the xl driver has been split into /sys/dev/ic. | |||
2000-03-02 | Prep for CardBus support; from NetBSD. | Aaron Campbell | |