summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Removed unused #includes. The need for most of them went away withbde1997-10-2724-69/+25
* Forward declare precisely the structs that are actually used in this header.bde1997-10-271-7/+9
* Synchronize with sys/i386/isa/sio.c revision 1.187.kato1997-10-272-130/+68
* Synchronize with sys/i386/isa/if_fe.c revision 1.32.kato1997-10-271-97/+58
* Synchronize with sys/i386/isa/if_ed.c revision 1.125.kato1997-10-271-77/+32
* Synchronize with sys/i386/isa/syscons.c revision 1.236.kato1997-10-271-4/+3
* Synchronize with sys/i386/conf/GENERIC and majors.i386 revisions 1.99kato1997-10-273-10/+10
* Move the EP_ID_PORT out to 0x110, so it doesn't conflict with other portjoerg1997-10-272-4/+32
* Bump MAXDSIZ to 512MB so that soft limits have a chance to actuallyjkh1997-10-272-4/+4
* Check to see if the pv_limits are initialized before checking.dyson1997-10-272-4/+6
* Fix a comment about multicast; since the Etherlink III has nofenner1997-10-272-8/+14
* - Instead of relying on a functional call to register PCARD-capable drivers,nate1997-10-2613-92/+45
* I guess nobody uses ext2fs in current ?phk1997-10-262-0/+2
* - Patch the 'skeleton' example driver to be more consistant with the newnate1997-10-261-40/+28
* VFS interior redecoration.phk1997-10-2629-564/+302
* Remade syscalls.master derived files.phk1997-10-265-49/+7
* Add "NOIMPL" for syscalls we know what is, but don't implement as "STD".phk1997-10-262-18/+21
* Simplify the lease_check stuff.phk1997-10-264-45/+12
* Always initialize the syscall vectors for our "private" syscalls (notphk1997-10-264-40/+16
* Change the initial amount of memory allocated for pv_entries to be proportionaldyson1997-10-262-14/+36
* - Slightly change the way the border color register is updated so thatyokota1997-10-263-12/+9
* - The daemon might go off the screen and crashed the system if theyokota1997-10-262-70/+296
* - 'Beep' support now happens in it's own separate file, so you can messnate1997-10-266-42/+84
* - Functional changes to PCCARD support.nate1997-10-2612-484/+174
* - Do a bunch of gratuitous changes intended to make the code easier tonate1997-10-2630-933/+928
* - Call 'callout_handle_init' on the two timeout channels after they arenate1997-10-261-0/+2
* - KNF the PCI stuff, no functional changes.nate1997-10-251-20/+24
* Recognize even more of the Znyx 314 cards.phk1997-10-252-4/+4
* Somehow an error crept in during the previous commit.dyson1997-10-252-16/+4
* Support garbage collecting the pmap pv entries. The management doesn'tdyson1997-10-253-5/+117
* Decrease the initial allocation for the zone allocations.dyson1997-10-244-10/+10
* - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind thenate1997-10-241-2/+13
* - Use the definitions found in <i386/isa/isa.h> instead of rolling ournate1997-10-241-6/+7
* Remove the stuff we do not use from global scope. Export them again asphk1997-10-241-2/+8
* Statizice.phk1997-10-242-42/+48
* make a couple functions static...jmg1997-10-243-9/+9
* - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h,nate1997-10-231-57/+66
* - Move the untimeout code call out of the check for pwr_off_pending. Itnate1997-10-231-3/+2
* Fix a potentially disasterous '==' instead of '=' bug.gibbs1997-10-232-6/+6
* Disallow non-root mount. If you want to allow non-root mount, changekato1997-10-232-2/+16
* Synchronize with sys/i386/isa/syscons.{c,h} revisions 1.235 and 1.35,kato1997-10-232-35/+129
* Synchronize with sys/i386/conf/Makefile.i386 revision 1.103.kato1997-10-232-2/+8
* - Fix braino in last commit. (Slow networks should be outlawed!)nate1997-10-231-2/+2
* - Back out the last. APM_BROKEN_STATCLOCK doesn't exist in -current.nate1997-10-232-4/+0
* Reject unreasonable values passed to CONS_HISTORY ioctl. It did notyokota1997-10-236-78/+252
* - When doing suspend/resume, only try to suspend those drivers on activenate1997-10-231-4/+8
* Back our V1.36, due to reports of badness. (IRQ's are again allocatednate1997-10-231-1/+1
* Rewrote fxp_start() for better clarity and efficiency.dg1997-10-232-202/+202
* - Simplify code by removing a variable which was initialized once, nevernate1997-10-232-8/+2
* - If APM_BROKEN_STATCLOCK is defined, make sure the statcloock isnate1997-10-222-2/+6
OpenPOWER on IntegriCloud