summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* OpenFirmware PCI support code.benno2002-07-092-0/+273
| | | | This and the sparc64 equivalent should probably be merged at some point.
* Oops, forgot to set the suspended flag for threads that are createddeischen2002-07-093-6/+9
| | | | | | | initially suspended. This was preventing such threads from getting resumed. Reported by: Bill Huey <billh@gnuppy.monkey.org>
* Changes for KSE3.benno2002-07-097-0/+158
| | | | Submitted by: Peter Grehan <peterg@ptree32.com.au>
* Add this file, which I forgot in a previous commit.benno2002-07-091-0/+34
| | | | | | This relates to the trap/interrupt cleanup. Submitted by: Peter Grehan <peterg@ptree32.com.au>
* 1) Add busdma machdep code.benno2002-07-095-230/+548
| | | | | | 2) Add bus_pio.h and bus_memio.h (which do nothing). Submitted by: Peter Grehan <peterg@ptree32.com.au> (1)
* Regen:sheldonh2002-07-091-61/+101
| | | | | * Hart: rev 313 of pcidevs.txt (2002-07-05) * Boemler: vendors.txt (2002-06-24)
* Driver for OpenPIC compatible interrupt controllers.benno2002-07-094-27/+548
| | | | It's fairly PowerMac specific at the moment, but that should be fixable.
* Add definitions for the industry-standard DLT density codes.joerg2002-07-092-0/+10
| | | | | Obtained from: Quantum DLT8000 manual MFC after: 1 week
* - Add the "compatible" property to the list that we keep in ivars.benno2002-07-093-46/+394
| | | | | - Add interrupt alloc/setup/teardown/dealloc support, via whichever PIC OpenFirmware gives us.
* Add interrupt handling support code.benno2002-07-094-0/+395
| | | | | | I've tried to make this fairly platform-independant as some PowerPC platforms may not have openpic-style interrupt controllers. This may not have the best performance but it works for now.
* Close file descriptors when [n]>&- and [n]<&- redirections are used.tjr2002-07-091-1/+2
| | | | | | | This was broken by rev. 1.16. PR: 40334 MFC after: 1 week
* The rate between EUR and USD has never been as large as our old valuejoerg2002-07-091-2/+2
| | | | | | | | (1.12) since the introductions as a common EU currency. Anyway, since the rate now seems to stabilize just around 1.00, fix up our value here. MFC after: 1 day
* Define NO_WERROR to unbreak world until the maintainer has had timesheldonh2002-07-091-0/+3
| | | | to coordinate fixes for this contrib code.
* Change one variable to make it easier to switch between ipfw and ipfw2luigi2002-07-091-5/+3
|
* Fix whitespace botch in previous commit.peter2002-07-091-0/+1
|
* Don't define wchar_t if we are a C++ compiler.obrien2002-07-095-0/+10
| | | | PR: 31864, 40084
* Preliminary NEWCARD docs.imp2002-07-094-0/+185
|
* Update dates.imp2002-07-091-2/+2
|
* Document what the pcic driver in newcard will support.imp2002-07-091-145/+7
|
* Finish the repo copy of pcic.4 -> oldcard.4. oldcard.4 will documentimp2002-07-091-0/+1
| | | | | the legacy pccard mode stuff called 'oldcard.' pcic.4 will be hijacked for newcard purposes.
* Print out commands with NTOFD/NFROMFD redirections that close thetjr2002-07-092-2/+8
| | | | descriptors (">&-" or similar) correctly in the jobs(1) command.
* Add C code that counts the bits in a 32 bit word, right next to the C codepeter2002-07-092-0/+15
| | | | that reverses the bits in a 32 bit word. Who thinks up this stuff?
* Add ability to only beep when mail arrives.johan2002-07-094-16/+49
| | | | | | | | | | | | | comsat: only send two bell charecters if S_IXGRP is set and S_IXUSR is not. biff: add new option 'b' to set S_IXGRP. PR: 10931 Submitted by: Andrew J. Korty <ajk@purdue.edu> Approved by: sheldonh (mentor) MFC after: 1 month
* Add DIAGNOSTICS section to describe exit values.johan2002-07-091-0/+12
| | | | | Approved by: sheldonh (mentor) MFC after: 1 week
* Remove an unused type.mike2002-07-092-6/+0
|
* Move the type definition of ointhand2_t from i386/include/types.h tomike2002-07-092-3/+4
| | | | | | i386/isa/isa_device.h. This is a more appropriate location and helps restrict <machine/types.h> to only types that exist on all platforms.
* Delay the creation of the ugenX device node until we're certainjoe2002-07-091-5/+6
| | | | | | that the attach succeeded. (Fixes a potential panic for devices that fail to attach properly and are subsquently unplugged and then plugged back in again.)
* Oops, the previous revision (1.22) introduced a potential alignmentiedowse2002-07-081-15/+20
| | | | | | | | | issue, since the MAXBSIZE-sized buffers are accessed as arrays of block pointers, but were declared as char[] arrays. Use a union to avoid this, which also makes a number of casts unnecessary. Pointed out by: bde Reviewed by: bde
* vm_page_queue_free_mtx is a spin mutex, not a normal sleep mutex.peter2002-07-081-4/+4
| | | | | | | | | | | | | I do not know why this didn't panic my box, but I have most certainly been using it: peter@overcee[3:14pm]~src/sys/i386/i386-110> sysctl -a | grep zero vm.stats.misc.zero_page_count: 2235 vm.stats.misc.cnt_prezero: 638951 vm.idlezero_enable: 1 vm.idlezero_maxrun: 16 Submitted by: Tor.Egge@cvsup.no.freebsd.org Approved by: Tor's patches are never wrong. :-)
* Turn the zeroidle process off for SMP systems, there is still a possiblepeter2002-07-081-0/+4
| | | | | | | | TLB problem when bouncing from one cpu to another (the original cpu will not have purged its TLB if the it simply went idle). Pointed out by: Tor.Egge@cvsup.no.freebsd.org Approved by: Tor is never wrong. :-)
* Fix a bug caused by dereferencing an invalid pointer whenluigi2002-07-082-124/+130
| | | | | | | | | no punch_fw was used. Fix another couple of bugs which prevented rules from being installed properly. On passing, use IPFW2 instead of NEW_IPFW to compile the new code, and slightly simplify the instruction generation code.
* No functional changes, but:luigi2002-07-081-279/+267
| | | | | | | | | | | | | | Following Darren's suggestion, make Dijkstra happy and rewrite the ipfw_chk() main loop removing a lot of goto's and using instead a variable to store match status. Add a lot of comments to explain what instructions are supposed to do and how -- this should ease auditing of the code and make people more confident with it. In terms of code size: the entire file takes about 12700 bytes of text, about 3K of which are for the main function, ipfw_chk(), and 2K (ouch!) for ipfw_log().
* Remove one unused command name.luigi2002-07-081-1/+0
|
* Forgot to update one field name in one of the latest commits.luigi2002-07-081-2/+2
|
* Back out previous TCBHASHSIZE change. This should not be a kernel option.mp2002-07-082-7/+0
| | | | Pointed out by: bde
* Add my interest in etc/rc.* to help keep etc/rc.d in sync as much as possible.gordon2002-07-081-0/+1
|
* Remove debugging nitgordon2002-07-081-1/+0
| | | | Submitted by: bmah
* Grammar fixblackend2002-07-082-6/+6
| | | | | | | | PR: docs/40210 Submitted by: Munish Chopra <mchopra@engmail.uwaterloo.ca> Reviewed by: keramida Approved by: orion MFC after: 7 days
* Simplify isp(4) line; add sa(4) for pre-commit review. Remove myself frommjacob2002-07-081-5/+3
| | | | CAM review list.
* Register an interest in pseudofs, procfs and linprocfs.des2002-07-081-0/+3
|
* Typo fix: Setlogin() -> setlogin().mux2002-07-081-1/+1
| | | | Submitted by: Olivier Houchard <cognet@ci0.org>
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-082-0/+2
| | | | | was split off from <time.h>. This became fatal here when -Werror was reenabled.
* Fixed some world breakage caused by not updating clients when <timeconv.h>bde2002-07-081-0/+1
| | | | | was split off from <time.h>. This became fatal here when -Werror was reenabled.
* Add a VFS_START() call in vfs_mountroot_try() for the sakemux2002-07-081-1/+2
| | | | | | | | | of being correct. None of the root mountable filesystems do something at VFS_START(). Shorten a comment to fix a style bug while I'm here. PR: kern/18505
* link in the man page for thread_exitjulian2002-07-081-7/+6
| | | | Also change some line breaks.
* Add 2002 to copyright.mjacob2002-07-081-1/+1
| | | | | | | Oops; I forgot for previous delta... If we're and FC or ULTRA2 or better card, we can have a 1024 element request queue instead of 256. MFC after: 1 week
* Add get/set param ioctl support.mjacob2002-07-082-135/+154
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove sim queue freezes for resource shortages. I've had too many strange race conditions where I freeze on a resource shortage but never get unfrozen. Consolidate the remaining sim queue freeze condition (for loopdown) into an inline with debug messages that allows us to track problems at ISP_LOGDEBUG0 level easier. Change a bunch of debug messages about loop down/up conditions to ISP_LOGDEBUG0 level. Remove dead isp_relsim code. Change some internal flag stuff for efficiency. Complain vociferously if we try and use our FC scratch area while it's busy being used already (I mean, if we don't have solaris' ability to sleep as an interrupt thread which would allow us to just use a p/v semaphore, at least *say* when you've just borked yourself). Add infrastructure to allow overrides of hard loopid && initiator id from boot variables. Fix the usual quota of silly bugs: + 'ktmature' needs to be per-instance. Argh. + When entering isp_watchdog, set intsok to zero, preserving old value to restore later. It's not nice to try and sleep from splsoftclock. + Fix tick overflow buglet in checking timeout value. MFC after: 1 week
* Add get/set param ioctls.mjacob2002-07-081-0/+23
| | | | MFC after: 1 week
* Add override so that we can force set our hard loopdid.mjacob2002-07-081-0/+14
| | | | MFC after: 1 week
* Remove the 'bogus registrant' hack for fabric searches. It reallymjacob2002-07-081-12/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | turns out that there's something of a hole in our new fabric name server stuff. We ask the name server for entities that have registered as a specific type. That type is FC-SCSI. If the entity hasn't performed a REGISTER FC4 TYPES, the fabric nameserver won't return it. This brings this driver to a bit of a fork in the road as to what the right thing to do is. For servicing the needs of accessing FC-SCSI devices, this method is fine, and to be preferred. It is extremely unlikely we're interested in fabric devices that *don't* register correctly. If I ever get around to adding an FC-IP stack, then asking for devices that have registers as FC-IP types is also the right thing to do. So- asking the fabric nameserver for a specific type is fine, *as long as you are only interested in specific types*. If, on the other hand, you want to create (as for management tool support) a picture of everything on the fabric, this is *not* so fine. There are a large class of FC-SCSI *initiators* who *don't* correctly register, so we never will *see* them. Is this a problem? Yes, but only a little one. If we want to do such management tool support, we should probably run a *different* fabric nameserver query algorithm. Better yet, we should talk to the management nameserver in Brocade switches instead of the standard FC-GS-2 fabric nameserver (which can be unwieldy). Other changes: if we've overrrides marked, don't set some default values from reading NVRAM. This allows us to override things like EXEC throttle without having to ignore NVRAM entirely. MFC after: 1 week
OpenPOWER on IntegriCloud