aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* 3 lines of code and updates to a number of comments.Poul-Henning Kamp1997-09-104-18/+51
* The patch is needed in order to not throw away unmodifiedPoul-Henning Kamp1997-09-101-4/+7
* unifdef -U__NetBSD__ -D__FreeBSD__Poul-Henning Kamp1997-09-1018-154/+18
* Update the comment and remove checks now done centrally.Poul-Henning Kamp1997-09-101-16/+16
* Fix a type in a comment and remove some checks now done centrally.Poul-Henning Kamp1997-09-102-20/+4
* This stuff is now done centrally.Poul-Henning Kamp1997-09-102-30/+2
* Remove some stuff from lookup which is now handled centrally.Poul-Henning Kamp1997-09-102-22/+0
* Synchronize with sys/i386/isa/wd.c revision 1.137.KATO Takenori1997-09-101-3/+7
* Do not ever try to coredump adapter memory regions.Joerg Wunsch1997-09-106-10/+76
* Synchronize with sys/i386/isa/if_ed.c revision 1.121.KATO Takenori1997-09-101-2/+2
* Synchronize with sys/i386/i386/userconfig.c revision 1.92.KATO Takenori1997-09-101-17/+204
* Synchronize with sys/i386/conf/files.i386 revision 1.175.KATO Takenori1997-09-102-4/+6
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTPeter Wemm1997-09-101-1/+4
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'Peter Wemm1997-09-105-12/+45
* Change the address for the low end of what we permit from c0000 downDavid Greenman1997-09-102-4/+4
* Remove scaling of tp->period, since the value is assumed to be inStefan Eßer1997-09-091-12/+2
* add neccessary calls to autoconf for pnp,John-Mark Gurney1997-09-093-19/+224
* add pnp device entries...John-Mark Gurney1997-09-095-5/+22
* add the plug-and-play code into current...John-Mark Gurney1997-09-092-0/+806
* Synchronize with sys/i386/isa/if_ed.c revision up to 1.120.KATO Takenori1997-09-091-19/+35
* Amancio's latest in the Brooktree driver.Mark Murray1997-09-098-476/+710
* Added a check for the ISA memory address range being valid. Fixes PR#835.David Greenman1997-09-082-4/+18
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughDavid Greenman1997-09-082-36/+54
* Synchronize with sys/i386/i386/microtime.s revision 1.33.KATO Takenori1997-09-081-4/+4
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfPeter Wemm1997-09-085-10/+10
* Add missing redirection for _inside_intr -> inside_intrPeter Wemm1997-09-081-1/+2
* DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!Steve Passe1997-09-071-2/+2
* General cleanup of the lock pushdown code. They are grouped and enabledSteve Passe1997-09-0730-390/+703
* Fixed formatting of FreeBSD changes.Bruce Evans1997-09-071-4/+4
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-073-11/+5
* Removed trailing semicolons from the definitions of the sysctlBruce Evans1997-09-073-12/+12
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-0712-71/+44
* Add a quirk flag for CD drives that jam when seeing a START STOP UNITJoerg Wunsch1997-09-073-5/+14
* Removed vestiges of config-time "argument processing" configuration.Bruce Evans1997-09-074-8/+7
* Removed more vestiges of config-time swap configuration.Bruce Evans1997-09-076-32/+10
* Synchronize with sys/i386/isa/pcaudio.c revision 1.36.KATO Takenori1997-09-071-1/+4
* Fix a typo that becomes apparent when compiling without COMPAT_443.Joerg Wunsch1997-09-071-2/+2
* Silence the PREVENT ALLOW MEDIUM REMOVAL call.Joerg Wunsch1997-09-071-2/+3
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-3/+1
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-5/+3
* Removed unused #includes.Bruce Evans1997-09-075-33/+4
* Cleaned up a little.Bruce Evans1997-09-072-3/+1
* Moved misplaced extern declarations.Bruce Evans1997-09-072-1/+2
* Staticicized.Bruce Evans1997-09-073-14/+8
* Fixed another sloppy common-style declaration (staticized it).Bruce Evans1997-09-072-1/+2
* Removed unused variable.Bruce Evans1997-09-071-1/+0
* Fixed sloppy common-style declarations.Bruce Evans1997-09-073-2/+6
* Staticized.Bruce Evans1997-09-072-6/+6
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-0732-81/+41
* Include kernel.h instead of declaring "extern int hz".Bruce Evans1997-09-072-5/+4