| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | - Patch the 'skeleton' example driver to be more consistant with the new | nate | 1997-10-26 | 1 | -40/+28 |
* | - 'Beep' support now happens in it's own separate file, so you can mess | nate | 1997-10-26 | 5 | -42/+83 |
* | - Functional changes to PCCARD support. | nate | 1997-10-26 | 2 | -41/+13 |
* | - Do a bunch of gratuitous changes intended to make the code easier to | nate | 1997-10-26 | 7 | -403/+408 |
* | - Call 'callout_handle_init' on the two timeout channels after they are | nate | 1997-10-26 | 1 | -0/+2 |
* | - KNF the PCI stuff, no functional changes. | nate | 1997-10-25 | 1 | -20/+24 |
* | - Recognize the Cirrus Logic PD6729/6730 PC-Card Controller behind the | nate | 1997-10-24 | 1 | -2/+13 |
* | - Use the definitions found in <i386/isa/isa.h> instead of rolling our | nate | 1997-10-24 | 1 | -6/+7 |
* | - defined constant ISA_HOLE_START (would be nice to include machine/pmap.h, | nate | 1997-10-23 | 1 | -57/+66 |
* | - Move the untimeout code call out of the check for pwr_off_pending. It | nate | 1997-10-23 | 1 | -3/+2 |
* | - Fix braino in last commit. (Slow networks should be outlawed!) | nate | 1997-10-23 | 1 | -2/+2 |
* | - When doing suspend/resume, only try to suspend those drivers on active | nate | 1997-10-23 | 1 | -4/+8 |
* | Back our V1.36, due to reports of badness. (IRQ's are again allocated | nate | 1997-10-23 | 1 | -1/+1 |
* | - Simplify code by removing a variable which was initialized once, never | nate | 1997-10-23 | 2 | -8/+2 |
* | LEarn about the TI 1131. | wollman | 1997-10-17 | 1 | -0/+2 |
* | - Bring in APM_PCCARD_RESUME support from PAO, FreeBSD style. This new | nate | 1997-10-06 | 1 | -8/+33 |
* | - Include <sys/interrupt.h> to avoid compiler errors. | nate | 1997-10-06 | 1 | -0/+1 |
* | - Fix braino in last commit. | nate | 1997-10-06 | 1 | -11/+3 |
* | Modem cards send the speaker audio (dialing noises) to the host's | nate | 1997-10-06 | 2 | -18/+49 |
* | - Allocate the 'PCIC' interrupt from the last available (higher #) IRQ | nate | 1997-10-06 | 1 | -1/+1 |
* | - Don't start at IRQ 0 in build-freelist, but instead start at IRQ 1. | nate | 1997-10-06 | 1 | -1/+1 |
* | - Style police | nate | 1997-10-06 | 2 | -30/+30 |
* | Update for new callout interface. | gibbs | 1997-09-21 | 3 | -9/+14 |
* | Update select -> poll in drivers. | peter | 1997-09-14 | 1 | -18/+21 |
* | Oops, unremoved used #include. | bde | 1997-07-21 | 1 | -0/+3 |
* | Use soft_imask instead of SWI_MASK in the LKM version. SWI_MASK shouldn't | bde | 1997-07-21 | 1 | -6/+1 |
* | Make this puppy compile again - add two includes. | jkh | 1997-06-01 | 1 | -0/+2 |
* | Don't apply 5V when we want 3.3V. | phk | 1997-05-22 | 1 | -1/+9 |
* | Recognize, but don't actually do much with a TI PCI1130 PcCard/CardBus bridge. | phk | 1997-05-03 | 1 | -0/+65 |
* | 1. i82365.h: Chip identifiers should not be #ifdef PC98. Add identifier | phk | 1997-04-20 | 3 | -45/+76 |
* | Make MOD_* macros almost consistent: | dufault | 1997-04-06 | 1 | -1/+2 |
* | Argh, this time get the parentheses right. This hasn't been a good day for me. | nate | 1997-02-21 | 1 | -3/+3 |
* | Whoops, make sure we have enough parenthesis. | nate | 1997-02-21 | 1 | -1/+1 |
* | Try to make the BROKEN_VLSI chipset detection better, and not break | nate | 1997-02-18 | 1 | -2/+8 |
* | In the disable_slot() routine, the variable "i" was | nate | 1997-02-11 | 1 | -1/+1 |
* | Deleted obsolete structure, pc98_device. | kato | 1997-02-04 | 1 | -4/+0 |
* | One other minor include file change. | nate | 1997-01-14 | 1 | -2/+3 |
* | Include file cleanups. | nate | 1997-01-13 | 3 | -36/+6 |
* | Initialize pcic_imask with SWI_MASK to interference from timeout routines. | nate | 1997-01-11 | 1 | -0/+1 |
* | Whoops, typo. | nate | 1997-01-11 | 1 | -1/+1 |
* | Update the PCIC controller's imask with individual slot IRQ's. | nate | 1997-01-11 | 4 | -6/+18 |
* | Removed magic # 16 and replaced with ICU_LEN. | nate | 1997-01-11 | 1 | -1/+1 |
* | Now that all of the IRQ's should be allocated by the time this | nate | 1997-01-11 | 1 | -3/+40 |
* | - Added PCIC resume function | nate | 1997-01-08 | 3 | -35/+35 |
* | Cleaned up all headers that include <sys/ioctl.h> or <sys/ioccom.h>: | bde | 1996-09-21 | 2 | -2/+22 |
* | - Don't include <machine/laptops.h>. It was a kludge I should never | nate | 1996-09-07 | 2 | -2/+0 |
* | Yet another merge. Remove support.s by deleting memcopy. Remove | asami | 1996-09-07 | 2 | -6/+2 |
* | Remove devconf, it never grew up to be of any use. | phk | 1996-09-06 | 2 | -55/+0 |
* | Re-sync with the state of PC98 world. This will be the last commit before | asami | 1996-08-30 | 1 | -0/+45 |
* | Added #include of <machine/md_var.h>. This will be needed when | bde | 1996-06-25 | 1 | -0/+1 |