summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/rf_raid.h
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2019-12-07 13:33:45 +0000
committermartin <martin@NetBSD.org>2019-12-07 13:33:45 +0000
commitab6536ed7f94de53f7f467191c9f65cbd656b43e (patch)
treeb203ae92867aba72d6448635f0acebb26d6fe13e /sys/dev/raidframe/rf_raid.h
parentd3d1230b69945dee0d2723eb077e17ff6522a630 (diff)
Relax restrictions on packnames, as disklabel(8) does not do full decoding
for the tag field. Fix quoting of command args.
Diffstat (limited to 'sys/dev/raidframe/rf_raid.h')
0 files changed, 0 insertions, 0 deletions
by scottl to thethorpej 2003-08-29Add some missing definitions for the LUNLEN register.thorpej 2003-08-29Apply the following change made on 5/26/2003 21:26:51 by gibbs to thethorpej 2003-08-29Apply the following change made 5/26/2003 21:18:48 by gibbs to thethorpej 2003-08-29Apply the following change checked in 2003/05/04 00:20:07 by gibbsthorpej 2003-07-14add missing __RCSID()lukem 2003-05-14Correct spelling of coalesce. (Will forward to Justin Gibbs.)wiz 2003-05-03DMA, not dma nor Dma.wiz 2003-04-20Regen.fvdl 2003-04-20Sync with FreeBSD rev. 1.10: correct default precompensation value for RevAfvdl 2003-04-19Generated register/sequencer code include files for the ahc and ahdfvdl 2003-04-19Newer aic sequencer assembler. From FreeBSD, written by Justin Gibbs.fvdl 2002-06-02Use SLIST_*() instead of accessing slh_first,sle_next directly.lukem 2001-12-12MKfoo=no -> NOfootv 2001-08-20precede, not preceed.wiz 2001-06-19`response', not `responce'wiz 2001-04-30minor lintlukem 2001-04-11Only install headers which are actually used by our userland. Thisjdolecek 2001-01-22make patches[] constjdolecek 2001-01-18constifyjdolecek 2000-03-15New ahc driver, a port of Justin Gibbs' FreeBSD driver. This addsfvdl