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