| Commit message (Expand) | Author | Age | Files | Lines |
| * | Changed the type of an isa/general interrupt handler to take a | Bruce Evans | 1998-06-18 | 2 | -7/+7 |
| * | This commit fixes various 64bit portability problems required for | Doug Rabson | 1998-06-07 | 1 | -2/+2 |
| * | Include pc98.h instead of isa.h when PC98 is defined. | KATO Takenori | 1998-05-05 | 1 | -1/+5 |
| * | - Give up trying for a simple solution for correctly recognizing if a card | Nate Williams | 1998-04-20 | 2 | -1/+5 |
| * | - Only poll the PCIC controller for insertion/removal events if the | Nate Williams | 1998-04-20 | 1 | -3/+4 |
| * | Support compiling with `gcc -ansi'. | Bruce Evans | 1998-04-15 | 1 | -7/+7 |
| * | - Whoops, better have the structure created before trying to use it in | Nate Williams | 1998-04-09 | 1 | -2/+2 |
| * | - Fix bug I introduced a few months ago. If a driver fails the probe, | Nate Williams | 1998-04-08 | 1 | -4/+4 |
| * | Uninitialized pointer reference may happen on particular environment. | Tatsumi Hosokawa | 1998-03-19 | 1 | -1/+6 |
| * | Removed unused #includes. | Bruce Evans | 1998-02-25 | 1 | -2/+1 |
| * | - Removed typo in Copyright and added Id. | Nate Williams | 1998-02-07 | 1 | -1/+2 |
| * | Make all file-system (MFS, FFS, NFS, LFS, DEVFS) related option new-style. | Eivind Eklund | 1998-01-24 | 1 | -1/+3 |
| * | - Support for multiple PD6832 controllers. Each found 6832 is assigned | Nate Williams | 1998-01-20 | 2 | -4/+22 |
| * | Specify the minor number correctly when creating devfs entries. | Mike Smith | 1998-01-02 | 1 | -1/+3 |
| * | - Remove the code that cleared out the registers (previously enabled by the | Nate Williams | 1997-12-02 | 1 | -7/+0 |
| * | - Add necessary include files and fix bugs in last. | Nate Williams | 1997-12-02 | 1 | -3/+6 |
| * | - Bring in code removed from /sys/pccard/pcic.c, including DEVICE IDs, and | Nate Williams | 1997-12-02 | 2 | -95/+107 |
| * | - Remove PCI code from here, now that the PCI framework lives in /sys/pci. | Nate Williams | 1997-12-02 | 1 | -86/+5 |
| * | - Framework for PCI/CardBus controllers running in PCMCIA emulation | Nate Williams | 1997-12-02 | 2 | -0/+216 |
| * | - Renamed 'card.h' to 'cardinfo.h', to avoid namespace collisions with | Nate Williams | 1997-11-18 | 5 | -146/+6 |
| * | MF22: | Nate Williams | 1997-11-15 | 2 | -6/+7 |
| * | - Reset the pcic controller interrupt 'poll' timeout *after* we call the | Nate Williams | 1997-11-04 | 1 | -6/+6 |
| * | - More style nits (sorry, I should have done this last time). | Nate Williams | 1997-10-28 | 1 | -10/+10 |
| * | - Style nit. | Nate Williams | 1997-10-28 | 1 | -20/+20 |
| * | - Disable cards when doing a suspend by emulating that they have been | Nate Williams | 1997-10-28 | 3 | -10/+13 |
| * | - Instead of relying on a functional call to register PCARD-capable drivers, | Nate Williams | 1997-10-26 | 3 | -2/+13 |
| * | - Patch the 'skeleton' example driver to be more consistant with the new | Nate Williams | 1997-10-26 | 1 | -40/+28 |
| * | - 'Beep' support now happens in it's own separate file, so you can mess | Nate Williams | 1997-10-26 | 5 | -42/+83 |
| * | - Functional changes to PCCARD support. | Nate Williams | 1997-10-26 | 2 | -41/+13 |
| * | - Do a bunch of gratuitous changes intended to make the code easier to | Nate Williams | 1997-10-26 | 7 | -401/+406 |
| * | - Call 'callout_handle_init' on the two timeout channels after they are | Nate Williams | 1997-10-26 | 1 | -0/+2 |
| * | - KNF the PCI stuff, no functional changes. | Nate Williams | 1997-10-25 | 1 | -20/+24 |
| * | - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind the | Nate Williams | 1997-10-24 | 1 | -2/+13 |
| * | - Use the definitions found in <i386/isa/isa.h> instead of rolling our | Nate Williams | 1997-10-24 | 1 | -6/+7 |
| * | - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h, | Nate Williams | 1997-10-23 | 1 | -57/+66 |
| * | - Move the untimeout code call out of the check for pwr_off_pending. It | Nate Williams | 1997-10-23 | 1 | -3/+2 |
| * | - Fix braino in last commit. (Slow networks should be outlawed!) | Nate Williams | 1997-10-23 | 1 | -2/+2 |
| * | - When doing suspend/resume, only try to suspend those drivers on active | Nate Williams | 1997-10-23 | 1 | -4/+8 |
| * | Back our V1.36, due to reports of badness. (IRQ's are again allocated | Nate Williams | 1997-10-23 | 1 | -1/+1 |
| * | - Simplify code by removing a variable which was initialized once, never | Nate Williams | 1997-10-23 | 2 | -8/+2 |
| * | LEarn about the TI 1131. | Garrett Wollman | 1997-10-17 | 1 | -0/+2 |
| * | - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This new | Nate Williams | 1997-10-06 | 1 | -8/+33 |
| * | - Include <sys/interrupt.h> to avoid compiler errors. | Nate Williams | 1997-10-06 | 1 | -0/+1 |
| * | - Fix braino in last commit. | Nate Williams | 1997-10-06 | 1 | -11/+3 |
| * | Modem cards send the speaker audio (dialing noises) to the host's | Nate Williams | 1997-10-06 | 2 | -18/+49 |
| * | - Allocate the 'PCIC' interrupt from the last available (higher #) IRQ | Nate Williams | 1997-10-06 | 1 | -1/+1 |
| * | - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1. | Nate Williams | 1997-10-06 | 1 | -1/+1 |
| * | - Style police | Nate Williams | 1997-10-06 | 2 | -30/+30 |
| * | Update for new callout interface. | Justin T. Gibbs | 1997-09-21 | 3 | -9/+14 |
| * | Update select -> poll in drivers. | Peter Wemm | 1997-09-14 | 1 | -18/+21 |