freebsd-dev/sys/conf
Doug Rabson 99d11cde56 Major changes to the generic device framework for FreeBSD/alpha:
* Eliminate bus_t and make it possible for all devices to have
  attached children.

* Support dynamically extendable interfaces for drivers to replace
  both the function pointers in driver_t and bus_ops_t (which has been
  removed entirely.  Two system defined interfaces have been defined,
  'device' which is mandatory for all devices and 'bus' which is
  recommended for all devices which support attached children.

* In addition, the alpha port defines two simple interfaces 'clock'
  for attaching various real time clocks to the system and 'mcclock'
  for the many different variations of mc146818 clocks which can be
  attached to different alpha platforms.  This eliminates two more
  function pointer tables in favour of the generic method dispatch
  system provided by the device framework.

Future device interfaces may include:

* cdev and bdev interfaces for devfs to use in replacement for specfs
  and the fixed interfaces bdevsw and cdevsw.

* scsi interface to replace struct scsi_adapter (not sure how this
  works in CAM but I imagine there is something similar there).

* various tailored interfaces for different bus types such as pci,
  isa, pccard etc.
1998-06-14 13:46:10 +00:00
..
defines Add some more defines that don't change the genericness of a file. 1995-05-11 20:21:23 +00:00
files Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
files.alpha Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
files.i386 Add changes and code to implement a functional DEVFS. 1998-04-19 23:32:49 +00:00
files.newconf Add lines for new files in ipfilter 1997-05-25 15:56:18 +00:00
files.pc98 Deleted unused item. 1998-05-05 13:19:34 +00:00
kern.mk Added -ansi to CWARNFLAGS so that ANSI errors don't come back. 1998-05-01 18:13:37 +00:00
kmod.mk Fixed `make depend', which I broke here about a month ago by moving 1998-06-09 02:55:40 +00:00
majors 100 xrpu Xilinx Reprogrammable Processing Unit 1998-05-29 08:51:34 +00:00
Makefile.alpha Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
Makefile.i386 Move __FreeBSD_version from src/sys/conf/newvers.sh to 1998-05-21 19:21:46 +00:00
Makefile.pc98 Fixed missing semicolon and added space before semicolon. 1998-05-25 09:57:34 +00:00
Makefile.powerpc Move __FreeBSD_version from src/sys/conf/newvers.sh to 1998-05-21 19:21:46 +00:00
newvers.sh Move __FreeBSD_version from src/sys/conf/newvers.sh to 1998-05-21 19:21:46 +00:00
nfsswapkernel.c Removed vestiges of config-time "argument processing" configuration. 1997-09-07 13:49:56 +00:00
NOTES Updated yet another ioctl, and put wst in LINT to inhibit further bitrot. 1998-06-08 06:18:53 +00:00
options This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
options.alpha Add initial support for the FreeBSD/alpha kernel. This is very much a 1998-06-10 10:57:29 +00:00
options.i386 Support better performance with P6 architectures and in SMP 1998-05-11 02:13:47 +00:00
options.pc98 Make LINE30 a new style option. 1998-06-06 05:25:37 +00:00
param.c Convert socket structures to be type-stable and add a version number. 1998-05-15 20:11:40 +00:00
systags.sh Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00