aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Collapse)AuthorAgeFilesLines
* 3 lines of code and updates to a number of comments.Poul-Henning Kamp1997-09-104-18/+51
| | | | | | | | Reviewed by: phk Submitted by: Terry Lambert <tlambert@primenet.com> Notes: svn path=/head/; revision=29290
* The patch is needed in order to not throw away unmodifiedPoul-Henning Kamp1997-09-101-4/+7
| | | | | | | | | | | local filesystem metadata at the first brelse call when the block device vnode has v_tag set to VT_NFS. Reviewed by: phk Submitted by: Tor Egge <tegge@idi.ntnu.no> Notes: svn path=/head/; revision=29289
* unifdef -U__NetBSD__ -D__FreeBSD__Poul-Henning Kamp1997-09-1018-154/+18
| | | | Notes: svn path=/head/; revision=29288
* Update the comment and remove checks now done centrally.Poul-Henning Kamp1997-09-101-16/+16
| | | | Notes: svn path=/head/; revision=29287
* Fix a type in a comment and remove some checks now done centrally.Poul-Henning Kamp1997-09-102-20/+4
| | | | Notes: svn path=/head/; revision=29286
* This stuff is now done centrally.Poul-Henning Kamp1997-09-102-30/+2
| | | | Notes: svn path=/head/; revision=29285
* Remove some stuff from lookup which is now handled centrally.Poul-Henning Kamp1997-09-102-22/+0
| | | | Notes: svn path=/head/; revision=29284
* Synchronize with sys/i386/isa/wd.c revision 1.137.KATO Takenori1997-09-101-3/+7
| | | | Notes: svn path=/head/; revision=29283
* Do not ever try to coredump adapter memory regions.Joerg Wunsch1997-09-106-10/+76
| | | | | | | | | | | | PR: 4486 Submitted by: tegge@idi.ntnu.no (Tor Egge) Implement a function is_adapter_memory() in order to determine what should nto be dumped at all. Currently, only populated with the ``ISA memory hole''. Adapter regions of other busses should be added. Notes: svn path=/head/; revision=29280
* Synchronize with sys/i386/isa/if_ed.c revision 1.121.KATO Takenori1997-09-101-2/+2
| | | | Notes: svn path=/head/; revision=29276
* Synchronize with sys/i386/i386/userconfig.c revision 1.92.KATO Takenori1997-09-101-17/+204
| | | | Notes: svn path=/head/; revision=29275
* Synchronize with sys/i386/conf/files.i386 revision 1.175.KATO Takenori1997-09-102-4/+6
| | | | Notes: svn path=/head/; revision=29274
* Add example for IPFIREWALL_DEFAULT_TO_ACCEPTPeter Wemm1997-09-101-1/+4
| | | | Notes: svn path=/head/; revision=29272
* Allow a compile-time override of the ipfw deny rule. For a 'firewall'Peter Wemm1997-09-105-12/+45
| | | | | | | | | | | | | you don't want this (and the documentation explains why), but if you use ipfw as an as-needed casual filter as needed which normally runs as 'allow all' then having the kernel and /sbin/ipfw get out of sync is a *MAJOR* pain in the behind. PR: 4141 Submitted by: Heikki Suonsivu <hsu@mail.clinet.fi> Notes: svn path=/head/; revision=29268
* Change the address for the low end of what we permit from c0000 downDavid Greenman1997-09-102-4/+4
| | | | | | | | to a0000 so that people can put their cards in the middle of their video memory if they want. :-) Notes: svn path=/head/; revision=29261
* Remove scaling of tp->period, since the value is assumed to be inStefan Eßer1997-09-091-12/+2
| | | | | | | tenth of a nanoseconds by ncrcontrol Notes: svn path=/head/; revision=29253
* add neccessary calls to autoconf for pnp,John-Mark Gurney1997-09-093-19/+224
| | | | | | | also teach userconfig about the new pnp commands, for usage see pnp(4) Notes: svn path=/head/; revision=29243
* add pnp device entries...John-Mark Gurney1997-09-095-5/+22
| | | | Notes: svn path=/head/; revision=29242
* add the plug-and-play code into current...John-Mark Gurney1997-09-092-0/+806
| | | | | | | | | | | | | | | | | | | | | | | | This code has been submitted by Luigi Rizzo <luigi@labinfo.iet.unipi.it>, based on work done by Sujal Patel. This currnetly doesn't provide the ability to register the port address of PnP cards assigned a PnP driver. As there aren't any PnP capible drivers yet, this isn't much of a problem. The code allows you, through USERCONFIG, configure what the cards port bases, irqs, and dma's are like. Currently there isn't support to view what cards are in the sytem. It successfully configures my PnP Internal Modem and sio then sees the card as a normal isa device. man page will be committed shortly. Approved-by: jkh Submitted-by: Luigi Rizzo Notes: svn path=/head/; revision=29241
* Synchronize with sys/i386/isa/if_ed.c revision up to 1.120.KATO Takenori1997-09-091-19/+35
| | | | Notes: svn path=/head/; revision=29240
* Amancio's latest in the Brooktree driver.Mark Murray1997-09-098-476/+710
| | | | | | | | This fixes the european frequency set, separates this further from the Meteor driver and fixes bugs. Notes: svn path=/head/; revision=29233
* Added a check for the ISA memory address range being valid. Fixes PR#835.David Greenman1997-09-082-4/+18
| | | | Notes: svn path=/head/; revision=29226
* Turn on the 0WS option for 16bit cards. Newer machines insert enoughDavid Greenman1997-09-082-36/+54
| | | | | | | | | | | | delay that without this the performance is unacceptable. The 83C690, 83C790, and 83C795 chips which this affects are all designed to work with 0 waitstates in 16bit mode. Also cleaned up the toggling of 16bit access mode that occurs during normal operation; the previous code may not have done the right thing in all cases. Notes: svn path=/head/; revision=29221
* Synchronize with sys/i386/i386/microtime.s revision 1.33.KATO Takenori1997-09-081-4/+4
| | | | Notes: svn path=/head/; revision=29220
* Change an assemble-time divide into a shift. Under binutils-2.8 gas in elfPeter Wemm1997-09-085-10/+10
| | | | | | | | | mode, the slash is a comment leader, while under non-elf it is a divide symbol (what a concept! :-). Theoretically, #APP/#NO_APP can change this but that doesn't seem to mesh too well with macros and line continuation. Notes: svn path=/head/; revision=29219
* Add missing redirection for _inside_intr -> inside_intrPeter Wemm1997-09-081-1/+2
| | | | Notes: svn path=/head/; revision=29215
* DISABLE LEVEL_3 lock pushdown, somethings seems to have broken!Steve Passe1997-09-071-2/+2
| | | | Notes: svn path=/head/; revision=29214
* General cleanup of the lock pushdown code. They are grouped and enabledSteve Passe1997-09-0730-390/+703
| | | | | | | | | | | | from machine/smptests.h: #define PUSHDOWN_LEVEL_1 #define PUSHDOWN_LEVEL_2 #define PUSHDOWN_LEVEL_3 #define PUSHDOWN_LEVEL_4_NOT Notes: svn path=/head/; revision=29213
* Fixed formatting of FreeBSD changes.Bruce Evans1997-09-071-4/+4
| | | | Notes: svn path=/head/; revision=29212
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-073-11/+5
| | | | Notes: svn path=/head/; revision=29211
* Removed trailing semicolons from the definitions of the sysctlBruce Evans1997-09-073-12/+12
| | | | | | | | | | | | declaration macros so that a semicolon can be added when the macros are invoked without giving a (pedantic) syntax error. Invocations need to be followed by a semicolon so that programs like indent and gtags don't get confused. Fixed the one invocation that wasn't followed by a trailing semicolon. Notes: svn path=/head/; revision=29210
* Removed yet more vestiges of config-time swap configuration and/orBruce Evans1997-09-0712-71/+44
| | | | | | | cleaned up nearby cruft. Notes: svn path=/head/; revision=29208
* Add a quirk flag for CD drives that jam when seeing a START STOP UNITJoerg Wunsch1997-09-073-5/+14
| | | | | | | | | | command. PR: 2388 Submitted by: nsayer@quack.kfu.com (Nick Sayer) [basically] Notes: svn path=/head/; revision=29206
* Removed vestiges of config-time "argument processing" configuration.Bruce Evans1997-09-074-8/+7
| | | | Notes: svn path=/head/; revision=29203
* Removed more vestiges of config-time swap configuration.Bruce Evans1997-09-076-32/+10
| | | | Notes: svn path=/head/; revision=29202
* Synchronize with sys/i386/isa/pcaudio.c revision 1.36.KATO Takenori1997-09-071-1/+4
| | | | Notes: svn path=/head/; revision=29201
* Fix a typo that becomes apparent when compiling without COMPAT_443.Joerg Wunsch1997-09-071-2/+2
| | | | | | | Submitted by: Tony Kimball <Anthony.Kimball@East.Sun.COM> Notes: svn path=/head/; revision=29194
* Silence the PREVENT ALLOW MEDIUM REMOVAL call.Joerg Wunsch1997-09-071-2/+3
| | | | | | | Submitted by: jmattson@wco.com (Jim Mattson) Notes: svn path=/head/; revision=29191
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-3/+1
| | | | Notes: svn path=/head/; revision=29190
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-071-5/+3
| | | | Notes: svn path=/head/; revision=29189
* Removed unused #includes.Bruce Evans1997-09-075-33/+4
| | | | Notes: svn path=/head/; revision=29188
* Cleaned up a little.Bruce Evans1997-09-072-3/+1
| | | | Notes: svn path=/head/; revision=29187
* Moved misplaced extern declarations.Bruce Evans1997-09-072-1/+2
| | | | Notes: svn path=/head/; revision=29186
* Staticicized.Bruce Evans1997-09-073-14/+8
| | | | Notes: svn path=/head/; revision=29185
* Fixed another sloppy common-style declaration (staticized it).Bruce Evans1997-09-072-1/+2
| | | | Notes: svn path=/head/; revision=29184
* Removed unused variable.Bruce Evans1997-09-071-1/+0
| | | | Notes: svn path=/head/; revision=29183
* Fixed sloppy common-style declarations.Bruce Evans1997-09-073-2/+6
| | | | Notes: svn path=/head/; revision=29182
* Staticized.Bruce Evans1997-09-072-6/+6
| | | | Notes: svn path=/head/; revision=29180
* Some staticized variables were still declared to be extern.Bruce Evans1997-09-0732-81/+41
| | | | Notes: svn path=/head/; revision=29179
* Include kernel.h instead of declaring "extern int hz".Bruce Evans1997-09-072-5/+4
| | | | Notes: svn path=/head/; revision=29178