freebsd-nq/sys
Stefan Eßer 7fa8a688aa Add preliminary support for the Orion PCI chip set. It is special in the
way it attaches multiple PCI buses directly to the CPU, instead of having
them hanging off from PCI to PCI bridges. This code is a hack, and will
be obsoleted by the planned rework of the PCI code, which will change the
dealing with PCI to PCI bridges and other special devices significantly.

The patch also adds a kern_devconf entry for PCI bus 0 which is assumed
to be a child of cpu0. The new PCI code will make it possible to hand out
the kern_devconf structure to a pci device being attached, since this is
(regretably, IMHO) required by a few ISA devices.

Finally there are new PCI ids for some Intel chip set devices, which had
already been known to 2.1.5R, but did not make it into -current. This closes
"kern/1558: PCI probe seems to have lost a device in -current".
1996-09-02 21:23:06 +00:00
..
alpha Change the way moused talk to syscons, now its only delivering mouseevents 1996-06-25 08:54:57 +00:00
amd64 Change an splclock that needs to be an splhigh into an splhigh. 1996-09-01 10:10:12 +00:00
compat/linux Fix memory leak bug in the path parsing code which never released it's 1996-08-05 20:52:30 +00:00
compile
conf s/pc98/isa/g in struct *_device and *_driver. Resync along the way. 1996-08-31 15:07:42 +00:00
ddb Allow the user to switch into gdb mode from ddb 1996-08-27 19:46:28 +00:00
dev Add preliminary support for the Orion PCI chip set. It is special in the 1996-09-02 21:23:06 +00:00
fs Fixed the easy cases of const poisoning in the kernel. Cosmetic. 1996-08-31 16:52:44 +00:00
geom Fail when odd number of disks are specified with mirror flag. Memory 1996-07-24 23:45:24 +00:00
gnu Added #include of <machine/md_var.h>. This will be needed when 1996-06-25 20:31:01 +00:00
i386 Fixed a couple of bugs in the mousepointer code. 1996-09-01 18:16:06 +00:00
isa Fixed a couple of bugs in the mousepointer code. 1996-09-01 18:16:06 +00:00
isofs/cd9660 Moved the fsnode MALLOC to before the call to getnewvnode() so that the 1996-06-12 03:36:23 +00:00
kern Conditionalize POSIX saved ids code on _POSIX_SAVED_IDS define 1996-09-01 22:15:54 +00:00
libkern Fixed the easy cases of const poisoning in the kernel. Cosmetic. 1996-08-31 16:52:44 +00:00
miscfs Fixed the easy cases of const poisoning in the kernel. Cosmetic. 1996-08-31 16:52:44 +00:00
modules Added or restored #include of <machine/md_var.h>. Some declarations 1996-07-01 20:29:10 +00:00
msdosfs bzero reserved field into directory entry, junk here cause 1996-07-28 07:58:55 +00:00
net Bugfix and simplification for rev 1.34: make sure that the route 1996-09-02 02:49:40 +00:00
netatalk wow we can even make net ranges go away now (how sophisticated!) 1996-08-31 08:56:36 +00:00
netinet Fix the visibility of the sysctl variables. 1996-08-31 21:05:20 +00:00
netipx Accept odd length ipx packets. (Win95 and some dialup servers use it.) 1996-08-18 08:38:15 +00:00
netkey This is the `netkey' kernel key-management service (the PF_KEY analogue 1996-06-14 17:22:18 +00:00
netns finish killing off netns. (For some reason, CVS `undeleted' these 1996-02-13 18:19:17 +00:00
nfs Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsclient Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
nfsserver Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
pc98 s/pc98/isa/g in struct *_device and *_driver. Resync along the way. 1996-08-31 15:07:42 +00:00
pccard Re-sync with the state of PC98 world. This will be the last commit before 1996-08-30 10:43:14 +00:00
pci Add preliminary support for the Orion PCI chip set. It is special in the 1996-09-02 21:23:06 +00:00
powerpc/include Add commands for ptrace get/set registers.. (Same numbers as NetBSD) 1996-01-24 18:51:48 +00:00
rpc Fix a bunch of spelling errors in the comment fields 1996-01-30 23:33:04 +00:00
scsi Do not test_unit_ready() before starting the unit... 1996-08-17 20:50:26 +00:00
sys cpu_boot() always returns, so don't declare it as __dead*. 1996-08-31 16:57:54 +00:00
tools Another mega commit to staticize things. 1995-12-14 09:55:16 +00:00
ufs Don't depend in the kernel on the gcc feature of doing arithmetic on 1996-08-31 14:48:13 +00:00
vm Even though this looks like it, this is not a complex code change. 1996-08-21 21:56:23 +00:00
Makefile The Great PC98 Merge. 1996-06-14 11:02:28 +00:00