Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-02-03 | sync | Theo de Raadt | |
1999-01-31 | Add support for Kingston KNE-PC2. | Federico G. Schwindt | |
1999-01-28 | Add support for: | Federico G. Schwindt | |
- 3COM 3CXEM556 (Ethernet/Modem) - SVEC Combo and Lancard - Corega PCC-T Add pcmcia_check_cis_quirks to fix some cards whose CIS flat-out lies. Add more products to pcmciadevs. Correctly read 1 controller if CL-PD6729. Remove some unused vars. | |||
1999-01-21 | Remove remnicients of old pcmcia code, allow both pccom & com at pcmcia | Niklas Hallqvist | |
work again | |||
1999-01-21 | Fix my com/pccom thinko | Niklas Hallqvist | |
1999-01-21 | Comment com attach since it conflicts with the i386 declaration. | Federico G. Schwindt | |
(perhaps this should be moved to files.<arch>?) | |||
1999-01-20 | pccom is i386 only, com can be attached from mi-land though | Niklas Hallqvist | |
1999-01-11 | panic prints a newline for you, don't do it in the panic string | Todd C. Miller | |
1998-12-31 | I messed up in my last patch, thanks wim and federico | Niklas Hallqvist | |
1998-12-30 | indent | Theo de Raadt | |
1998-12-22 | regen | Niklas Hallqvist | |
1998-12-22 | Some extra vendors & products | Niklas Hallqvist | |
1998-12-21 | Use the iomask in a correct way | Niklas Hallqvist | |
1998-12-21 | zero alignment is not allowed. shorten some long lines. | Niklas Hallqvist | |
1998-12-17 | Disable 3c574 until all the MII code required is added. | Federico G. Schwindt | |
1998-12-04 | Add support for another ne2k compatible card, vendor unknown. | Federico G. Schwindt | |
1998-11-06 | Support for RealTek 8019 and 8029 NE2000-compatible network interfaces. | Federico G. Schwindt | |
1998-11-05 | D-Link DE-650 has many minor versions. Be sure to use the correct one. | Federico G. Schwindt | |
1998-10-14 | sync | Federico G. Schwindt | |
1998-09-24 | sync | Theo de Raadt | |
1998-09-22 | Support for ne2k pcmcia. This is the driver without modifications. | Federico G. Schwindt | |
feedback time. | |||
1998-09-19 | Added if_media support from NetBSD. -moj | Mats O Jansson | |
1998-09-16 | fix ep probe message printouts | Theo de Raadt | |
1998-09-14 | sync | Theo de Raadt | |
1998-09-14 | shorten names; unwanted kernel growth | Theo de Raadt | |
1998-09-14 | fix Makefiles | Theo de Raadt | |
1998-09-12 | if_media support. | Federico G. Schwindt | |
1998-09-11 | fix typo. | Federico G. Schwindt | |
1998-09-11 | Remove unneeded files from the previous framework. | Federico G. Schwindt | |
1998-09-11 | PCMCIA code ported from NetBSD. | Federico G. Schwindt | |
Support for aic, ep, pccom and sm. | |||
1998-08-13 | a proto; fgsch@olimpo.com.br | Theo de Raadt | |
1998-03-17 | delete extra print | Theo de Raadt | |
1998-03-05 | please GCC 2.8 | Niklas Hallqvist | |
1997-11-07 | $OpenBSD$ | Niklas Hallqvist | |
1997-08-20 | Wavelan code rolled out. It works, but there are copyleft problems. | Angelos D. Keromytis | |
1997-08-19 | - add wavelan files in files.pcmcia | Angelos D. Keromytis | |
- accept version 5.0 from the card as legal - fix the mapping (pcmcia.c, pcmcia_read_cis()) | |||
1997-07-30 | Sync to NetBSD. Adapt to use bus_space_multi_raw* interface of OpenBSD. | Niklas Hallqvist | |
Some KNF too. | |||
1997-07-07 | Removed the unused arg of comprobe1 | Niklas Hallqvist | |
1997-04-17 | Minor KNF + $OpenBSD$ | Niklas Hallqvist | |
1997-03-01 | Corrected ISA memory mapping errors that caused PCMCIA to be broken. | Niklas Hallqvist | |
Thanks to Angelos who helped my debug this. | |||
1996-11-30 | Com driver moved, still somewhat ISA-dependent though, but it will | Niklas Hallqvist | |
improve. Pica and PCMCIA-dependent stuff factored out. | |||
1996-11-28 | Adaption to new bus.h from NetBSD. Various driver has been updated to | Niklas Hallqvist | |
NetBSD 961107 state. Other has not, partly because sometimes the bus.h changes was coupled with other changes. | |||
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-12 | s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road | Niklas Hallqvist | |
possibly taken in small steps | |||
1996-10-16 | type death | Theo de Raadt | |
1996-10-16 | unused var | Theo de Raadt | |
1996-08-31 | clean for kernel and userland | Theo de Raadt | |
1996-05-07 | convert to machine/bus.h | Theo de Raadt | |
1996-05-05 | add general ether_ioctl call in net/if_ethersubr.c, | Michael Shalayeff | |
NS,IPX,X.25 special processing is now handled in there. reflect this amazing addition in all the ether ifaces. ppl, pls check the stuff. | |||
1996-05-03 | prettier printf messages | Theo de Raadt | |