| Commit message (Expand) | Author | Age | Files | Lines |
* | - Convert this driver to newbus. | mdodd | 1999-10-16 | 3 | -1036/+1508 |
* | Convert the mx driver to miibus. | wpaul | 1999-10-16 | 9 | -891/+681 |
* | Remove name field from controller information. Fix name setting in | imp | 1999-10-16 | 3 | -38/+44 |
* | Use a much larger buffer for message log retrieval until we are sure that | msmith | 1999-10-16 | 1 | -9/+10 |
* | Fix mlx_diagnose_command so that it actually works. I can't believe this | msmith | 1999-10-16 | 1 | -1/+1 |
* | Save the drive device_t so that we can print it later. | msmith | 1999-10-16 | 1 | -0/+1 |
* | Save the drive device_t correctly so we can print it later. | msmith | 1999-10-16 | 2 | -2/+2 |
* | Eliminate remaining part of incorrect PCI bus numbering sanity check on syste... | tegge | 1999-10-15 | 7 | -49/+0 |
* | Use BWX instructions on EV6 as well as EV5. | gallatin | 1999-10-15 | 1 | -2/+2 |
* | Until we actually support SBus, there's no reason to keep the f/w in the tree. | mjacob | 1999-10-15 | 1 | -4274/+0 |
* | Add new file for pccard compatibilty code. Add it to files so it gets | imp | 1999-10-15 | 2 | -1/+220 |
* | Reorganize the attachement point for pcic (it was unattached and | imp | 1999-10-15 | 8 | -310/+64 |
* | Include opt_bktr. | roger | 1999-10-15 | 1 | -0/+2 |
* | Acutally our style is "options\x20\x09". | obrien | 1999-10-15 | 4 | -64/+64 |
* | Implement pseudo_AF_HDRCMPLT, which controls the state of the 'header | msmith | 1999-10-15 | 7 | -11/+58 |
* | - Remove the ISA, PCI, and PCCARD specific code from if_ed.c; it | mdodd | 1999-10-15 | 6 | -306/+76 |
* | Make it easier to have completely new bus attachment points for pccard | imp | 1999-10-15 | 3 | -32/+70 |
* | Break out the bus front end code into separate files. | mdodd | 1999-10-15 | 2 | -0/+344 |
* | Make some small tweaks: | wpaul | 1999-10-14 | 2 | -4/+27 |
* | * Implement bus_set/get/delete_resource for pci. | dfr | 1999-10-14 | 11 | -592/+313 |
* | Add PNPBIOS option. | dfr | 1999-10-14 | 2 | -0/+6 |
* | * Add some verbose logging to the PnP parser and fix a couple of bugs. | dfr | 1999-10-14 | 5 | -83/+281 |
* | Revive ps_usertramp, it's still referenced by COMPAT_SUNOS code. | luoqi | 1999-10-14 | 1 | -0/+1 |
* | Recognize Pentium II w/ CPUID = 0x6XX and Pentium III Xeon w/ CPUID = | kato | 1999-10-14 | 2 | -4/+4 |
* | Like it or not, we use ^I's not 0x20 to align things in this file. | obrien | 1999-10-14 | 4 | -16/+16 |
* | Missed the second argument of fdrop(). | green | 1999-10-14 | 1 | -1/+1 |
* | Make the contents, layout, and comments match sys/i386/conf/GENERIC as | obrien | 1999-10-14 | 2 | -134/+172 |
* | Under some condition vnode can reference itself. | bp | 1999-10-14 | 4 | -2/+10 |
* | Isolate old constant NCP_VOLNAME_LEN. | bp | 1999-10-14 | 2 | -2/+6 |
* | Fix a race condition with shared fd tables and writev(). It's | green | 1999-10-14 | 1 | -2/+7 |
* | Add a missing spl lowering. | green | 1999-10-14 | 1 | -0/+1 |
* | Add support for the version 4 firmware interface and the DAC960 PG and | msmith | 1999-10-14 | 5 | -58/+180 |
* | Remove reference to obsolete initsd function. | grog | 1999-10-13 | 1 | -3/+1 |
* | Divide the Alpha's hz of 1024 by 8 to obain a stathz of 128. This | gallatin | 1999-10-13 | 2 | -1/+8 |
* | Don't match non-IDE devices in probe. | dfr | 1999-10-13 | 1 | -0/+4 |
* | Sync with sys/i386/isa/pcaudio.c revision 1.55. | kato | 1999-10-13 | 1 | -1/+0 |
* | Sync with sys/i386/isa/mse.c revision 1.48. | kato | 1999-10-13 | 1 | -3/+0 |
* | Sync with sys/i386/i386/machdep.c revision 1.370. | kato | 1999-10-13 | 2 | -2/+6 |
* | Sync with sys/i386/conf/majors.i386 revision 1.87. | kato | 1999-10-13 | 1 | -2/+8 |
* | Sync with sys/i386/conf/files.i386 revision 1.277. | kato | 1999-10-13 | 2 | -4/+0 |
* | Sync with sys/i386/conf/Makefile.i386 revision 1.160. | kato | 1999-10-13 | 2 | -0/+8 |
* | Sync with sys/boot/i386/btx/btx/Makefile and btx.s revisions 1.7 and | kato | 1999-10-13 | 3 | -9/+138 |
* | change identical and "programming error" panic("mcopy*")'s into | alfred | 1999-10-13 | 1 | -12/+9 |
* | Fix a security bug. eflags was copied verbatim from userland. | marcel | 1999-10-13 | 2 | -2/+4 |
* | Change default revive block size to 60 kB (was 64 kB), and set a | grog | 1999-10-13 | 1 | -2/+16 |
* | Add glue for passing revive block size, and also for initializing a | grog | 1999-10-13 | 1 | -4/+10 |
* | revive_block: Add a check for a too high revive block size. This is | grog | 1999-10-13 | 1 | -2/+135 |
* | launch_requests: | grog | 1999-10-13 | 1 | -9/+41 |
* | MMalloc: don't supply M_WAITOK when mallocing from an interrupt | grog | 1999-10-13 | 1 | -23/+29 |
* | struct vinum_ioctl_msg: Add fields verify (for initsd) and blocksize | grog | 1999-10-13 | 1 | -0/+3 |