| Commit message (Expand) | Author | Age | Files | Lines |
* | MFi386: Enable beastie.4th. | nyan | 2005-10-30 | 1 | -2/+2 |
* | Add some safeguards to AIOSFMT: | des | 2005-10-30 | 1 | -2/+8 |
* | In stack_save, stop when a trap-frame is encountered. This prevents | grehan | 2005-10-30 | 1 | -0/+10 |
* | Add back some bits. | scottl | 2005-10-30 | 2 | -1/+18 |
* | Replace loader_color with loader_logo | scottl | 2005-10-30 | 1 | -9/+42 |
* | Change POSIX_TIMERS to 200112L. | davidxu | 2005-10-30 | 1 | -1/+1 |
* | Let itimer store itimerspec instead of itimerval, so I don't have to | davidxu | 2005-10-30 | 3 | -62/+125 |
* | Regen. | davidxu | 2005-10-30 | 5 | -33/+54 |
* | Fix sigevent's POSIX incompatible problem by adding member fields | davidxu | 2005-10-30 | 5 | -33/+102 |
* | MFp4: When doing lazy allocation, it turns out that we need to record the | imp | 2005-10-29 | 1 | -0/+3 |
* | Use symbolic name rather thanhard coding the cap pointer offset for | imp | 2005-10-29 | 2 | -1/+2 |
* | Add Billionton LNA-100B variation that Alan reported in arch. [1] | imp | 2005-10-29 | 1 | -1/+3 |
* | Add Global Village lan modem. | imp | 2005-10-29 | 1 | -2/+6 |
* | Shutdown a little better by commenting the shutdown code and acknowledging | imp | 2005-10-29 | 1 | -4/+9 |
* | Shut down the card bus bridge hardware on detach. Before we'd just | imp | 2005-10-29 | 1 | -6/+14 |
* | Remove call to txp_set_filter() from txp_attach(). txp_set_filter() needs | wpaul | 2005-10-29 | 1 | -2/+0 |
* | Add an ioctl framework for doing FC task management functions from | mjacob | 2005-10-29 | 4 | -1/+73 |
* | Fix ndis_getstate_80211() so that it properly reports the authmode | wpaul | 2005-10-29 | 1 | -32/+77 |
* | 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 |