summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This server is not so non-forking as it seemed at first glance...abial1998-09-151-2/+2
| | | | Submitted by: Jonathan H N Chin <jc254@newton.cam.ac.uk>
* Update ucd-snmp to version 3.5. It's slightly bigger, so also increaseabial1998-09-153-9/+15
| | | | | | | | | the MFS size of net and isp floppies. Add comment to crunch.conf on how to prepare the ucd-snmp port to work with the build process. Submitted by: Jim Flowers <jflowers@ezo.net>
* Fix for the 2.2.7 a.out --> 3.0 ELF cross-build.markm1998-09-151-13/+29
| | | | I need report backs on this one, guys!!
* Turn off replies to ICMP echo requests for broadcast and multicastjkoshy1998-09-1510-12/+54
| | | | | | | | | | | | | addresses by default. Add a knob "icmp_bmcastecho" to "rc.network" to allow this behaviour to be controlled from "rc.conf". Document the controlling sysctl variable "net.inet.icmp.bmcastecho" in sysctl(3). Reviewed by: dg, jkh Reminded on -hackers by: Steinar Haug <sthaug@nethelp.no>
* Obsoleted by CAM.gibbs1998-09-1539-25864/+0
|
* Obsolteted by CAM.gibbs1998-09-153-2189/+0
|
* Add support for the 'V'ersion rmt command.gibbs1998-09-151-1/+7
|
* Build CAM hardwiring info.gibbs1998-09-151-70/+12
|
* Ncrcontrol is no more.gibbs1998-09-151-2/+1
|
* Reference new files for device stat support.gibbs1998-09-151-5/+6
|
* Augment compression and blocksize support. Update table of known densities.gibbs1998-09-152-89/+252
|
* Define LIBCAM and LIBDEVSTAT.gibbs1998-09-151-1/+3
|
* Add devstat.9.gibbs1998-09-151-2/+3
|
* Document new volume tag and element status support.gibbs1998-09-151-26/+218
|
* Add support for dealing with ENOSPC as the error code returned by a tapegibbs1998-09-152-16/+17
| | | | device hitting EOM on a write.
* Add camcontrol. Remove scsiformat.gibbs1998-09-151-4/+3
|
* Device name cleanup for CAM.gibbs1998-09-156-21/+18
|
* We don't need the CAM application pass-thru driver on installation bootgibbs1998-09-151-1/+4
| | | | floppies. Also kill the sense and command strings to save space.
* Remove references to the "od" device.gibbs1998-09-152-5/+3
|
* Hook up libcam and libdevstat.gibbs1998-09-151-4/+4
|
* Add new cam include hierarchy.gibbs1998-09-152-4/+8
|
* Update for CAM.gibbs1998-09-152-168/+204
|
* system.h:gibbs1998-09-154-48/+121
| | | | | | | | | Add definition for at_shutdown(9)'s SHUTDOWN_FINAL. ccdvar.h: chio.h: mtio.h: Add CAM support.
* Convert ISP pci front end to CAM/bus space/dma.gibbs1998-09-154-1759/+1932
| | | | Convert ncr driver to CAM.
* Convert SCSI disk bios geometry code to CAM.gibbs1998-09-152-29/+21
|
* kern_clock.c:gibbs1998-09-153-48/+9
| | | | | | | Remove old disk statistics variables. vfs_bio.c: Enable bowrite now that B_ORDERED works for all buffer devices.
* The Buslogic driver is smart enough to set it's own interrupt vector now.gibbs1998-09-151-3/+2
|
* autoconf.c:gibbs1998-09-158-47/+25
| | | | | | | | | | | | | | | | | Convert autoconf hooks from old SCSI system to CAM. busdma_machdep.c: bus_dmamap_free() should expect the nobounce map, not a NULL one. mountroot.c: swapgeneric.c: da and od changes. symbols.raw: Nuke the old disk stat symbols. userconfig.c: Disable the SCSI listing code until it can be converted to CAM.
* sd->da, od is gone, no SCSI control devices.gibbs1998-09-1514-257/+266
| | | | | | new pass, xpt, and targ devices. Nuke no longer used AHC options.
* Adjust for sd->da and the loss of od.gibbs1998-09-155-29/+25
|
* Contents were duplicated.gibbs1998-09-151-206/+1
|
* Update for CAM.gibbs1998-09-152-33/+59
|
* When a buffer is removed from a buffer queue, remember it's block numbergibbs1998-09-154-82/+148
| | | | and use it as "the currently active" buffer in doing disk sort calculations.
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-84/+67
| | | | | | | splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers. Converted at_shutdown queues to use the queue(3) macros.
* Add a new at_shutdown queue, SHUTDOWN_FINAL. This queue is run atgibbs1998-09-151-3/+9
| | | | | splhigh() after any system dumps have completed. SHUTDOWN_POST_SYNC isn't quite late enough for disk controllers.
* Update QLogic ISP support for CAM. Add preliminary target mode support.gibbs1998-09-158-2948/+14047
| | | | Submitted by: Matthew Jacob <mjacob@feral.com>
* Conver the DPT driver to CAM. The dpt_control interface is not yetgibbs1998-09-159-4449/+3337
| | | | functional, but will be in another day or so.
* Deleted DDB and DIAGNOSTIC options.kato1998-09-153-24/+3
|
* Add new files for HARP3phk1998-09-15199-0/+104806
| | | | | | Host ATM Research Platform (HARP), Network Computing Services, Inc. This software was developed with the support of the Defense Advanced Research Projects Agency (DARPA).
* Revive PCIConf.gibbs1998-09-158-126/+1025
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* Update system to new device statistics code.gibbs1998-09-1511-617/+1771
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* New Kernel device statistics code.gibbs1998-09-153-11/+442
| | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com>
* Update system to new device statistics code.gibbs1998-09-1512-236/+310
| | | | | Submitted by: "Kenneth D. Merry" <ken@plutotech.com> mike@smith.net.au (Mike Smith)
* Updated the ch(4) driver and chio(1) command to include volumegibbs1998-09-153-143/+443
| | | | | | | | | | | | | | | | | tag support. These changes have been tested with a Breeze Hill Q47 DLT and a DEC DLT2500 media changer. The latter has no volume tag support. The chio(1) command was updated to include various flags to the status subcommand. These flags can be used to select additional information to be displayed (like volume tags). A new chio(1) subcommand named 'voltag' has been added which allows for changes to volume tags inside the media changer controller. This could not be tested as the Q47 does not provide the functio- nality. Submitted by: Hans Huebner
* Hook up beforeinstall targets for libcam and libdevstatgibbs1998-09-151-1/+3
|
* Adaptec 154X SCSI-Host Adapter driver for CAM.gibbs1998-09-154-0/+2684
| | | | Submitted by: Warner Losh <imp@village.org>
* Change name of 'dm' to 'msg'. As Bruce noticed, it conflicts withabial1998-09-156-27/+19
| | | | | | dungeon master, if anyone would like to play it on picobsd floppy... :-) Noticed by: bde
* Mylex/Buslogic MultiMaster SCSI-Host Adapter Driver for CAM.gibbs1998-09-159-0/+4996
|
* Move to new name, convert to CAM, add support for new chips, andgibbs1998-09-152-0/+2404
| | | | correct lots of eeprom/auto-termination bugs.
* Move to new name and convert to CAM.gibbs1998-09-152-0/+918
|
OpenPOWER on IntegriCloud