Age | Commit message (Expand) | Author |
2006-06-26 | Clean up some inconsistancies in definitions around DOS MBR code. No | Kenneth R Westerback |
2006-06-26 | enable mpi | David Gwynne |
2006-06-26 | atop(PAGE_SIZE) -> 1, 'tis true but it gets computed faster when PAGE_SIZE | Miod Vallat |
2006-06-26 | Always skip the offending instruction for fpu faults, even if it is | Miod Vallat |
2006-06-26 | Enable wide targets on FAS366 esp; note that this changes the way esp | Miod Vallat |
2006-06-26 | Avoid using an uninitialized variable when downgrading PIO mode too much on | Miod Vallat |
2006-06-26 | When attaching an USB keyboard, check the HID interface for its country code | Miod Vallat |
2006-06-26 | Regen | Miod Vallat |
2006-06-26 | Add Sun type 7 keyboard; from NetBSD | Miod Vallat |
2006-06-26 | Use MI clock conversion code for "old" clock. | Mark Kettenis |
2006-06-26 | fix typos in debug messages | Michael Coulter |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis |
2006-06-26 | Avoid using the rfact member of 'struct sensor' which is on its way out. | Mark Kettenis |
2006-06-26 | if piixpm does not try to attach an interrupt then indicate that the chip | Brad Smith |
2006-06-26 | usb capable systems only | Theo de Raadt |
2006-06-26 | permission from Zydas to include ZD1211 firmware | Theo de Raadt |
2006-06-26 | add the PCI id for the ServerWorks HT-1000 SMbus controller. | Brad Smith |
2006-06-26 | add commented out entries for bnx. | Brad Smith |
2006-06-26 | do not allow a Jumbo size MTU yet. | Brad Smith |
2006-06-26 | relocate the firmware per Theo's request. | Brad Smith |
2006-06-26 | Add support for bnx(4). | Brad Smith |
2006-06-26 | Add a rough initial port of the bce driver from FreeBSD, which provides | Brad Smith |
2006-06-26 | Kludge around the fact that redboot uses ELF's vaddr, however maps | Dale Rahn |
2006-06-26 | enable ne*; ok mpf who tested it, we all feel bad for you | Theo de Raadt |
2006-06-26 | Add IDE_PCI_CLASS_OVERRIDE for ServerWorks HT-1000 SATA. | Brad Smith |
2006-06-25 | fix a typo in a comment and add the comment to the sparc hme driver. | Brad Smith |
2006-06-25 | put the 1.32 change back; tested by many | Michael Shalayeff |
2006-06-25 | rename vfs_busy() flags VB_UMIGNORE/VB_UMWAIT to VB_NOWAIT/VB_WAIT | Nikolay Sturm |
2006-06-25 | regen | Martin Reindl |
2006-06-25 | fix Surecom NE-34 dmesg, found on misc@ | Martin Reindl |
2006-06-25 | reorganize the code to be more sane. | Brad Smith |
2006-06-25 | regen | Brad Smith |
2006-06-25 | add Parallels PCI ids. | Brad Smith |
2006-06-25 | DAC&ADC group and custom mixer table for the CMedia CMI9880. | Brad Smith |
2006-06-25 | If the encoding of an audio converter is 0, refer to | Brad Smith |
2006-06-24 | Shave 8 bytes off struct udf_mnt | Pedro Martelletto |
2006-06-24 | replace unneeded bzero() | Pedro Martelletto |
2006-06-24 | rearrange some comments | Pedro Martelletto |
2006-06-24 | ieee80211_cfgget() and ieee80211_cfgset() are dead; ok jsg | Theo de Raadt |
2006-06-24 | Configure network devices at ipl 3, not ipl 1. | Miod Vallat |
2006-06-24 | Replace physaccess() usage with pmap_kenter_cache(). | Miod Vallat |
2006-06-24 | regen | Jonathan Gray |
2006-06-24 | Correct a typo in one of the CN700 host bridge product ids. | Jonathan Gray |
2006-06-24 | Add abstraction for resistor factors and avoid using the rfact member of | Mark Kettenis |
2006-06-24 | Use pmap_enter_cache() instead of physacc() in bus_mem_add_mapping(), and let | Miod Vallat |
2006-06-24 | Allocate ethernet buffers as uvm pages, and map them with pmap_enter_cache(), | Miod Vallat |
2006-06-24 | Add pmap_enter_cache(), similar to pmap_kenter_cache() but for managed | Miod Vallat |
2006-06-24 | Use pmap_kenter_cache() for device memory mapping, instead of physacc(0 | Miod Vallat |
2006-06-24 | Somehow managed to miss including the part of Henrik's diff where | Jonathan Gray |
2006-06-24 | Support for Promise PDC205xx based SATA controllers; adapted | Jonathan Gray |