| Commit message (Expand) | Author | Age | Files | Lines |
* | Use devtoname() to print dev_t's instead of casting them to long or u_long | bde | 1999-08-23 | 3 | -20/+20 |
* | Modify the macros IMASK_UNLOCK, CPL_UNLOCK, and REL_FAST_INTR_LOCK | alc | 1999-08-23 | 1 | -4/+2 |
* | - Make binary size smaller. | kato | 1999-08-23 | 1 | -6/+6 |
* | Oops, that wasn't so clever after all. struct isa_device is still a | peter | 1999-08-22 | 1 | -3/+1 |
* | Make the identify routine add itself with priority 100 to make sure it | peter | 1999-08-22 | 1 | -2/+6 |
* | Add an identify method to allow npx to arrange itself to be attached to | peter | 1999-08-22 | 1 | -1/+18 |
* | make pnp.h self contained, for what good it'll do since it's days are | peter | 1999-08-22 | 1 | -1/+3 |
* | Clean up after removing sys/eventhandler.h from sys/systm.h at the last | msmith | 1999-08-21 | 2 | -3/+5 |
* | Implement a new generic mechanism for attaching handler functions to | msmith | 1999-08-21 | 2 | -10/+12 |
* | Fix stupid error (xse -> xsc). | mdodd | 1999-08-20 | 2 | -12/+13 |
* | Set ifp->if_init to the right function. | mdodd | 1999-08-20 | 4 | -45/+57 |
* | Make these actually compile. I got a little delete happy pruning includes | mdodd | 1999-08-18 | 10 | -21/+52 |
* | printf("%x",dev); -> printf("%s",devtoname(dev)); | nsayer | 1999-08-18 | 1 | -11/+11 |
* | SIOCSIFADDR, SIOCGIFADDR, and SIOCSIFMTU are implemented in | mdodd | 1999-08-18 | 10 | -675/+50 |
* | Welcome devtoname(), to most likely be used when printing information | billf | 1999-08-17 | 1 | -5/+5 |
* | Properly set the alignment argument to bus_dma_tag_create(). If we | gibbs | 1999-08-16 | 2 | -4/+4 |
* | Spring cleaning around strategy and disklabels/slices: | phk | 1999-08-14 | 3 | -56/+26 |
* | Hopefully fix the previous commit, it caused *all* bridges to be detected | peter | 1999-08-10 | 1 | -6/+7 |
* | Add support for the Am79C978. (AMD PCHome/PCI Ethernet adapter) | mdodd | 1999-08-10 | 3 | -2/+22 |
* | Fix nexus_pcib_is_host_bridge() so that it detects my 486's PCI bus | wpaul | 1999-08-09 | 1 | -3/+9 |
* | Merge the cons.c and cons.h to the best of my ability. alpha may or | phk | 1999-08-09 | 4 | -6/+6 |
* | Don't probe if pci_cfgopen() fails to find pci hardware, like we used to | peter | 1999-08-04 | 1 | -5/+4 |
* | Remove XXX from the headers (broke the build, I'm betting.) | green | 1999-07-29 | 1 | -2/+1 |
* | Alter the behavior of sys/kern/subr_bus.c:device_print_child() | mdodd | 1999-07-29 | 1 | -6/+8 |
* | We're called too early to have any idea whether APM is going to be | msmith | 1999-07-28 | 1 | -11/+7 |
* | Pave the way for the fla driver. | phk | 1999-07-26 | 1 | -5/+1 |
* | Various formatting fixes on my FPE trapcode commit. | cracauer | 1999-07-26 | 1 | -140/+140 |
* | On FPU exceptions, pass a useful error code (one of the FPE_... | cracauer | 1999-07-25 | 1 | -24/+202 |
* | 3C574TX 16bit FastEtherlink PC-card support. | hosokawa | 1999-07-25 | 2 | -6/+40 |
* | atomic.h: | alc | 1999-07-23 | 1 | -2/+2 |
* | Correct the alignment of some of the members in the wi_frame structure. | wpaul | 1999-07-20 | 1 | -3/+5 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 2 | -3/+30 |
* | An SMP-specific change: Eliminate an unnecessary lock acquire and release | alc | 1999-07-20 | 1 | -10/+1 |
* | Updated acquire_timer2()'s state machine to work when the i8254 is | bde | 1999-07-18 | 1 | -23/+10 |
* | Don't let the machdep.tsc_freq sysctl proceed if the TSC is present | bde | 1999-07-18 | 1 | -6/+6 |
* | An SMP-specific change: eliminate another check on bsp_apic_ready. | alc | 1999-07-17 | 1 | -10/+1 |
* | Add support for multiple PCI busses directly connected to the nexus. | msmith | 1999-07-16 | 1 | -4/+180 |
* | remove a set_cpl which survived last change. | phk | 1999-07-12 | 1 | -2/+1 |
* | We may have three ways to generate the SPL functions, but one table | phk | 1999-07-11 | 1 | -54/+25 |
* | An SMP-specific change: eliminate a check on bsp_apic_ready | alc | 1999-07-10 | 1 | -11/+5 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 7 | -87/+44 |
* | Fixed a longstanding scheduling bug. ASTs and softclock interrupts were | bde | 1999-07-10 | 2 | -24/+26 |
* | Rename bpfilter to bpf. | des | 1999-07-06 | 18 | -120/+120 |
* | Patch the WaveLAN/IEEE driver to detect and reject oversized received | wpaul | 1999-07-04 | 1 | -2/+19 |
* | Delete stray static prototype. | peter | 1999-07-03 | 1 | -2/+1 |
* | Move bt_isa.c to the cpu-independent isa section. | peter | 1999-07-03 | 1 | -343/+0 |
* | An SMP-specific change: Add the lock prefix to RMW operations | alc | 1999-07-03 | 3 | -4/+14 |
* | Fix some warnings, unused functions etc. | peter | 1999-07-01 | 1 | -9/+17 |
* | An SMP-specific change: Remove unnecessary lock acquires and releases | alc | 1999-06-30 | 1 | -27/+12 |
* | Keyboard allocation/deallocation fix. | yokota | 1999-06-29 | 2 | -33/+69 |