summaryrefslogtreecommitdiffstats
path: root/sys
Commit message (Expand)AuthorAgeFilesLines
* Lock down the IOMMU bus_dma implementation to make it safe to usetmm2003-07-105-100/+266
* Add support for the 8139C+ chipset. Unlike the other chips in the 8139wpaul2003-07-102-111/+1433
* Regenerate.wpaul2003-07-102-5/+12
* Add support for a bunch of Microsoft networking products:wpaul2003-07-106-0/+70
* Protect lint(1) from a #error.markm2003-07-106-0/+12
* Rewrite much of the embedded controller driver.njl2003-07-101-311/+263
* Use the default arguments for lockfunc and lockfuncarg inharti2003-07-105-14/+23
* Support for large frames for VLANs was added by tweaking the packet sizewpaul2003-07-102-8/+47
* tdkphy.c is missing from this module's Makefile. Add it.wpaul2003-07-101-1/+1
* unifdef -DLAZY_SWITCH and start to tidy up the associated glue.peter2003-07-1015-49/+3
* Fix the VADDR() macros to use either KVADDR() or UVADDR(), dependingpeter2003-07-092-17/+21
* Fix up bogus index/offset/mask calculations in the allocpte and thepeter2003-07-091-9/+16
* Turn the 2MB page mappings that cover the kernel text+data+bss area backpeter2003-07-091-2/+0
* Have pmap_pte() on a 2MB mapped address return the 2MB pde itselfpeter2003-07-091-0/+2
* Replace custom field offset macro with the system __offsetof() macro.hsu2003-07-091-14/+3
* A few minor changes:silby2003-07-091-6/+7
* Handle the EINPROGRESS case of bus_dmamap_load() for data buffers.scottl2003-07-092-49/+54
* Fix a missing } that got dropped from the last commit.scottl2003-07-091-0/+1
* Add a new quirk for cards that incorrectly interpret the amount of memoryscottl2003-07-093-3/+12
* - Fix a typo in the call to acpi_disabled() in probe() by removing anjhb2003-07-091-1/+2
* Add ID for UMAX Astra 2100Uache2003-07-091-0/+1
* - Fix the kernel build for configurations that include pci but not isa byjhb2003-07-091-3/+3
* Uncomment the dc(4) driver, it should work just fine now.mux2003-07-091-1/+1
* Make the dc(4) driver endian-clean, so to that it works on sparc64.mux2003-07-094-90/+112
* Configuraiton ROM fix:simokawa2003-07-091-8/+26
* - In vlan_input(), always mask off all but the VLID bits from tagswpaul2003-07-082-3/+12
* Handle geoms which are withering away specially in the dump functions.phk2003-07-081-3/+11
* In pmap_object_init_pt(), the pmap_invalidate_all() should be performed onalc2003-07-082-2/+2
* Add an ACPI to ISA psuedo bridge driver. It attaches an isab(4) device tojhb2003-07-083-1/+131
* Pull in the entire kmem_map size calculation from kern_malloc, rathersilby2003-07-081-3/+11
* - Make the isab devclass global to allow for multiple ISA bridge drivers.jhb2003-07-083-12/+29
* Merge the handlers of O_IP_SRC_MASK and O_IP_DST_MASK opcodes, andluigi2003-07-081-17/+13
* - When stealing a kse in kseq_move() ignore the current kseq's min nicejeff2003-07-081-7/+13
* Put some concrete limits on pipe memory consumption:silby2003-07-083-17/+108
* Fix LOR between scheduler lock and SMP rendezvous lock.davidxu2003-07-081-6/+1
* FreeBSD 2.0.5 is old hat. Also cross-reference GEOM_VOL from the discussionwollman2003-07-071-8/+9
* Fix wording: `irregardless' is a solecism.wollman2003-07-071-2/+2
* Put NFSSERVER in the right list of filesystem stuff. Building a kernelwollman2003-07-071-1/+1
* Single-character style fix.wollman2003-07-071-1/+1
* - Clean up an unused variable.jeff2003-07-071-0/+2
* Add a workaround for the USB_PRODUCT_MCT_SITECOM_USB232 device: limitwpaul2003-07-071-1/+4
* * add a function to display a complete feeder chain on the console, forcg2003-07-072-1/+18
* Add corega PCCL-11 to match entry added to pccarddevs a while ago.imp2003-07-071-0/+1
* - Complete the vm object locking in vm_pageout_object_deactivate_pages().alc2003-07-071-21/+27
* Reset the PSM aux device twice to help pierce through some KVM's tomikeh2003-07-072-0/+18
* * support ich5cg2003-07-061-9/+14
* Convert the dc(4) driver to the busdma API. This is a necessary stepmux2003-07-064-234/+608
* MFi386alc2003-07-062-3/+3
* Woops - don't forget to declare locals needed for that last commit.bsd2003-07-061-0/+2
* Don't unconditionally reset the hardware debug registers in cpu_exit(),bsd2003-07-061-4/+6
OpenPOWER on IntegriCloud