freebsd-dev/sys/dev
Bruce Evans ebedb5ad97 Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>:
- don't include <sys/ioctl.h> in any header.  Include <sys/ioccom.h>
  instead.  This was already done in 4.4Lite for the most important
  ioctl headers.  Header spam currently increases kernel build
  times by 10-20%.  There are more than 30000 #includes (not counting
  duplicates) for compiling LINT.
- include <sys/types.h> if and only it is necessary to make the header
  almost self-sufficient (some ioctl headers still need structs from
  elsewhere).
- uniformized idempotency ifdefs.  Copied the style in the 4.4Lite
  ioctl headers.
1996-09-21 14:59:43 +00:00
..
aic7xxx Detect and report dataphase overruns. Put the adapter into 'Bit Bucket' 1996-06-09 17:33:18 +00:00
ar Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
bktr Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
ccd Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
cy Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
de Add back shutdown support, this time using the at_shutdown() mechanism. 1996-09-20 04:35:15 +00:00
dgb Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
ed Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
eisa Removed more devconf leftovers. 1996-09-10 23:31:13 +00:00
ep Various cleanups for remanents of devconf. 1996-09-08 10:44:18 +00:00
fdc Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
fe Various cleanups for remanents of devconf. 1996-09-08 10:44:18 +00:00
fxp Fixed a bug in the receive buffer allocation code that resulted in a 1996-09-20 11:05:39 +00:00
ic Another round of merge/update. 1996-09-12 11:12:18 +00:00
ie Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
joy Updated #includes to 4.4Lite style. 1996-09-10 08:32:01 +00:00
kbd Change RUKEYMAP sligtly 1996-01-25 16:37:20 +00:00
lnc Removed another devconf leftover. A fat devconf support function was 1996-09-14 01:26:16 +00:00
mcd Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
mse Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
pci Removed more devconf leftovers. 1996-09-10 23:31:13 +00:00
ppbus Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
rc Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
scd Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
si Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
sio Changed cncheckc() interface so that it is 8-bit clean - return -1 1996-09-14 04:27:46 +00:00
snp Switched from using devfs_add_devsw() to devfs_add_devswf() 1996-03-28 14:31:42 +00:00
speaker Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: 1996-09-21 14:59:43 +00:00
sr Remove devconf, it never grew up to be of any use. 1996-09-06 23:09:20 +00:00
syscons Changed cncheckc() interface so that it is 8-bit clean - return -1 1996-09-14 04:27:46 +00:00
vn Call bdevsw_add_generic() later so that there is no chance of returning 1996-08-28 17:45:08 +00:00