freebsd-dev/sys
Greg Lehey 2cd253ad0f 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
2000-02-29 06:17:26 +00:00
..
alpha Do some cleanups of the IPv6 stuff. This is a non-functional change. 2000-02-27 07:35:42 +00:00
amd64 Reset the hardware debug registers when exec'ing a new image. 2000-02-28 19:48:51 +00:00
boot Fix the loader to handle module dependencies properly. More fixes 2000-02-25 05:10:44 +00:00
cam Some minor fixing - final for 4.0. Debugging messages toned down a bit. 2000-02-29 05:45:50 +00:00
coda
compat Fix accept(2) behavior in that accepted sockets don't inherit the 2000-02-28 18:58:59 +00:00
compile
conf MCA is supported to some extent. Modify a comment that claims otherwise. 2000-02-26 05:07:05 +00:00
contrib When writing out bitmap buffers, need to skip over ones that already 2000-01-30 20:32:59 +00:00
crypto Prototype fix for IPsec authentication related functions 2000-02-10 19:35:53 +00:00
ddb
dev Replace the preprocessor variable names BDEV_MAJOR and CDEV_MAJOR with 2000-02-29 06:17:26 +00:00
fs
geom Remove #if NCCD > 0 - it's guaranteed to be true by config if ccd.c is 2000-01-29 14:29:56 +00:00
gnu Remove #if NDGB > 0 and #if NDGM > 0 2000-01-29 18:42:45 +00:00
i4b Newbus-ify the USR Sportster TA Intern driver. 2000-02-21 02:10:10 +00:00
i386 Reset the hardware debug registers when exec'ing a new image. 2000-02-28 19:48:51 +00:00
isa Do not add children (atkbd and psm) if they are disabled. 2000-02-25 11:40:31 +00:00
isofs/cd9660
kern Update a comment in elf_coredump to reflect that if you madvise 2000-02-28 06:36:45 +00:00
libkern
miscfs
modules Use config's conditional compilation rather than using #ifdefs that make 2000-01-29 15:08:56 +00:00
msdosfs
net This fixes a problem where the SIOCGIFCONF ioctl goes wrong. This 2000-02-28 19:30:25 +00:00
netatalk Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netatm Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netgraph
netinet Limit the maximum permissible TCP window size to 65535 octets if 2000-02-28 21:18:21 +00:00
netinet6 At detaching IPv6 raw socket, also finish IPv6 multicast router. 2000-02-27 18:35:10 +00:00
netipx Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netkey
netnatm Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
netncp Enable '=' character in the filename. 2000-01-29 02:10:37 +00:00
netns Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
nfs Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
nfsclient Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
nfsserver Clean up some loose ends in the network code, including the X.25 and ISO 2000-02-13 03:32:07 +00:00
ntfs
nwfs
pc98 Merged from sys/isa/sio.c rev 1.288. 2000-02-17 15:09:12 +00:00
pccard /tmp/msg 2000-02-21 06:52:20 +00:00
pci Clean up defines for correct 12160/1080 exclusion. Final 4.0. 2000-02-29 05:48:46 +00:00
posix4
powerpc Update the ata driver to take more advantage of newbus, this 2000-02-18 20:57:33 +00:00
rpc
svr4
sys Add SI_SUB_VINUM startup sequence for Vinum. This is part of Vinum 2000-02-29 01:57:33 +00:00
tools
ufs Fix a 'freeing free block' panic in UFS. The problem occurs when the 2000-02-24 20:43:20 +00:00
vm Add MAP_NOCORE to mmap(2), and MADV_NOCORE and MADV_CORE to madvise(2). 2000-02-28 04:10:35 +00:00
Makefile