1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-04 09:09:56 +00:00
freebsd/sys
Rodney W. Grimes f03cb6c766 The scsi cd.c driver is now fully dynamic. You can change the lines
in your config file from:
device          cd0
device          cd1
...
device          cdn
to either
device          cd0
or
psuedo-device   cd0

The driver now dynamically allocates all per unit dependent structs, so it
will never run out of units (okay, so now we need 32 bit device major/minor
numbers!).  It will allocate unit numbers as it needs them.
1993-09-09 07:18:52 +00:00
..
alpha/include/pc Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
amd64 Changed the pg("ptdi> %x") to a printf and then a panic, since we are 1993-09-09 01:11:41 +00:00
conf Enabled options NS since it can now be compiled! 1993-09-06 16:17:37 +00:00
ddb * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
dev As of this revision, all known bugs have been fixed. Some of the fixes include: 1993-09-09 07:01:23 +00:00
i386 As of this revision, all known bugs have been fixed. Some of the fixes include: 1993-09-09 07:01:23 +00:00
isa Soren's latest syscons changes. 1993-09-08 22:11:48 +00:00
kern Changed trap.c so that a panic will occur if we do not have hardware 1993-08-28 13:25:22 +00:00
powerpc/include Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
scsi The scsi cd.c driver is now fully dynamic. You can change the lines 1993-09-09 07:18:52 +00:00
sys Revised headers from Julian. Support for generic scsi. 1993-08-28 03:10:05 +00:00