freebsd-nq/sys/dev
Bruce Evans 268c424b23 Remove the #error that temporarily stopped this from supporting slices and
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.
1995-02-22 22:06:20 +00:00
..
aic7xxx Add tagged queueing support to the aic7xxx sequencer code. 1995-02-22 01:37:52 +00:00
cy Avoid duplicating ttselect() so that we don't have to change cyselect() 1995-02-15 18:41:41 +00:00
de Turn on "Capture Effect" avoidence. This modifies the collision algorithm 1995-02-10 06:06:42 +00:00
ed Much better fix/support for the 83c795 based cards (the new SMC EtherEZ) 1995-01-23 19:06:08 +00:00
ep Added Andres Vega Garcia's email address. 1995-01-24 20:53:45 +00:00
fdc Back out my previous change and disable the floppy tape controller again 1995-01-27 20:03:07 +00:00
ic Add the Cyclades serial driver code (ALPHA) from Andrew Werple and 1995-02-09 09:47:31 +00:00
ie Move ARP interface initialization into if_ether.c:arp_ifinit(). 1994-12-22 21:56:22 +00:00
joy Add parentheses around macros! 1995-01-29 01:00:14 +00:00
kbd Reviewed by: 1995-01-30 21:36:32 +00:00
lnc Fixed problem passing received packets to bpf. 1995-02-02 04:07:45 +00:00
mcd Increase retry count while reading toc, old one 1995-02-22 02:12:10 +00:00
mse From: Lars Fredriksen <fredriks@mcs.com> 1994-11-08 05:41:34 +00:00
pci New PCI attach code: 1995-02-22 14:17:15 +00:00
ppbus Added $Id$ 1994-08-02 07:55:43 +00:00
sio Submitted by: Bill Paul (wpaul@ctr.columbia.edu) 1995-01-20 07:34:18 +00:00
snp More changes to support user calls. 1995-02-15 18:41:57 +00:00
speaker Fix hanging while playing very short notes. 1995-02-03 10:19:38 +00:00
syscons Next syscons update (given up on numbering :) 1995-02-22 13:48:07 +00:00
vn Remove the #error that temporarily stopped this from supporting slices and 1995-02-22 22:06:20 +00:00