| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't reference non-existant ATAPI option.. | peter | 1999-05-23 | 2 | -8/+8 |
* | - Fix up some comments in if_wi.c (no code changes) | wpaul | 1999-05-22 | 1 | -9/+9 |
* | Don't use BUS_WRITE_IVAR to manipulate resources. | dfr | 1999-05-22 | 1 | -9/+10 |
* | * Factor out the common code between the isa bus drivers for i386 and alpha. | dfr | 1999-05-22 | 2 | -454/+89 |
* | Recover from removing the last (unshared) interrupt handler. | peter | 1999-05-22 | 2 | -54/+24 |
* | Fixed style bugs in previous commit. | bde | 1999-05-22 | 2 | -10/+10 |
* | This commit adds driver support for PCI fast ethernet cards based on the | wpaul | 1999-05-21 | 4 | -6/+16 |
* | Set CHAR_{MIN,MAX} according to -funsigned-char flag given or not | ache | 1999-05-20 | 2 | -6/+18 |
* | usbdi.h: | n_hibma | 1999-05-20 | 3 | -43/+41 |
* | upgrade isdn4bsd from version 0.71 to the just released version 0.81 | hm | 1999-05-20 | 6 | -29/+89 |
* | Don't detect an EISA bus unless we see a "card" there somewhere. An EISA | peter | 1999-05-18 | 1 | -2/+10 |
* | Move pcibus (host -> pci bus) probe/attach routines from nexus | peter | 1999-05-18 | 6 | -120/+196 |
* | Added device major 125 for the Advantech PCI-1750 Digital IO card. | roger | 1999-05-18 | 1 | -1/+2 |
* | Update text on using the smbus, iibus, iicbb controllers | roger | 1999-05-18 | 2 | -8/+16 |
* | Bt848 driver release 1.65 | roger | 1999-05-18 | 1 | -2/+3 |
* | pmap_qremove: | alc | 1999-05-18 | 1 | -4/+17 |
* | Correct the comment for the last commit. | gibbs | 1999-05-17 | 1 | -1/+1 |
* | Fix whitespace. Correct a comment. | gibbs | 1999-05-17 | 1 | -15/+18 |
* | Add `xe', the Xircom PC Card Ethernet driver. | obrien | 1999-05-15 | 1 | -2/+3 |
* | Don't hardcode IRQ 13 for NPX. It's as good as hardwired in the hardware | peter | 1999-05-15 | 1 | -6/+11 |
* | Nuke ucmpdi2.c from i386/libkern to serve as a reminder that switch | gibbs | 1999-05-14 | 1 | -2/+1 |
* | * Define a new static method DEVICE_IDENTIFY which is called to add device | dfr | 1999-05-14 | 1 | -106/+36 |
* | Correct comment to refer to kget(8). | jkoshy | 1999-05-14 | 1 | -3/+3 |
* | Add ucmpdi2.c to the i386 libkern build. | gibbs | 1999-05-14 | 1 | -1/+2 |
* | Add the `xe' Xircom PC Card driver. | obrien | 1999-05-14 | 4 | -4/+10 |
* | Fixed 10 out of 40 lines of -Wcast-qual warnings/errors. 3 lines were | bde | 1999-05-13 | 2 | -18/+23 |
* | Renamed the private copies of strlen and strcpy to gdb_strlen and | bde | 1999-05-13 | 1 | -4/+3 |
* | Unbreak VESA on SMP. | luoqi | 1999-05-12 | 13 | -38/+42 |
* | VM86_FRAMESIZE is now the size of vm86 frame, not the number of 4-byte words. | luoqi | 1999-05-12 | 2 | -5/+5 |
* | Fix dev_t/minor problems | peter | 1999-05-12 | 3 | -23/+31 |
* | Fix dumpon. It passes a udev_t from userland to kernel, that needs a | phk | 1999-05-12 | 1 | -4/+4 |
* | Updated a comment (Crtat is no longer bogusly shared with syscons). | bde | 1999-05-12 | 1 | -2/+0 |
* | Divorce "dev_t" from the "major|minor" bitmap, which is now called | phk | 1999-05-11 | 8 | -16/+18 |
* | Yet another place I missed when increasing trapframe size, which causes problem | luoqi | 1999-05-11 | 2 | -3/+5 |
* | Do not hardcode size of struct vm86frame. | luoqi | 1999-05-11 | 2 | -4/+10 |
* | Trap frame size has increased by 4. | luoqi | 1999-05-11 | 1 | -3/+3 |
* | Make the driver work on HP8100 and the newer Philips that does not | sos | 1999-05-11 | 2 | -48/+6 |
* | Change the INIT_PATH option example to use colons instead of semi-colons | jb | 1999-05-11 | 2 | -4/+4 |
* | Fixed reset handling for motor off resets. I first fixed this together | bde | 1999-05-11 | 1 | -2/+3 |
* | The Intel Pentium Pro's performance counters are 40 bits wide. The Intel | alc | 1999-05-11 | 1 | -3/+3 |
* | Fixed checking for maddr/msize conflicts. It was complete nonsense, | bde | 1999-05-10 | 1 | -7/+6 |
* | correct params for sndmmap(). Don't bogo-initialize fields we don't | phk | 1999-05-10 | 1 | -3/+2 |
* | Add missing suspend/resume methods. | dfr | 1999-05-10 | 2 | -2/+10 |
* | Move the mfs_getimage() prototype to mfs_extern.h duplicating it | peter | 1999-05-10 | 1 | -8/+8 |
* | [Forgot to commit this in the batch a few days ago.] | bde | 1999-05-10 | 1 | -1/+3 |
* | Clean out some unused leftovers from before the split from the old isa.c. | peter | 1999-05-09 | 1 | -15/+3 |
* | Un-duplicate DO_SETBITS() (it was identical for both SMP and !SMP).. | peter | 1999-05-09 | 1 | -30/+16 |
* | For what it's worth, idelayed is declared as a volatile in the headers, | peter | 1999-05-09 | 2 | -4/+4 |
* | loadandclear() uses an atomic instruction (even on SMP, where it's an | peter | 1999-05-09 | 2 | -5/+5 |
* | #ifdef BRIDGE around a goto label used by the bridge code to silcence a | peter | 1999-05-09 | 2 | -2/+6 |