aboutsummaryrefslogtreecommitdiff
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Bump the manpage date.Maxim Konovalov2004-08-181-1/+1
* Retire hw.pci.allow_unsupported_io_range.Maxim Konovalov2004-08-182-11/+0
* Bump synchronization ID if we are sure, that we have ACTIVE components.Pawel Jakub Dawidek2004-08-181-7/+9
* Call AcpiLeaveSleepState() before DEVICE_RESUME(). The former calls theNate Lawson2004-08-181-2/+2
* Remove the ACPIIO_ENABLE and ACPIIO_DISABLE ioctls as well as allNate Lawson2004-08-183-61/+6
* This commit was generated by cvs2svn to compensate for changes in r133931,Nate Lawson2004-08-181-1/+2
|\
| * Add a padding member to the header overlaid on data allocated in theNate Lawson2004-08-181-1/+2
* | Assert Giant in fwe_start(), as it is not yet MPSAFE.Robert Watson2004-08-181-0/+2
* | Since pc98 shares the AGP driver with the i386, also define theRobert Watson2004-08-181-0/+3
* | We're not yet ready for BURN_BRIDGES to break the build, asRobert Watson2004-08-181-0/+2
* | Fix build of ip_input.c with "options IPSEC" -- the "pass:" labelRobert Watson2004-08-181-1/+1
* | Make the kernel compile again if you are not using PFIL_HOOKSPeter Wemm2004-08-181-0/+4
* | HEAD is now 6-CURRENTScott Long2004-08-182-2/+2
* | Convert ipfw to use PFIL_HOOKS. This is change is transparent to userlandAndre Oppermann2004-08-1720-850/+653
* | Fix a deadlock on boot for some systems where reading the battery statusNate Lawson2004-08-171-2/+6
* | Defer the capture of the "expected sync bits" until the first "normal"Justin T. Gibbs2004-08-172-40/+26
* | Annotate call to DELAY() in interrupt storm mitigation as beingRobert Watson2004-08-171-0/+3
* | Add ISA attachement files for the aic7xxx driver.Justin T. Gibbs2004-08-172-0/+317
* | Add an ISA attachement to the aic7xxx driver to handle 284X controllers.Justin T. Gibbs2004-08-1714-156/+133
* | - Sync whitespace and comments with i386 GENERIC.Marius Strobl2004-08-161-53/+65
* | Try to catch up with reality:Marius Strobl2004-08-161-30/+38
* | ciss's interrupt handler was missing the INTR_ENTROPY flag.Peter Wemm2004-08-161-1/+2
* | Sync with i386 - Optimize intr_execute_handlers a bit etc.Peter Wemm2004-08-164-27/+71
* | Sync with i386 - remove unused includesPeter Wemm2004-08-161-2/+0
* | Sync with i386 - get the softc via the devclass rather than caching the devPeter Wemm2004-08-161-2/+1
* | Sync with i386 - add ADAPTIVE_GIANT, remove pcicPeter Wemm2004-08-161-1/+1
* | Sync with i386 - add foot shooting protection for the DDB/KDB thing.Peter Wemm2004-08-161-0/+5
* | Sync with i386 - set rbp reg to 0 for upcalls as a frame marker, not thatPeter Wemm2004-08-161-0/+1
* | Sync with i386 - trace syscall entry/exit times, and a cosmetic fix.Peter Wemm2004-08-161-1/+7
* | Sync with i386 - fix bounds check in lapic_create()Peter Wemm2004-08-161-1/+1
* | Sync with i386 - pass resource requests up to parentPeter Wemm2004-08-161-92/+2
* | Sync with i386 - s/cpu_swtch/cpu_switch/Peter Wemm2004-08-161-1/+1
* | Sync with i386 - dont count needed bounce pages if loading a buffer thatPeter Wemm2004-08-161-1/+1
* | Sync with i386 - cosmetic fixesPeter Wemm2004-08-161-1/+2
* | Catch up with i386 - remove lots of no longer used symbolic constantsPeter Wemm2004-08-161-76/+1
* | Sync with i386Peter Wemm2004-08-161-3/+11
* | The existing code fails some corner cases. Replace it withArun Sharma2004-08-161-6/+3
* | Remove outb to "prime" the EISA ID registers of each slot. This wasJustin T. Gibbs2004-08-161-7/+4
* | Modify the "legacy bus" to pass all resource allocations through to itsJustin T. Gibbs2004-08-161-92/+2
* | Don't initialize static variables to 0 (C should just take care of that).Philip Paeps2004-08-162-4/+4
* | I'm a dumbass: remember to initialize fh->nf_map to NULL inBill Paul2004-08-161-0/+1
* | As I said: the previous commit was untested... Remove an #endif whichMarcel Moolenaar2004-08-161-1/+0
* | Catch up with the drive-by renaming of IA32 to COMPAT_IA32. It mustMarcel Moolenaar2004-08-164-15/+13
* | The Texas Instruments ACX111 driver wants srand(), so provide it.Bill Paul2004-08-161-0/+10
* | Make the Texas Instruments 802.11g chipset work with the NDISulator.Bill Paul2004-08-164-5/+20
* | ITC.{i,d} instructions use format M41 not M42.Arun Sharma2004-08-161-2/+2
* | White space cleanup for netinet before branch:Robert Watson2004-08-1632-673/+673
* | Comment out rev. 1.4 after problems w/ IPv6, a better solution must beMax Laier2004-08-161-0/+2
* | Fix low level code for Tau-PCI/2E1 and Tau-PCI/4E1 that was broken by previousRoman Kurakin2004-08-161-364/+364
* | Allow i386 binaries to do amr ioctls such as LSI's megamgr on amd64 andDoug Ambrisko2004-08-162-85/+131