summaryrefslogtreecommitdiff
path: root/sys/dev/pcmcia
AgeCommit message (Expand)Author
1999-10-26Rename internal com_attach() routine.Jason Downs
1999-10-09wdc layer work:Constantine Sapuntzakis
1999-10-06Replace unnecessary static int with a define.Federico G. Schwindt
1999-10-01Attach to SMC 8020 cards, they seem to work fine.Jason Downs
1999-10-01syncJason Downs
1999-10-01Add SMC 8020 device.Jason Downs
1999-09-16Do not try to output when there is no space in the FIFO, optimize tooNiklas Hallqvist
1999-09-13establish irq after aicTheo de Raadt
1999-08-25Move COREGA to ALLIEDTELESIS.Federico G. Schwindt
1999-08-25syncFederico G. Schwindt
1999-08-25Remove some unneeded text. Add Contec entry.Federico G. Schwindt
1999-08-24Remove unneeded printf.Federico G. Schwindt
1999-08-23reset card before attempting configDavid Leonard
1999-08-19test vendor id against PCMCIA_VENDOR_INVALID, not against 0David Leonard
1999-08-18syncDavid Leonard
1999-08-18"-1" -> "PCMCIA_PRODUCT_INVALID"David Leonard
1999-08-18Remove unneeded code. Use u_int16_t.Federico G. Schwindt
1999-08-18regenFederico G. Schwindt
1999-08-18add some RangeLAN2 devicesDavid Leonard
1999-08-18make most functions staticDavid Leonard
1999-08-16remove space.Federico G. Schwindt
1999-08-16manufacturer and product are 16 bits, 0xffff is the special caseTheo de Raadt
1999-08-16Remove unneeded ifdefs.Federico G. Schwindt
1999-08-16Remove unneeded ifdefs.Federico G. Schwindt
1999-08-16Remove unnecessary code. Shorten dmesg output.Federico G. Schwindt
1999-08-16Don't establish irq later.Federico G. Schwindt
1999-08-16shorten dmesg output.Federico G. Schwindt
1999-08-16Fix typo.Federico G. Schwindt
1999-08-16more shorten dmesg output.Federico G. Schwindt
1999-08-16Remove unnecessary code. Shorten dmesg output.Federico G. Schwindt
1999-08-16even nicerTheo de Raadt
1999-08-16repair output of pcmcia_print() to match pciprint() and others; fgsch and ITheo de Raadt
1999-08-15syncFederico G. Schwindt
1999-08-15Allied Telesis LA-PCM support.Federico G. Schwindt
1999-08-15ambicom ethernet address is in rom; 00107A==Ambicom sez hughTheo de Raadt
1999-08-14syncFederico G. Schwindt
1999-08-14Support for 3CXEM556B-INT.Federico G. Schwindt
1999-08-13syncTheo de Raadt
1999-08-13AmbiCom AMB8002TTheo de Raadt
1999-08-13Use macros defined in pcmciavar.h.Federico G. Schwindt
1999-08-13Xircom NetWave support. Donations welcomed.Federico G. Schwindt
1999-08-12conditionalize some code only working on pccom so farNiklas Hallqvist
1999-08-09Remove unnecessary printf.Federico G. Schwindt
1999-08-09XEF_CE3 cards w/o modem are XEF_MOHAWK too.Federico G. Schwindt
1999-08-08Explicitly set ifq_maxlen, ifinit does not get its hand on interfacesNiklas Hallqvist
1999-08-08CVS missed this fileNiklas Hallqvist
1999-08-08Detach support for com; NetBSD and meNiklas Hallqvist
1999-08-08Add detaching support to networking pcmcia cardsNiklas Hallqvist
1999-08-08Support detaching. Support CIS-less cards. Style police.Niklas Hallqvist
1999-07-30pretty print manufacturer and product for unknown devicesTheo de Raadt