summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Allow uart_bus_probe() to return the predefined BUS_PROBE_*marcel2005-10-281-3/+1
* Cardbus has only 1 slot, so simplify a little.imp2005-10-282-44/+37
* Add PCIM_BIOS_ADDR_MASK tooimp2005-10-281-0/+1
* Some cardbus CIS definitions moved here since they are PCI registers.imp2005-10-281-1/+12
* Minor style(9) nitage.imp2005-10-281-4/+2
* Eliminate even more duplication, and move some definitions into pcireg.himp2005-10-282-45/+19
* Remove now redundant defines.imp2005-10-281-6/+0
* Simplify code a little, prefer PCI?_FOO registers where possible.imp2005-10-281-15/+9
* Use PCIR_BARS rather than CARDBUS_BASE0_REGimp2005-10-281-2/+3
* Remove forgotten, no longer needed WB_UNLOCK() from the end wb_ioctl().wpaul2005-10-281-2/+0
* Fixup locking and mark MPSAFE.jhb2005-10-272-44/+61
* - Use if_printf() and device_printf() and remove vr_unit from the softc.jhb2005-10-274-106/+88
* - Add locking and mark MPSAFE. The driver had a mutex in the softc andjhb2005-10-272-62/+86
* Drop the driver lock around atm_input() analogous to all the ethernetjhb2005-10-271-0/+2
* Bump config(8) version for the DEFAULTS change.jhb2005-10-278-8/+8
* Keep locks consistent before goto.glebius2005-10-271-0/+4
* MFi386: bring over DEFAULTS (repocopy) and adapt. While there isn't apeter2005-10-272-9/+3
* Remove atpic as we've changed to using the lapic timer vs. using irq0obrien2005-10-271-3/+0
* Rename the .dbg extension to .symbols, which matches "symbol-file"ru2005-10-272-11/+11
* Create a default kernel config for i386 and move 'device isa' andjhb2005-10-273-7/+35
* In watchdog_config enable the software watchdog iff the WD_ACTIVE flag isemaste2005-10-271-2/+1
* Revert most of revision 1.235 and fix the problem a different way. Wejhb2005-10-271-7/+12
* Enclose the delayed attach in Giant so we dont loose the race with othersos2005-10-271-6/+10
* Clear pending_txs when not "RUNNING".obrien2005-10-271-0/+1
* Use ${S} to pass ${SYSDIR} to ports. This makes PORTS_MODULESru2005-10-271-5/+1
* Installing debug modules was a bad idea -- I bogusly assumed thatru2005-10-272-17/+21
* Allow 32bit get/setsockopt with SO_SNDTIMEO or SO_RECVTIMEO to work.ps2005-10-271-3/+29
* Do not manually allocate/free device's softc structure.emax2005-10-261-14/+2
* Commit something we found useful at work at one point. Add sysctls forpeter2005-10-261-0/+40
* MFi386: Various apic fixes and tweakspeter2005-10-262-6/+20
* Regenerate (with the correct #ifdef COMPAT_43 tests now)peter2005-10-264-64/+70
* There is no 'freebsd3_' prefix for COMPAT_43 syscalls. Those are allpeter2005-10-262-31/+28
* Change PHYSMAP_SIZE to allow for more memory segments. The old value waspeter2005-10-261-1/+1
* Minor nit: in ntoskrnl_finddev(), only free the 'children' device_twpaul2005-10-261-2/+9
* Clean up and apply the fix for PR 83477. The calculation for locatingwpaul2005-10-262-7/+22
* - Use swi_remove() to teardown swi handlers rather thanjhb2005-10-266-8/+8
* Add a swi_remove() function to teardown software interrupt handlers. Forjhb2005-10-262-0/+18
* - Fix leak of struct nlminfo on process exit.glebius2005-10-264-7/+24
* do umtx_wake at userland thread exit address, so that others userlanddavidxu2005-10-263-4/+10
* Get rid of the timer tracking and reaping code in NdisMInitializeTimer()wpaul2005-10-264-47/+118
* Catch up with new interrupt handling code.ru2005-10-265-9/+9
* Catch up with new interrupt handling code.ru2005-10-261-3/+3
* Since carp(4) interfaces presently are kinda fake yet possessyar2005-10-261-1/+1
* Add checking for File record magic.takawata2005-10-261-0/+6
* Remove PCI IDs for multiport cards:marcel2005-10-261-10/+15
* Catch up with interrupt-thread changes.grehan2005-10-251-1/+1
* If we're trying to use C2/3 and reads from the register are returningnjl2005-10-251-3/+24
* Make the cookie constant name canonical.ru2005-10-251-1/+1
* We've supported the _POSIX_MONOTONIC_CLOCK option for a long time.wollman2005-10-251-1/+1
* Reorganize the interrupt handling code a bit to make a few things cleanerjhb2005-10-2522-578/+792
OpenPOWER on IntegriCloud