freebsd-dev/sys/i386/isa
David Greenman 269312019a * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading,
profiling, and various protection checks that cause security holes
  and system crashes.
* Changed min/max/bcmp/ffs/strlen to be static inline functions
  - included from cpufunc.h in via systm.h. This change
  improves performance in many parts of the kernel - up to 5% in the
  networking layer alone. Note that this requires systm.h to be included
  in any file that uses these functions otherwise it won't be able to
  find them during the load.
* Fixed incorrect call to splx() in if_is.c
* Fixed bogus variable assignment to splx() in if_ed.c
1993-07-27 10:52:31 +00:00
..
ic Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
aha1542.c Modified attach printf's so that the output is compatible with the "new" 1993-07-15 17:53:14 +00:00
aha1742.c Modified attach printf's so that the output is compatible with the "new" 1993-07-15 17:53:14 +00:00
bt742a.c Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
clock.c Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
fd.c Modified attach printf's so that the output is compatible with the "new" 1993-07-15 17:53:14 +00:00
fdreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
icu.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
icu.s Upgrade to GCC 2.X 1993-06-18 02:47:24 +00:00
if_ed.c * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
if_edreg.h Added config file override for memory size and added flags to force 1993-07-20 23:16:50 +00:00
if_is.c * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
if_isreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
isa_device.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
isa.c Obsolete if_we.c driver, more attach call to where it belongs. 1993-06-18 22:18:57 +00:00
isa.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
iso8859.font Added necessary files for syscons (may move font include later, but for now 1993-07-26 21:21:11 +00:00
kbd.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
kbdtables.h Added necessary files for syscons (may move font include later, but for now 1993-07-26 21:21:11 +00:00
lpt.c From Bruce Evans: 1993-07-13 18:52:49 +00:00
lptreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
npx.c Modified attach printf's so that the output is compatible with the "new" 1993-07-15 17:53:14 +00:00
rtc.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
sio.c Applied Andrew's patch to fix loop-on-logout problem. 1993-07-20 02:06:49 +00:00
sioreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
spkr.c * Applied fixes from Bruce Evans to fix COW bugs, >1MB kernel loading, 1993-07-27 10:52:31 +00:00
syscons.c Added necessary files for syscons (may move font include later, but for now 1993-07-26 21:21:11 +00:00
timerreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
ultra14f.c Very small patch from Julian Elischer to make the ultra14f.c driver work 1993-07-22 00:56:23 +00:00
vector.s Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
wd.c Modified attach printf's so that the output is compatible with the "new" 1993-07-15 17:53:14 +00:00
wdreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
wt.c Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00
wtreg.h Initial import, 0.1 + pk 0.2.4-B1 1993-06-12 14:58:17 +00:00