summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* The mecia support has moved to the mecia driver, so remove the copy ofimp2001-05-151-351/+35
* Add mecia driver definitions.imp2001-05-151-0/+1
* This code touches MD code inappropriately. So we have to include pc98imp2001-05-151-0/+5
* A new driver for the MECIA. This is the NEC Original PCMCIAimp2001-05-152-0/+792
* "Sir, the deorbit burn completed succesfully."jhb2001-05-156-220/+0
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-1559-63/+0
* Add a PROC_TRYLOCK() macro to perform a mtx_trylock() on the process lock.jhb2001-05-151-0/+1
* Remove unneeded includes in the i386 case.jhb2001-05-151-5/+0
* - Remove unneeded include of sys/ipl.h.jhb2001-05-151-1/+2
* - Remove unneeded include of sys/ipl.h.jhb2001-05-151-3/+2
* Move the definition of HWI_MASK to the i386/isa/icu.h header right next tojhb2001-05-152-0/+4
* - Use ICU_LEN rather than NHWI for the size of the array of ithreads.jhb2001-05-152-4/+2
* - Use PROC_LOCK_ASSERT instead of a direct mtx_assert.jhb2001-05-151-8/+6
* Fix instance of (struct ti_softc *) that should have beenwpaul2001-05-151-1/+1
* Include sys/lock.h and sys/mutex.h so that this compiles.jhb2001-05-151-0/+2
* Adjust the descriptor structures a little by making the software partswpaul2001-05-151-4/+12
* Remove a bogus comment which I forgot to get rid of after testinggreid2001-05-151-1/+1
* ahc_eisa.c:gibbs2001-05-1514-323/+506
* Use " |= " to enable special media handling for fxp with no MII, insteadjlemon2001-05-152-2/+2
* Support /dev/ctty againbrian2001-05-151-3/+8
* Back out scanning file descriptors with holding a process lock.tanimura2001-05-153-6/+66
* Merged from sys/isa/fd.c revision 1.197.kato2001-05-152-46/+80
* Merged from sys/i386/i386/machdep.c revision 1.450.kato2001-05-152-0/+2
* {G,S}ET_UNIT are now unused, gc themimp2001-05-151-3/+0
* 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
OpenPOWER on IntegriCloud