| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
That's EVERY SINGLE driver that has an entry in conf.c..
my next trick will be to define cdevsw[] and bdevsw[]
as empty arrays and remove all those DAMNED defines as well..
Each of these drivers has a SYSINIT linker set entry
that comes in very early.. and asks teh driver to add it's own
entry to the two devsw[] tables.
some slight reworking of the commits from yesterday (added the SYSINIT
stuff and some usually wrong but token DEVFS entries to all these
devices.
BTW does anyone know where the 'ata' entries in conf.c actually reside?
seems we don't actually have a 'ataopen() etc...
If you want to add a new device in conf.c
please make sure I know
so I can keep it up to date too..
as before, this is all dependent on #if defined(JREMOD)
(and #ifdef DEVFS in parts)
Notes:
svn path=/head/; revision=12517
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12415
|
| |
|
|
| |
Notes:
svn path=/head/; revision=12385
|
| |
|
|
|
|
|
|
|
|
| |
to <machine/conf.h>. conf.h was mechanically generated by
`grep ^d_ conf.c >conf.h'. This accounts for part of its ugliness. The
prototypes should be moved back to the driver sources when the functions
are staticalized.
Notes:
svn path=/head/; revision=12071
|
| |
|
|
|
|
|
| |
functions were wrong.
Notes:
svn path=/head/; revision=10624
|
| |
|
|
|
|
|
| |
Submitted by: Bruce Evans (bde@freebsd.org)
Notes:
svn path=/head/; revision=10557
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8876
|
| |
|
|
|
|
|
| |
slice pointer and to print the device name in error messages.
Notes:
svn path=/head/; revision=8188
|
| |
|
|
|
|
|
| |
Removed unused var. and correct a printf formatting string.
Notes:
svn path=/head/; revision=8151
|
| |
|
|
| |
Notes:
svn path=/head/; revision=8150
|
| |
|
|
|
|
|
|
| |
but the whole thing is, so what the hell. :-) This version is expected to
work.
Notes:
svn path=/head/; revision=7934
|
| |
|
|
|
|
|
| |
a option you can turn on and of on the fly, as is debugging.
Notes:
svn path=/head/; revision=6998
|
| |
|
|
|
|
|
|
|
| |
cylinders instead of vn->sc_size * 1 * 1.
Remove unnecessary tests of the unit numbern vnioctl().
Notes:
svn path=/head/; revision=6879
|
| |
|
|
|
|
|
| |
Thanks Ollivier.
Notes:
svn path=/head/; revision=6819
|
| |
|
|
|
|
|
| |
Thanks for the hint David!
Notes:
svn path=/head/; revision=6793
|
| |
|
|
| |
Notes:
svn path=/head/; revision=6702
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
labels.
Please test the slice/label features:
cd /dev; sh MAKEDEV svn0
cd /var/tmp; dd if=/dev/zero of=vnfile bs=8192 count=1024
vnconfig -c /dev/rvn0 /var/tmp/vnfile
fdisk /dev/rvn0 # invent a geometry, create one BSD partition
disklabel -r -w vn0 floppy # a convenient (bogus) label
disklabel -e vn0 # edit label to match device
newfs /dev/rvn0a
mount /dev/vn0a /mnt
...
The steps after the fdisk could name the device vn0s1 instead of vn0.
Notes:
svn path=/head/; revision=6639
|
| |
|
|
|
|
|
|
| |
so that new slice support code can be installed without risk of
corrupting vn devices (if any).
Notes:
svn path=/head/; revision=6502
|
| |
|
|
|
|
|
|
| |
Reviewed by: phk
Submitted by: yves@dutncp8.tn.tudelft.nl (Yves Fonk)
Notes:
svn path=/head/; revision=6355
|
| |
|
|
|
|
|
| |
Submitted by: John Dyson
Notes:
svn path=/head/; revision=6338
|
| |
|
|
|
|
|
| |
just removes a couple of unused functions.
Notes:
svn path=/head/; revision=6026
|
| |
|
|
|
|
|
|
|
|
|
| |
is supposed to work except "media removal" (shutting down the vn driver)
while some partitions are open.
Fix some errnos: return ENOTTY, not ENXIO for unknown ioctls; return
ENODEV, not ENXIO for the unsupported dump operation.
Notes:
svn path=/head/; revision=5127
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5115
|
| |
|
|
|
|
|
|
| |
for testing and is only enabled if TEST_LABELLING is defined. It won't
actually work until DOS goop is removed from ufs_disksubr.c.
Notes:
svn path=/head/; revision=5062
|
| |
|
|
| |
Notes:
svn path=/head/; revision=5000
|
|
|
Notes:
svn path=/head/; revision=4961
|