Age | Commit message (Collapse) | Author | |
---|---|---|---|
1997-01-29 | Export comdefaultrate | Niklas Hallqvist | |
1997-01-24 | bug fix: | chuck | |
- if aal5 frame has a CRC error then the length field in the aal5 trailer may not be valid, so we can not use it [and we must dump the frame] [Yuhang Sun <sunyh@dworkin.wustl.edu> & chuck@ccrc.wustl.edu] | |||
1997-01-15 | sc_link.adapter_buswidth, set to 16 if wide scsi. if 0 it gets converted | Theo de Raadt | |
to 8 internally so that drivers do not need to init it for regular scsi :-) | |||
1997-01-15 | more missing prototypes and other warnings fixed | kstailey | |
1997-01-15 | added prototypes | kstailey | |
1997-01-05 | absent pcmcia cards do not interrupt | Theo de Raadt | |
1996-12-16 | add "return (0)" to end of zsstop() since it's not a void function anymore | kstailey | |
1996-12-10 | the real changes by niklas... I did not merge correctly | Theo de Raadt | |
1996-12-10 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt | |
As well, at this point I've also done fancy cvs repository mangling to ensure that the com* files in sys/dev/ic maintain the history we had before. (Yes, I cleaned up the 2.0 tags too..) | |||
1996-12-03 | clr TS_WOPEN if bailing on cua opens | Theo de Raadt | |
1996-12-03 | void cystop() -> int cystop() | kstailey | |
1996-12-03 | void zsstop() -> int zsstop() | kstailey | |
1996-11-30 | Cleaned up. lpt is MI now. | Niklas Hallqvist | |
1996-11-29 | Missing pieces of new bus.h that CVS lost behind my back | Niklas Hallqvist | |
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-25 | Make CONADDR and CONUNIT overrideable | Niklas Hallqvist | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-21 | correct version of last commit | chuck | |
1996-11-21 | midway fixes: | chuck | |
1. fix possible hang in en_txlaunch(). when attempting to extend the length of an mbuf to avoid a flush we should extend it by cnt [which is ((need - len) % 4)] rather than 4 - cnt. also, add an EN_DEBUG printf() when we pad/FLUSH a buffer to help with debugging/understanding what the driver is up to. 2. use interface packet counters 3. when turning off a recv VCI we recompute the new mode. make sure we don't include the "in service" bit in the new mode, otherwise a VCI may appear "hung" if you turn it off while a service interrupt is pending. 4. when shutting down a VCI that is still receiving data, don't bother going into "drain mode" if only the hardware in service bit is set (otherwise the VCI may get "hung" in drain mode). as a result of this we may get "unexpected rx interrupt" messages which are not really an error, so put this printf in EN_DEBUG. 5. be sure to zero txspeed[lcv] when enabling a VCI (start at full speed). (hooks for setting txspeed[] are currently not in the driver, but we are playing with it locally). credits: #1: Detected by: Zdenek Salvet <salvet@horn.ics.muni.cz>, fix by me. #2: Contributed by: Zdenek Salvet <salvet@horn.ics.muni.cz> #3,#4,#5: Detected by: Milind M. Buddhikot <milind@dworkin.wustl.edu>, fixed by me. | |||
1996-11-12 | Arrival of new bus.h from NetBSD | Niklas Hallqvist | |
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-11-09 | Break shall be handled as data == 0 and FE bit set; from Theo | Thorsten Lockert | |
1996-11-09 | netbsd pr#2919 (jukka.partanen@research.nokia.com): | chuck | |
- fix compiler warnings | |||
1996-10-31 | $OpenBSD RCSIDs | Niklas Hallqvist | |
1996-10-30 | cominit is used from the outside (the alpha port) | Niklas Hallqvist | |
1996-10-22 | patch com speed initialization | Jason Downs | |
1996-10-18 | Fix comment typo | Niklas Hallqvist | |
1996-10-18 | Fix typo introduced when adding __OpenBSD__ checks | Niklas Hallqvist | |
1996-10-16 | contextual usage | Theo de Raadt | |
1996-10-16 | latest pdq from matt thomas | Theo de Raadt | |
1996-10-16 | Wall happiness | Theo de Raadt | |
1996-10-16 | unused variables | Theo de Raadt | |
1996-10-16 | -W clean | Theo de Raadt | |
1996-10-12 | on newer cards, use word count for SET_TX_AVAIL_THRESH; from numerous ↵ | Theo de Raadt | |
people, gleamed from plan9/bsdi drivers, and confirmed in last two sentences in 3c590 manual | |||
1996-09-29 | Fix for PCI etherlink3 packet-receive bug; netbsd pr#2661, ↵ | Theo de Raadt | |
jonathan@DSG.Stanford.EDU | |||
1996-09-28 | Apply Niklas align fix. (better than my try) | Per Fogelstrom | |
1996-09-25 | Not a good idea. Revert to r1.5 + changes | Per Fogelstrom | |
1996-09-25 | Alignment fix, another aproach as the previous broke bpf.. | Per Fogelstrom | |
1996-09-24 | do not delay excessively on pcmcia; from peter | Theo de Raadt | |
1996-09-23 | remove bit definition. only ports left. | Michael Shalayeff | |
1996-09-23 | add mc6845 CRTC chip registers and definitions. | Michael Shalayeff | |
derived from pcvt_hdr.h file. | |||
1996-09-17 | This driver and some other ether drivers violates the alignment of | Per Fogelstrom | |
struct ether_header by placing it's start on a non 32bit int boundary. On processor with alignment restrictions (like MIPS) this will fail badly. This is the first driver to have been fixed. The fix is to copy the ether header to a separate buffer instead of into the mbuf. | |||
1996-08-29 | Newer, better, register/device defines from FreeBSD. | Jason Downs | |
1996-08-29 | sunos-like cua behaviour; inspired by budd@cs.bu.edu in his scn.c | Theo de Raadt | |
1996-08-23 | Make more MI, closer to compile on amiga, still some problems though. | Niklas Hallqvist | |
Also removed unnecessary static specifiers that maess up DDB | |||
1996-08-21 | check for __OpenBSD__, prep for tossing __NetBSD__? | Theo de Raadt | |
1996-08-15 | clean up. we no longer need these. | shawn | |
1996-08-02 | fix: | chuck | |
- fix memory sizing bug for 2MB cards. driver now works for both 512KB and 2MB ATM cards (we just got 10 2MB cards). | |||
1996-07-31 | Drop the ed_ring structure in favour of a byte-array and offset constants. | Niklas Hallqvist | |
Makes the code much more robust agains MD paddings. Use new bus.h. | |||
1996-07-27 | split cy driver up | Theo de Raadt | |