Go to file
cgd d77d6869b1 add a driver for "PCI 'universal' communications" cards, that is, PCI cards
which contain 'standard' com- and lpt-type ports.  Some of these present
as PCI simple-communications/serial or simple-communications/parallel
devices, but many do not.  (Additionally, there is no document that I can
find that describes the "specific well-konwn register-level" description
of how the 'standard' devices' config space headers shold work.)  Eventually,
some of the devices driven by this code should become simple pci attachments
for the 'lpt' and 'com' drivers, but that requires solid documentation.
1998-06-26 18:52:41 +00:00
bin GLOB_QUOTE is dead; per POSIX, backslash quoting of special characters being 1998-06-19 22:58:04 +00:00
distrib regenerate 1998-06-24 08:34:10 +00:00
etc New files. 1998-06-26 12:06:39 +00:00
games
gnu
include pid/gid is not int but pid_t/gid_t (u_int32_t (unsigned!)). 1998-06-22 13:29:43 +00:00
lib Fix pasto; from matt debergalis <deberg@mit.edu> in PR lib/5649. 1998-06-24 19:07:00 +00:00
libexec add "-s" flag (like telnetd and login) 1998-06-26 18:12:00 +00:00
regress Use PF_* for socket(2) calls. 1998-06-24 23:51:30 +00:00
sbin Add an unlink (-u) flag so that we can use this for installs. 1998-06-24 19:56:11 +00:00
share remove options FIFO; it's now the default 1998-06-26 01:53:43 +00:00
sys add a driver for "PCI 'universal' communications" cards, that is, PCI cards 1998-06-26 18:52:41 +00:00
usr.bin fix previous another way. 1998-06-26 08:28:20 +00:00
usr.sbin Make it compile again. Include <sys/socket.h> before setting _KERNEL. 1998-06-26 14:17:01 +00:00
Makefile