dsl e21a34c25e Add some pre-processor magic to verify that the type of the data item
passed to sysctl_createv() actually matches the declared type for
  the item itself.
In the places where the caller specifies a function and a structure
  address (typically the 'softc') an explicit (void *) cast is now needed.
Fixes bugs in sys/dev/acpi/asus_acpi.c sys/dev/bluetooth/bcsp.c
  sys/kern/vfs_bio.c sys/miscfs/syncfs/sync_subr.c and setting
  AcpiGbl_EnableAmlDebugObject.
(mostly passing the address of a uint64_t when typed as CTLTYPE_INT).
I've test built quite a few kernels, but there may be some unfixed MD
  fallout. Most likely passing &char[] to char *.
Also add CTLFLAG_UNSIGNED for unsiged decimals - not set yet.
2012-06-02 21:36:41 +00:00
..
2012-02-19 00:42:02 +00:00
2012-03-18 12:47:01 +00:00
2012-03-17 20:29:59 +00:00
2012-03-17 20:29:59 +00:00
2012-03-02 11:41:36 +00:00
2012-02-20 02:14:34 +00:00
2012-02-18 13:38:35 +00:00
2012-05-25 23:37:37 +00:00
2012-05-25 23:37:37 +00:00
2012-05-25 23:37:37 +00:00
2012-02-03 23:39:59 +00:00
2012-03-14 13:41:07 +00:00
2012-03-11 15:58:56 +00:00
2012-03-22 15:05:36 +00:00
2012-03-18 21:05:21 +00:00
2012-05-25 18:18:32 +00:00
2012-05-25 18:19:41 +00:00
2012-05-25 18:19:41 +00:00
2012-02-02 07:09:53 +00:00
2012-04-22 03:57:00 +00:00
2011-12-30 20:11:23 +00:00
2012-01-11 20:50:00 +00:00
2012-05-10 03:16:50 +00:00
2012-05-10 03:16:50 +00:00

$NetBSD: README,v 1.3 1998/08/15 03:02:46 mycroft Exp $

This directory contains files which are used during PCI configuration
and PCI device drivers.  Eventually, most of the device drivers and
some of the configuration support should become machine-independent
and be moved to a more general location.

The configuration support was implemented according to the `PCI Local
Bus Specification, Production Version, Revision 2.0' dated April 30,
1993.  Section numbers referred to in the code may be specific to that
edition of the specification.

Some attempt has been made to insure that the code works on rogue
machines where the BIOS doesn't do its job, but in general I can't
guarantee that.

--
- Charles M. Hannum
  NetBSD group
  August 8, 1994