NetBSD/sys
cgd c4640b104d define and call "pci_devinfo()", which creates a string from the
vendor & product IDs and class information, which is printed if device
isn't found.  Optionally (via "PCIVERBOSE" option) does table lookup
to try to see if it knows what the device really is (informational only...).
1995-06-18 01:28:23 +00:00
..
adosfs set blocksize in adosfs_getattr(). fixes pr#968 1995-04-17 12:22:08 +00:00
arch rudimentary DDB support. 1995-06-16 15:36:37 +00:00
compat Go with the flow; use `/emul/sunos' pseudo-root (from Matthew Green). 1995-06-11 22:33:50 +00:00
conf rename files files for new config/config.old naming 1995-04-28 08:19:12 +00:00
ddb Avoid printing values as "end+0x...." 1995-05-24 20:21:00 +00:00
dev define and call "pci_devinfo()", which creates a string from the 1995-06-18 01:28:23 +00:00
isofs/cd9660
kern copy some format specifiers from kprintf to sprintf. b & r still missing 1995-06-16 10:52:17 +00:00
lib Various cleanup, including: 1995-06-12 00:46:47 +00:00
miscfs Fix a condition where union_updatevp() would reinsert the node onto the 1995-06-02 02:39:20 +00:00
msdosfs Update a comment in deupdat() to reflect current reality. 1995-06-02 16:19:55 +00:00
net Update to match data structure changes. 1995-06-13 05:52:42 +00:00
netccitt adjust for the other day's structure changes; make it compile. 1995-06-15 22:38:20 +00:00
netinet in_pcbnotify*() don't return anything. 1995-06-12 06:49:55 +00:00
netiso Change llinfo_llc to use queue.h. 1995-06-13 08:12:33 +00:00
netns Clean this up a bit. Use queue.h more; de-uglify casts. 1995-06-13 08:36:58 +00:00
nfs Various cleanup, including: 1995-06-12 00:46:47 +00:00
scsi Add `Maxtor LXT-213S', this time without a Sun OEM addition. 1995-06-02 21:44:11 +00:00
stand
sys Put parentheses around macro arguments 1995-06-16 02:07:33 +00:00
ufs compensate for timeval/timespec/stat structure changes. 1995-06-15 23:22:41 +00:00
vm oops; vm_pageout.c should include machine/cpu.h, _not_ vm_pager.c 1995-05-07 19:27:27 +00:00
Makefile