freebsd-dev/sys/dev
Doug Rabson b1bf661000 [Add missing files from previous commit]
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:53:12 +00:00
..
advansys Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
aic7xxx Add support to aicasm for "downloaded constants". These are immediate 1997-09-27 19:37:31 +00:00
ar This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
bktr This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ccd This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
cy This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
de Merge changes from vendor branch; 1998-06-13 17:20:03 +00:00
dec [Add missing files from previous commit] 1998-06-14 13:53:12 +00:00
dgb This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
dpt This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ed This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
eisa Fix list corruption and memory leak that could occur when 1998-05-14 19:47:38 +00:00
en This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ep This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ex This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
fdc Fix some more ioctls which I missed becausese they were hidden by options 1998-06-07 19:40:41 +00:00
fe This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
fxp Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
ic Support compiling with `gcc -ansi'. 1998-04-15 17:47:40 +00:00
ie This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
isp Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
joy This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
kbd keymap -> key_map so that the kernel will compile with 1998-06-06 17:45:11 +00:00
lnc This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
mc146818 Major changes to the generic device framework for FreeBSD/alpha: 1998-06-14 13:46:10 +00:00
mcd This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
mse This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
pci This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
pcm/isa Correct even more ioctl breakage :( 1998-06-08 09:00:28 +00:00
pdq This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
ppbus Introduce std_pps_ioctl() to automagically DTRT. 1998-06-13 09:30:26 +00:00
ppc Seventy-odd "its" / "it's" typos in comments fixed as per kern/6108. 1998-04-17 22:37:19 +00:00
rc This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
rp This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
scd Fixed pedantic semantics errors (bitfields not of type int, signed int 1998-06-08 09:47:47 +00:00
si Add a macro tweak. 1998-06-13 19:36:22 +00:00
sio This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
slice Fix some more ioctls which I missed becausese they were hidden by options 1998-06-07 19:40:41 +00:00
snp This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
sound/isa Correct even more ioctl breakage :( 1998-06-08 09:00:28 +00:00
speaker This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
sr This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
syscons Add a symlink from /dev/vga to /dev/ttyv0 when using DEVFS 1998-06-13 18:53:22 +00:00
tx Fix spelling in printf(). 1998-06-08 06:42:34 +00:00
vn Fix another DEVFS/SLICE ioctl. 1998-06-07 20:10:53 +00:00
vx This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00
wl This commit fixes various 64bit portability problems required for 1998-06-07 17:13:14 +00:00