David E. O'Brien
|
d9b97e8dff
|
Use __FBSDID().
Also some minor copyright style cleanups.
|
2003-08-25 23:28:32 +00:00 |
|
John Baldwin
|
8b149b5131
|
Consistently use the BSD u_int and u_short instead of the SYSV uint and
ushort. In most of these files, there was a mixture of both styles and
this change just makes them self-consistent.
Requested by: bde (kern_ktrace.c)
|
2003-08-07 15:04:27 +00:00 |
|
Alfred Perlstein
|
4f492bfab5
|
use __packed.
|
2002-09-23 18:54:32 +00:00 |
|
Poul-Henning Kamp
|
8d48b118f2
|
Fix one of the va_arg() with less than int sized type probelms.
|
2002-05-18 09:12:32 +00:00 |
|
John Baldwin
|
4ae4202e70
|
Cleanup warnings. Most of these are signed/unsigned warnings, as well as
some added const's.
|
2000-08-03 09:14:02 +00:00 |
|
Peter Wemm
|
c3aac50f28
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
Mike Smith
|
4558ccdf6f
|
Remove a debugging copy of offsetof() that snuck in.
|
1998-10-23 22:30:52 +00:00 |
|
Mike Smith
|
a1c0b1c5c5
|
PnP enumerator using the PCI BIOS. This is needlessly complex due to the
lack of a simple "enumerate all PCI devices" function.
|
1998-10-23 22:29:08 +00:00 |
|
Mike Smith
|
8d35fb65a0
|
PnP BIOS enumerator; mostly useful for hunting PnP devices that are supported
by the system BIOS rather than supporting ISA PnP.
|
1998-10-22 20:25:06 +00:00 |
|