Go to file
agc cd3ccd9b12 Add a new, trivial file system, pcifs, which shows the devices on a
pcibus (via pcictl(8)) under the mount point:

% df /mnt
Filesystem         1K-blocks      Used     Avail Capacity  Mounted on
puffs:refuse:pcifs         0         0         0   100%    /mnt
% l /mnt
total 642
drwxr-xr-x   2 root  wheel     0 Jan  1  1970 .
drwxr-xr-x  31 root  wheel  1024 May 16 20:06 ..
lrw-r--r--   1 agc   agc      65 May 16 22:05 000:00:0: -> Intel 82443BX Host Bridge/Controller (host bridge, revision 0x01)
lrw-r--r--   1 agc   agc      55 May 16 22:05 000:01:0: -> Intel 82443BX AGP Interface (PCI bridge, revision 0x01)
lrw-r--r--   1 agc   agc      64 May 16 22:05 000:07:0: -> Intel 82371AB (PIIX4) PCI-ISA Bridge (ISA bridge, revision 0x08)
lrw-r--r--   1 agc   agc      86 May 16 22:05 000:07:1: -> Intel 82371AB (PIIX4) IDE controller (IDE mass storage, interface 0x8a, revision 0x01)
lrw-r--r--   1 agc   agc      58 May 16 22:05 000:07:2: -> Intel 82371AB (PIIX4) USB Host Controller (USB serial bus)
lrw-r--r--   1 agc   agc      87 May 16 22:05 000:07:3: -> Intel 82371AB (PIIX4) Power Management Controller (miscellaneous bridge, revision 0x08)
lrw-r--r--   1 agc   agc      36 May 16 22:05 000:15:0: -> VMware Virtual SVGA II (VGA display)
lrw-r--r--   1 agc   agc      56 May 16 22:05 000:16:0: -> Symbios Logic 53c1030 (SCSI mass storage, revision 0x01)
lrw-r--r--   1 agc   agc      75 May 16 22:05 000:17:0: -> Advanced Micro Devices PCnet-PCI Ethernet (ethernet network, revision 0x10)
lrw-r--r--   1 agc   agc      53 May 16 22:05 000:18:0: -> Ensoniq AudioPCI 97 (audio multimedia, revision 0x02)
%

pcifs uses the virtdir routines, librefuse and puffs.
2007-05-16 21:44:30 +00:00
bin coverity CID 4378: fix bogus comparison that lead into dead code. 2007-05-16 20:49:35 +00:00
common Typo: prop_dictionary_receive_ioctl -> prop_dictionary_recv_ioctl. 2007-05-10 22:15:47 +00:00
crypto coverity CID 4168: yyerror() does not return, so we proceed to de-reference 2007-05-16 21:00:40 +00:00
dist coverity CID 4418: Don't call strlen() with NULL. 2007-05-16 20:53:49 +00:00
distrib Use src/distrib/common/services. 2007-05-16 13:07:16 +00:00
doc remove myself from gdb list 2007-05-16 06:56:19 +00:00
etc Create /dev/bio 2007-05-16 13:06:03 +00:00
games Per PR 36185, OKed by martin@ 2007-04-22 02:09:02 +00:00
gnu Add definition of librefuse. 2007-05-16 06:48:41 +00:00
include Move .db files for services and netgroup to /var/db per gimpy's request. 2007-05-10 17:45:50 +00:00
lib - Always check strdup return. For now we are lazy and bail instead of cleaning 2007-05-16 21:39:08 +00:00
libexec Replace references from draft-ietf-ftpext-mlst-NN to RFC 3659. 2007-05-10 05:59:30 +00:00
regress Import IPFilter 4.1.22 2007-05-15 22:26:02 +00:00
rescue Add dumpfs & dumplfs to /rescue, as they may be useful during system 2007-05-15 23:23:49 +00:00
sbin Add missing #include <sys/ioctl.h> to make this build without warnings. 2007-05-15 22:01:19 +00:00
share Add a new, trivial file system, pcifs, which shows the devices on a 2007-05-16 21:44:30 +00:00
sys Change references to SEGM_W_DIROPS to SEGM_CKP, and replace the logic that 2007-05-16 19:11:37 +00:00
tools Remove non-shared hooks for VAX. 2007-03-31 05:55:43 +00:00
usr.bin * Modify parse_url() to consistently strip the leading `/' off ftp URLs. 2007-05-15 23:54:18 +00:00
usr.sbin Add an example to the manual page. 2007-05-16 21:16:31 +00:00
x11 build sunffb and xf8_32wid on sparc 2007-04-22 23:42:38 +00:00
BUILDING Document recent changes to "make iso-image". 2007-04-13 19:43:38 +00:00
Makefile Add an iso_image target (iso-image as a target name doesn't play well with 2007-03-06 21:56:47 +00:00
Makefile.inc
UPDATING Add a note about the way absolute symlinks inside the emulated root are now 2007-04-30 20:50:20 +00:00
build.sh Fix some problems with the change from revision 1.167: 2007-04-14 10:50:48 +00:00