| Commit message (Expand) | Author | Age | Files | Lines |
* | Catch up with some recent changes: | imp | 2001-05-16 | 1 | -1/+6 |
* | Separate out isa attachment to its own file. The pci attachment will | imp | 2001-05-16 | 4 | -84/+189 |
* | This file is now obsolete. The #defines in it have never been used | imp | 2001-05-16 | 1 | -44/+0 |
* | remove include of ipl.h because it no longer exists | alfred | 2001-05-16 | 1 | -1/+0 |
* | Lock the procfs functions for doing a single step and reading/writing | jhb | 2001-05-16 | 4 | -132/+67 |
* | pcic98reg.h is now contained in meciareg.h. | imp | 2001-05-15 | 2 | -59/+1 |
* | The mecia support has moved to the mecia driver, so remove the copy of | imp | 2001-05-15 | 1 | -351/+35 |
* | Add mecia driver definitions. | imp | 2001-05-15 | 1 | -0/+1 |
* | This code touches MD code inappropriately. So we have to include pc98 | imp | 2001-05-15 | 1 | -0/+5 |
* | A new driver for the MECIA. This is the NEC Original PCMCIA | imp | 2001-05-15 | 2 | -0/+792 |
* | "Sir, the deorbit burn completed succesfully." | jhb | 2001-05-15 | 6 | -220/+0 |
* | Remove unneeded includes of sys/ipl.h and machine/ipl.h. | jhb | 2001-05-15 | 59 | -63/+0 |
* | Add a PROC_TRYLOCK() macro to perform a mtx_trylock() on the process lock. | jhb | 2001-05-15 | 1 | -0/+1 |
* | Remove unneeded includes in the i386 case. | jhb | 2001-05-15 | 1 | -5/+0 |
* | - Remove unneeded include of sys/ipl.h. | jhb | 2001-05-15 | 1 | -1/+2 |
* | - Remove unneeded include of sys/ipl.h. | jhb | 2001-05-15 | 1 | -3/+2 |
* | Move the definition of HWI_MASK to the i386/isa/icu.h header right next to | jhb | 2001-05-15 | 2 | -0/+4 |
* | - Use ICU_LEN rather than NHWI for the size of the array of ithreads. | jhb | 2001-05-15 | 2 | -4/+2 |
* | - Use PROC_LOCK_ASSERT instead of a direct mtx_assert. | jhb | 2001-05-15 | 1 | -8/+6 |
* | Fix instance of (struct ti_softc *) that should have been | wpaul | 2001-05-15 | 1 | -1/+1 |
* | Include sys/lock.h and sys/mutex.h so that this compiles. | jhb | 2001-05-15 | 1 | -0/+2 |
* | Adjust the descriptor structures a little by making the software parts | wpaul | 2001-05-15 | 1 | -4/+12 |
* | Remove a bogus comment which I forgot to get rid of after testing | greid | 2001-05-15 | 1 | -1/+1 |
* | ahc_eisa.c: | gibbs | 2001-05-15 | 14 | -323/+506 |
* | Use " |= " to enable special media handling for fxp with no MII, instead | jlemon | 2001-05-15 | 2 | -2/+2 |
* | Support /dev/ctty again | brian | 2001-05-15 | 1 | -3/+8 |
* | Back out scanning file descriptors with holding a process lock. | tanimura | 2001-05-15 | 3 | -6/+66 |
* | Merged from sys/isa/fd.c revision 1.197. | kato | 2001-05-15 | 2 | -46/+80 |
* | Merged from sys/i386/i386/machdep.c revision 1.450. | kato | 2001-05-15 | 2 | -0/+2 |
* | {G,S}ET_UNIT are now unused, gc them | imp | 2001-05-15 | 1 | -3/+0 |
* | It turns out that pcic_slot::slotnum was really unused, so don't set | imp | 2001-05-14 | 1 | -2/+0 |
* | Remove static array of slots. We now have state information for each | imp | 2001-05-14 | 1 | -17/+24 |
* | Fix the so called "static bug" in polling mode. Some desktop cards | imp | 2001-05-14 | 1 | -6/+33 |
* | Implement a few more floppy ioctl commands and IO options, namely: | joerg | 2001-05-14 | 5 | -52/+134 |
* | Close PR 22208: bring chip out of suspend mode, because Windows might | wpaul | 2001-05-14 | 4 | -0/+30 |
* | Add support for the AMD 766 southbridge incl ATA100 support | sos | 2001-05-14 | 2 | -3/+24 |
* | Further fixes for deadlock in the presence of multiple snapshots. | mckusick | 2001-05-14 | 1 | -7/+20 |
* | When calling poll() on a fd associated with a filesystem, let POLLIN/POLLOUT | jlemon | 2001-05-14 | 1 | -3/+3 |
* | Use the new ability to avoid practically all the gunk in this file. | phk | 2001-05-14 | 1 | -17/+26 |
* | After a successfull poll of the cloning functions, match on the | phk | 2001-05-14 | 1 | -14/+6 |
* | Minor style(9) changes: | imp | 2001-05-14 | 4 | -74/+78 |
* | Take a stab at making this less dependent on having pcic as a parent. | imp | 2001-05-14 | 1 | -24/+17 |
* | Change machdep.pccard.pcic_mem_{start,end} to machdep.pccard.mem_{start,end} | imp | 2001-05-14 | 1 | -10/+8 |
* | - Convert msleep(9) in select(2) and poll(2) to cv_*wait*(9). | tanimura | 2001-05-14 | 4 | -59/+158 |
* | When activating or deactivating a resource, only attempt to deal with | imp | 2001-05-14 | 1 | -0/+8 |
* | If the effective link count is zero when an NFS file handle request | mckusick | 2001-05-13 | 1 | -1/+3 |
* | Convert DEVFS from an "opt-in" to an "opt-out" option. | phk | 2001-05-13 | 14 | -18/+14 |
* | Use a critical region to protect pushing of the parent's npx state to the | bde | 2001-05-13 | 2 | -8/+28 |
* | Remove safety belt that checks for miibus in the config file. This | jlemon | 2001-05-13 | 1 | -11/+0 |
* | Return errors for unsupported operations on pcic_get_res_flags rather | imp | 2001-05-13 | 1 | -1/+1 |