| Commit message (Expand) | Author | Age | Files | Lines |
* | Return the right format (LBA/MSF) in TOC entries. | sos | 2005-10-28 | 1 | -5/+7 |
* | First fill in structure with valid values, and only then attach it | glebius | 2005-10-28 | 1 | -2/+2 |
* | Fix possible live-lock under heavy load where we can't allocate more | pjd | 2005-10-28 | 1 | -1/+12 |
* | Fix this: | cracauer | 2005-10-28 | 1 | -2/+6 |
* | Finally complete some work on generalizing the PCF8584-based I2C | joerg | 2005-10-28 | 6 | -635/+15 |
* | Move the isa, npx, mem and io devices and the PC98 option from GENERIC | nyan | 2005-10-28 | 2 | -7/+19 |
* | Use variable-sized arrays where appropriate. | ru | 2005-10-28 | 5 | -7/+7 |
* | In uart_bus_probe() return BUS_PROBE_DEFAULT when the probe is | marcel | 2005-10-28 | 1 | -1/+1 |
* | o Style(9) nits | marcel | 2005-10-28 | 1 | -10/+9 |
* | Allow uart_bus_probe() to return the predefined BUS_PROBE_* | marcel | 2005-10-28 | 1 | -3/+1 |
* | Cardbus has only 1 slot, so simplify a little. | imp | 2005-10-28 | 2 | -44/+37 |
* | Add PCIM_BIOS_ADDR_MASK too | imp | 2005-10-28 | 1 | -0/+1 |
* | Some cardbus CIS definitions moved here since they are PCI registers. | imp | 2005-10-28 | 1 | -1/+12 |
* | Minor style(9) nitage. | imp | 2005-10-28 | 1 | -4/+2 |
* | Eliminate even more duplication, and move some definitions into pcireg.h | imp | 2005-10-28 | 2 | -45/+19 |
* | Remove now redundant defines. | imp | 2005-10-28 | 1 | -6/+0 |
* | Simplify code a little, prefer PCI?_FOO registers where possible. | imp | 2005-10-28 | 1 | -15/+9 |
* | Use PCIR_BARS rather than CARDBUS_BASE0_REG | imp | 2005-10-28 | 1 | -2/+3 |
* | Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl(). | wpaul | 2005-10-28 | 1 | -2/+0 |
* | Fixup locking and mark MPSAFE. | jhb | 2005-10-27 | 2 | -44/+61 |
* | - Use if_printf() and device_printf() and remove vr_unit from the softc. | jhb | 2005-10-27 | 4 | -106/+88 |
* | - Add locking and mark MPSAFE. The driver had a mutex in the softc and | jhb | 2005-10-27 | 2 | -62/+86 |
* | Drop the driver lock around atm_input() analogous to all the ethernet | jhb | 2005-10-27 | 1 | -0/+2 |
* | Bump config(8) version for the DEFAULTS change. | jhb | 2005-10-27 | 8 | -8/+8 |
* | Keep locks consistent before goto. | glebius | 2005-10-27 | 1 | -0/+4 |
* | MFi386: bring over DEFAULTS (repocopy) and adapt. While there isn't a | peter | 2005-10-27 | 2 | -9/+3 |
* | Remove atpic as we've changed to using the lapic timer vs. using irq0 | obrien | 2005-10-27 | 1 | -3/+0 |
* | Rename the .dbg extension to .symbols, which matches "symbol-file" | ru | 2005-10-27 | 2 | -11/+11 |
* | Create a default kernel config for i386 and move 'device isa' and | jhb | 2005-10-27 | 3 | -7/+35 |
* | In watchdog_config enable the software watchdog iff the WD_ACTIVE flag is | emaste | 2005-10-27 | 1 | -2/+1 |
* | Revert most of revision 1.235 and fix the problem a different way. We | jhb | 2005-10-27 | 1 | -7/+12 |
* | Enclose the delayed attach in Giant so we dont loose the race with other | sos | 2005-10-27 | 1 | -6/+10 |
* | Clear pending_txs when not "RUNNING". | obrien | 2005-10-27 | 1 | -0/+1 |
* | Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULES | ru | 2005-10-27 | 1 | -5/+1 |
* | Installing debug modules was a bad idea -- I bogusly assumed that | ru | 2005-10-27 | 2 | -17/+21 |
* | Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work. | ps | 2005-10-27 | 1 | -3/+29 |
* | Do not manually allocate/free device's softc structure. | emax | 2005-10-26 | 1 | -14/+2 |
* | Commit something we found useful at work at one point. Add sysctls for | peter | 2005-10-26 | 1 | -0/+40 |
* | MFi386: Various apic fixes and tweaks | peter | 2005-10-26 | 2 | -6/+20 |
* | Regenerate (with the correct #ifdef COMPAT_43 tests now) | peter | 2005-10-26 | 4 | -64/+70 |
* | There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are all | peter | 2005-10-26 | 2 | -31/+28 |
* | Change PHYSMAP_SIZE to allow for more memory segments. The old value was | peter | 2005-10-26 | 1 | -1/+1 |
* | Minor nit: in ntoskrnl_finddev(), only free the 'children' device_t | wpaul | 2005-10-26 | 1 | -2/+9 |
* | Clean up and apply the fix for PR 83477. The calculation for locating | wpaul | 2005-10-26 | 2 | -7/+22 |
* | - Use swi_remove() to teardown swi handlers rather than | jhb | 2005-10-26 | 6 | -8/+8 |
* | Add a swi_remove() function to teardown software interrupt handlers. For | jhb | 2005-10-26 | 2 | -0/+18 |
* | - Fix leak of struct nlminfo on process exit. | glebius | 2005-10-26 | 4 | -7/+24 |
* | do umtx_wake at userland thread exit address, so that others userland | davidxu | 2005-10-26 | 3 | -4/+10 |
* | Get rid of the timer tracking and reaping code in NdisMInitializeTimer() | wpaul | 2005-10-26 | 4 | -47/+118 |
* | Catch up with new interrupt handling code. | ru | 2005-10-26 | 5 | -9/+9 |