1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-16 10:20:30 +00:00
freebsd/sys
Stefan Eßer 92a25df797 Reviewed by: Julian Elischer / Jordan K. Hubbard
Changes are only effective, if NEW_SCSICONF is defined:

1) Added u_int16 quirks to struct scsi_link for device quirks.
2) Added void *devmodes to struct scsi_link for tape density modes.
3) Modified selectdev() to return first full match (with wildcard).

With this patch all device dependent configuration is done in one place
(scsiconf.c), while there were some specifications in st.c and some
hardware dependent drivers (ie. ncr.c) before.
1994-09-28 20:16:45 +00:00
..
alpha/include Added support for many more videomodes, including graphic modes up til 1994-09-15 07:26:40 +00:00
amd64 Ensure normal selection and alignment of the text and data sections before 1994-09-28 03:37:49 +00:00
compile Stop cvs up -P from removing empty compile directories. 1994-08-25 16:20:16 +00:00
conf Get rid of parentheses in version stuff. Use 2.0.0-Development instead. 1994-09-28 18:26:02 +00:00
ddb #include ddb.h not db_output.h 1994-09-28 19:16:24 +00:00
dev Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 1994-09-28 16:34:13 +00:00
fs Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00
gnu Fix the consistent mistranslation of Linux's get_fs_word() and 1994-09-21 22:22:48 +00:00
i386 Added entries for PCI and NCR device drivers. 1994-09-28 17:00:14 +00:00
isa Bug fixed: cursor shaping in mode swithching produce wrong results for 1994-09-27 11:40:02 +00:00
isofs/cd9660 Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00
kern A potential panic, found by adding declarations. 1994-09-28 19:55:10 +00:00
libkern Use new-style declarations for min/max functions so that 1994-09-18 23:04:25 +00:00
miscfs 1) Added "." and ".." entries. 1994-09-24 17:01:05 +00:00
modules LKM for ibcs2 support 1994-09-25 08:52:14 +00:00
msdosfs Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00
net Make the kernel side of PPP compile. 1994-09-23 00:13:22 +00:00
netccitt Made idempotent 1994-08-21 05:44:12 +00:00
netinet Made the kernel compile even without "ether". 1994-09-16 05:47:06 +00:00
netiso Made idempotent -- made some of them more consistent with rest of tree. 1994-08-21 06:14:33 +00:00
netns Made idempotent. 1994-08-21 06:22:12 +00:00
nfs Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00
nfsclient Make NFS loadable. 1994-09-22 22:10:49 +00:00
nfsserver Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00
pci Submitted by: Wolfgang Stanglmeier <wolf@dentaro.GUN.de> 1994-09-28 16:34:13 +00:00
powerpc/include Added $Id$ 1994-08-02 07:55:43 +00:00
rpc Use the header files that are compatible with the code just moved over 1994-08-07 18:41:02 +00:00
scsi Reviewed by: Julian Elischer / Jordan K. Hubbard 1994-09-28 20:16:45 +00:00
sys A minor slip, ktrnamei() is void, not int. 1994-09-27 21:26:56 +00:00
tools Added $Id$ 1994-08-02 07:55:43 +00:00
ufs Make NFS ask the filesystems for directory cookies instead of making them 1994-09-28 16:45:22 +00:00
vm Previous commit should have read ...in vm_page_alloc_contig(). 1994-09-27 20:49:02 +00:00
Makefile Added ${MACHINE}/boot to build bootblocks. 1994-08-25 13:54:28 +00:00