freebsd-src/sys/i386
Bruce Evans cb07fc9803 Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h>
doesn't happen to be included before this header.

This header was missed in previous cleanups because it didn't include
<sys/ioctl.h> or <sys/ioccom.h>.  Clean it now:
- #include <sys/types.h> since it is necessary to make the header self-
  sufficient (there are a couple of u_char's).
- uniformized idempotency ifdef.  Copied the style in the 4.4Lite
  ioctl headers.
1997-03-24 11:07:52 +00:00
..
apm Makefile generates boths IBM-PC and PC-98 version of object code in 1997-03-09 16:46:05 +00:00
bios Makefile generates boths IBM-PC and PC-98 version of object code in 1997-03-09 16:46:05 +00:00
boot Don't attempt to read past EOF. 1997-03-15 16:49:51 +00:00
conf Created new section `CPU OPTIONS'. CPU classes and math emulator are 1997-03-23 11:08:28 +00:00
eisa Removed nested #includes of <scsi/scsi_debug.h> and <scsi/scsi_driver.h> 1997-03-23 06:26:47 +00:00
i386 Fix typo. 1997-03-24 07:23:05 +00:00
ibcs2 Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
include Don't default to (wrong) SCO definitions for _IOR() etc. if <sys/ioctl.h> 1997-03-24 11:07:52 +00:00
isa Make stlintr() public to allow correct linkage. 1997-03-24 07:25:31 +00:00
linux Don't #include <sys/fcntl.h> in <sys/file.h> if KERNEL is defined. 1997-03-23 03:37:54 +00:00
pci improve pcibus_check: Only assume PCI if at least one PCI to anything bridge 1997-03-05 20:52:00 +00:00
scsi Fix a nasty bug that meant a QUEUE_FULL status would result in a lost 1997-03-24 05:05:18 +00:00
Makefile Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00