Age | Commit message (Expand) | Author |
2001-02-16 | fix multicast API for sizeof(long) != 4. (IF_SET and family will not | Jun-ichiro itojun Hagino |
2001-02-16 | For powerpc use siop driver instead of ncr, now that siop issue on powerpc | Dale Rahn |
2001-02-16 | Engage UVM for powerpc. It is now running fairly well (better than non UVM) | Dale Rahn |
2001-02-16 | Allow siop driver to work on powerpc. | Dale Rahn |
2001-02-16 | bring in netbsd bus_dma stuff for lca and apecs busses | Jason Wright |
2001-02-15 | Add iha (Initio SCSI) | Kenneth R Westerback |
2001-02-15 | Pick up a two liner from netbsd to set offset for SCSI chain B properly. | Hugh Graham |
2001-02-15 | Change i386 LSI/Symbios/NCR 53c8xx driver to siop | Kenneth R Westerback |
2001-02-15 | approaching UVM support for powerpc, initialize all of the buffer | Dale Rahn |
2001-02-15 | Import siop, a replacement for the ncr SCSI driver, from NetBSD. | Kenneth R Westerback |
2001-02-14 | another ne2k, from markus@ | Michael Shalayeff |
2001-02-14 | regen | Michael Shalayeff |
2001-02-14 | another ne2k from markus@ | Michael Shalayeff |
2001-02-14 | make sure we do not pass shared M_EXT mbuf. will avoid | Jun-ichiro itojun Hagino |
2001-02-14 | Change output to fit OpenBSD. | Federico G. Schwindt |
2001-02-14 | Theo keeps remembering me things I forgotten. Add pcscp(4) here as well. | Federico G. Schwindt |
2001-02-14 | Add pcscp(4) per theo request. | Federico G. Schwindt |
2001-02-14 | Add pcscp support. | Federico G. Schwindt |
2001-02-14 | sigh. add $OpenBSD$. | Federico G. Schwindt |
2001-02-14 | Support for AMD Am53c974 SCSI controllers; from NetBSD. | Federico G. Schwindt |
2001-02-13 | grr, pcvt ioctl support still required | Theo de Raadt |
2001-02-13 | More sane spl handling. Don't just assume that we're called at spl0. | Artur Grabowski |
2001-02-13 | No need to cast splx to (void). | Artur Grabowski |
2001-02-13 | Use MIN, not min when counting the pages we steal. | Artur Grabowski |
2001-02-13 | When detaching an interface set the if_start, if_ioctl and if_watchdog | Artur Grabowski |
2001-02-13 | rtc stops if we miss interrupts. Inspired by code from FreeBSD. | Hakan Olsson |
2001-02-13 | Bump maxusers to 32. | Artur Grabowski |
2001-02-13 | Cleanup. | Artur Grabowski |
2001-02-13 | default more wscons options | Theo de Raadt |
2001-02-13 | KNF | Theo de Raadt |
2001-02-13 | remove a file that should have been gone long ago. | Eric Jackson |
2001-02-12 | Eliminate ISP2100_FABRIC- we always allow for fabric now. Add an | mjacob |
2001-02-12 | Put in offset definitions for FPM and FBM registers, plus just enough | mjacob |
2001-02-12 | Add structure defining FC-AL position maps. The only tool that I know of | mjacob |
2001-02-12 | Roll platform minor. Remove ISP2100_FABRIC defines (we don't care | mjacob |
2001-02-12 | Change ISPASYNC_LOGGED_INOUT to ISPASYNC_PROMENADE. | mjacob |
2001-02-12 | Add isp_fc_runstate function- this function's purpose is to, in stages, | mjacob |
2001-02-12 | Remove ISP2100_FABRIC defines- we always handle fabric now. Insert | mjacob |
2001-02-12 | Sync up with other platforms - use a common string to complain about | mjacob |
2001-02-12 | set default adapter role, propage config flags | mjacob |
2001-02-12 | update to latest firmware levels | mjacob |
2001-02-12 | Remove debuging printf left by accident. | Artur Grabowski |
2001-02-12 | Remove duplicate definition of badaddr. | Artur Grabowski |
2001-02-12 | correct buginstat(), statclock now working for '188, systat vmstat now works, | Steve Murphree |
2001-02-12 | Check if softdep is enabled for this fs before calling softdep's | Federico G. Schwindt |
2001-02-12 | putting #error into an include file is totally wrong | Theo de Raadt |
2001-02-12 | One more step to UVM. It is necessary to map the I/O buffers, using uvm or vm. | Dale Rahn |
2001-02-11 | $OpenBSD$ | Federico G. Schwindt |
2001-02-11 | Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). Only | Aaron Campbell |
2001-02-11 | Change MAXSCREEN to 12 so ttyC8-b can be used. Previous behavior | Federico G. Schwindt |