OPNsense - FreeBSD source
Find a 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 Added ${COPY} knob to the install commands 1993-07-03 00:21:21 +00:00
libexec/makekey Libcrypt upgrade 1993-07-20 23:49:11 +00:00
sbin The fdisk man page doesn't show correctly the usage possibilities of 1993-08-10 10:31:35 +00:00
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 Added README which explains the copyright status of getopt(1) 1993-07-27 17:24:17 +00:00
usr.sbin Rudementary README 1993-09-08 23:46:04 +00:00