summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* It turns out that pcic_slot::slotnum was really unused, so don't setimp2001-05-141-2/+0
* Remove static array of slots. We now have state information for eachimp2001-05-141-17/+24
* Fix the so called "static bug" in polling mode. Some desktop cardsimp2001-05-141-6/+33
* Implement a few more floppy ioctl commands and IO options, namely:joerg2001-05-145-52/+134
* Close PR 22208: bring chip out of suspend mode, because Windows mightwpaul2001-05-144-0/+30
* Add support for the AMD 766 southbridge incl ATA100 supportsos2001-05-142-3/+24
* Further fixes for deadlock in the presence of multiple snapshots.mckusick2001-05-141-7/+20
* When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUTjlemon2001-05-141-3/+3
* Use the new ability to avoid practically all the gunk in this file.phk2001-05-141-17/+26
* After a successfull poll of the cloning functions, match on thephk2001-05-141-14/+6
* Minor style(9) changes:imp2001-05-144-74/+78
* Take a stab at making this less dependent on having pcic as a parent.imp2001-05-141-24/+17
* Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end}imp2001-05-141-10/+8
* - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9).tanimura2001-05-144-59/+158
* When activating or deactivating a resource, only attempt to deal withimp2001-05-141-0/+8
* If the effective link count is zero when an NFS file handle requestmckusick2001-05-131-1/+3
* Convert DEVFS from an "opt-in" to an "opt-out" option.phk2001-05-1314-18/+14
* Use a critical region to protect pushing of the parent's npx state to thebde2001-05-132-8/+28
* Remove safety belt that checks for miibus in the config file. Thisjlemon2001-05-131-11/+0
* Return errors for unsupported operations on pcic_get_res_flags ratherimp2001-05-131-1/+1
* Change #ifdef PC98 to #ifdef MECIA_SUPPORT and define MECIA_SUPPORTimp2001-05-131-13/+17
* I'll be making some rather substantial changes to the pci attachmentimp2001-05-134-608/+2
* o Get rid of static array of slots in pccard layer. Move this to theimp2001-05-134-102/+100
* Update makefile to reflect vlan support.jlemon2001-05-131-1/+5
* Add few cosmetic style fixes, and some debug information for SCB timeouts.jlemon2001-05-131-4/+62
* Add a few more register definitions.jlemon2001-05-121-0/+12
* Revert part of last commit. Instead of using %fs for KSD/TSD, we'lldeischen2001-05-122-0/+2
* Unbreak release. *sigh*wpaul2001-05-122-2/+2
* Th -> The in a commentimp2001-05-121-1/+1
* Preserve the state of the %gs register when setting up the signaldeischen2001-05-121-2/+0
* Simplify the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-114-98/+49
* GC prototype for procfs_bmap() missed during a previous commit.jhb2001-05-112-2/+0
* Simply the vm fault trap handling code a bit by using if-else instead ofjhb2001-05-111-11/+4
* Allow sendsig() to hand the proc lock off to osendsig() rather than havingjhb2001-05-111-2/+1
* Add a new macro to test if a process' proc lock is held by the currentjhb2001-05-111-0/+1
* It's vlan.h, not opt_vlan.h.wpaul2001-05-111-1/+1
* In vrele() and vput(), avoid triggering the confusing "missed vn_close"iedowse2001-05-111-2/+6
* Regenerate.jlemon2001-05-111-3/+7
* Correctly recognize the i82562{EM} PHYs.jlemon2001-05-112-15/+20
* Regeneratewpaul2001-05-111-1/+5
* Check witness_dead in more functions to avoid panic'ing when assertionsjhb2001-05-111-3/+16
* Disable the 'stats counter overflow' interrupts since they can happenwpaul2001-05-111-1/+1
* Add support for gigabit ethernet cards based on the NatSemi DP83820wpaul2001-05-1111-3/+3384
* Regenerate.tegge2001-05-111-1/+1
* gettimeofday() is MP safe on both -current and -stable.tegge2001-05-111-1/+1
* In in_ifadown(), differentiate between whether the interface goesru2001-05-114-11/+15
* Remove yet another deadlock case.mckusick2001-05-111-3/+6
* Fix world-breaking typo in previous commit.grog2001-05-111-1/+1
* Un-swap irq/link byte values so that printf works.msmith2001-05-113-3/+3
* Trim lots of stuff that is now in MI code along with MD alpha code.jhb2001-05-101-324/+7
OpenPOWER on IntegriCloud