1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sys/i386
Bruce Evans c5d1682b14 Staticized an inline function. All inlines in kernel headers should be
static.  The function shouldn't be here anyway.  It is driver dependent,
while `ic' files are supposed to only depend on the IC.
1995-11-18 08:12:30 +00:00
..
apm Fixed the types of apm_default_resume() and apm_default_suspend(). 1995-11-18 04:37:23 +00:00
bios Fixed the types of apm_default_resume() and apm_default_suspend(). 1995-11-18 04:37:23 +00:00
boot Removed bogus padding that wasted 0x500 bytes. 1995-11-18 05:25:24 +00:00
conf Restored the device-driverness off wd.c. It got lost when wdc was 1995-11-18 05:34:00 +00:00
eisa Modify the kdc_description for eisa0 to include the system board ID. 1995-11-10 01:32:12 +00:00
i386 Fixed the type of vm_fault_quick() - don't convert types back and forth 1995-11-18 06:54:11 +00:00
ibcs2 Added bogus casts to avoid compiler warnings. 1995-11-13 09:03:30 +00:00
include Removed: 1995-11-14 20:52:14 +00:00
isa Staticized an inline function. All inlines in kernel headers should be 1995-11-18 08:12:30 +00:00
linux All: 1995-11-06 12:52:37 +00:00
pci Make CONF1_ENABLE_MSK1 even less restriktive: Ignore slot ID ... 1995-10-17 23:30:11 +00:00
scsi Staticize various private parts. 1995-11-14 09:58:47 +00:00
Makefile