HardenedBSD src tree
Go to file
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
bin Renamed some files that were giving SUP trouble. 1993-08-27 22:15:16 +00:00
etc Fixed some language + error where 3 floppies are called for in beginning 1993-09-08 22:51:49 +00:00
gnu Added bsd.prog.mk so that make maninstall would work 1993-09-08 14:23:28 +00:00
lib/csu/i386
libexec/makekey
sbin
share/man/man4 From: baukno@login.dkuug.dk (S|ren Schmidt) 1993-09-09 00:32:25 +00:00
sys The scsi cd.c driver is now fully dynamic. You can change the lines 1993-09-09 07:18:52 +00:00
usr.bin
usr.sbin Rudementary README 1993-09-08 23:46:04 +00:00