Age | Commit message (Collapse) | Author | |
---|---|---|---|
1996-11-29 | note 1024 limit on text+data. | Michael Shalayeff | |
1996-11-29 | back out bitmask_snprintf() | kstailey | |
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-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-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-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-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-28 | Various configuration changes | Niklas Hallqvist | |
1996-11-28 | Fix a vararg proto | Niklas Hallqvist | |
1996-11-28 | Add special case code for the rPC44. The DMA buffers on this machine | imp | |
are not cache coherent, so for the moment use uncached addresses for all buffer access. In the future, more specific cache flushing should be done. rPC44 now boots into multi user off SCSI disk or the network, builds its own kernel and seems to be making its way toward finishing a make build. Correct -Wall complaint when BTDEBUG defined while I'm here. | |||
1996-11-28 | Actually draw the hanging. Remove some statics. Fix a bug in | Niklas Hallqvist | |
case handling. Still less than 1 K! Most stuff from Andreas Gunnarsson, <zzlevo@dd.chalmers.se> | |||
1996-11-28 | Make SCSI debugging more dynamic, more targets and luns can be | Niklas Hallqvist | |
debugged simultaneously and which ones, as well as the verbosity, can be determined at runtime. | |||
1996-11-28 | Sync to NetBSD 961107 | Niklas Hallqvist | |
1996-11-28 | Pull in laptop changes from cgd, a couple from me, and a few slight formatting | Jason Downs | |
nits. | |||
1996-11-27 | Make compilable in our env. Involved disabling ELF support, | Niklas Hallqvist | |
reordering includes (due to -Wstrict-prototypes) and other -Wall goo | |||
1996-11-27 | Make typesafe and 64bit cleaner | Niklas Hallqvist | |
1996-11-27 | short and long are now u_int16_t and u_int32_t | Niklas Hallqvist | |
1996-11-27 | include libkern.h prior to stand.h to not to collide m{in,ax} definitions. | Michael Shalayeff | |
1996-11-27 | don't define min,max if libkern.h included. | Michael Shalayeff | |
1996-11-25 | Make CONADDR and CONUNIT overrideable | Niklas Hallqvist | |
1996-11-25 | Sync with reality, + Serial console on COM2 | Niklas Hallqvist | |
1996-11-25 | Fix comment typo | Niklas Hallqvist | |
1996-11-25 | Oops | Niklas Hallqvist | |
1996-11-25 | htons et al. works on explicit 16- and 32-bit quantities and not the | Niklas Hallqvist | |
machine dependent "short" and "long" integer. Correct and enhance manpage. Change all short and longs to u_int16_t and u_int32_t, respectively. OpenBSD RCSIds | |||
1996-11-25 | sysctl entries; | Michael Shalayeff | |
control ipx {send,recv} queues size | |||
1996-11-25 | Oops, we don't have SDEV_NOSTARTUNIT. Remove TEAC scsi floppy quirk for now. | Todd C. Miller | |
1996-11-25 | Add some quirky devices from NetBSD. | Todd C. Miller | |
1996-11-24 | Sync with NetBSD. Figure NZERO into priorities and that rlim_cur | Todd C. Miller | |
and rlim_max are >0. | |||
1996-11-24 | extern decl of cfdata from device.h conflicted with static one in-here | Niklas Hallqvist | |
1996-11-24 | OLF is ALIVE! | etheisen | |
1996-11-24 | Fix typo | Niklas Hallqvist | |
1996-11-24 | removed ref to bitmask_snprintf() | kstailey | |
1996-11-24 | sync w/NetBSD modulo two-arg boot(); adds dump | kstailey | |
1996-11-24 | remove bogus diagnostic | kstailey | |
1996-11-24 | Added bitmap_snprintf proto | Niklas Hallqvist | |
1996-11-24 | Commented out a def, only referenced in out-commented code | Niklas Hallqvist | |
1996-11-24 | added prototype for remrunqueue() | kstailey | |
1996-11-24 | added bitmap_snprintf | kstailey | |
1996-11-23 | remrq -> remrunqueue | kstailey | |
1996-11-23 | curproc is never NULL when this code is executed | kstailey | |
1996-11-23 | added const to second parameter of cfprint_t routines | kstailey | |
1996-11-23 | include "std.sun3" -> include "arch/sun3/conf/std.sun3" | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD -- copyright changes only | kstailey | |
1996-11-23 | sync with NetBSD | kstailey | |
1996-11-23 | deleted unnecessary calls to strlen() | kstailey | |
1996-11-23 | deleted redundant section | kstailey | |
1996-11-22 | fix booting with serial console - i replaced the bios code from OpenBSD with | Thomas Graichen | |
FreeBSD's polling code so that it works with all serial terminals - if you now remove the comment in front of #CPPFLAGS+=-DSERIAL -D... - the bootprompt should appear on the serial console note: i had to rename "geometry" in one printf of sys.c to "geom." to get the bootblocks small enough for serial console booting | |||
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. |