summaryrefslogtreecommitdiffstats
path: root/sys/kern/link_elf.c
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>2000-02-29 06:17:26 +0000
committergrog <grog@FreeBSD.org>2000-02-29 06:17:26 +0000
commit64929c1169856d6d1c72abeebb71745c16af210d (patch)
treece28074a85e79db5f6f3364e34f26b689833594a /sys/kern/link_elf.c
parentf57eb39d925161a8dc392018c23b79316bed377d (diff)
downloadFreeBSD-src-64929c1169856d6d1c72abeebb71745c16af210d.zip
FreeBSD-src-64929c1169856d6d1c72abeebb71745c16af210d.tar.gz
Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with
VINUM_BDEV_MAJOR and VINUM_CDEV_MAJOR respectively. Set DRIVE_MAXACTIVE and VINUM_MAXACTIVE to 30000, effectively disabling the request limitation code. This code was added as an attempt to escape from a bug which seems to have gone away, and it's very likely I'll remove the code Real Soon Now, but I don't want to do it just yet. struct drive: Remove references to vnode pointers, including debug output. Vinum now talks directly to the device driver. Instead, add a dev_t. enum plexorg: Add an instance for RAID-4. Change checks for striped or RAID-5 plexes to a macro 'isstriped', which now also includes RAID-4. Change checks for RAID-5 plexes to a macro 'isparity', which now also includes RAID-4. Approved-by: jkh
Diffstat (limited to 'sys/kern/link_elf.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud