Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-17 | Remove more non-emulating display code path and macros; no functional change. | Miod Vallat | |
2005-07-17 | Do not claim this driver uses a soft interrupt in dmesg since it is not true. | Miod Vallat | |
2005-07-16 | move headers and remove some FreeBSD specific stuff. | Brad Smith | |
2005-07-16 | remove braces here too | Brad Smith | |
2005-07-16 | remove __BROKEN_INDIRECT_CONFIG cruft | Brad Smith | |
2005-07-16 | fix support for interrupt mitigation. | Brad Smith | |
ok nate@ | |||
2005-07-15 | From FreeBSD netgraph/bluetooth/include/ng_hci.h rev. 1.5: | Alexander Yurchenko | |
Rename 'class' field to 'uclass' in the ng_hci_inquiry_response structure. class is a reserved word in C++ Submitted by: Markus Brueffer < markus AT brueffer DOT de > | |||
2005-07-15 | kill trailing whitespace; | Jason McIntyre | |
2005-07-15 | - add /bsd.rd to FILES | Jason McIntyre | |
- for amd64/i386 add /bsd.mp to FILES ok tom@ | |||
2005-07-14 | Fix comments concerning VOP_LINK(). | Pedro Martelletto | |
2005-07-14 | More bge ids, found in Broadcom's Linux driver. ok brad@ | Jonathan Gray | |
2005-07-14 | regen | Jonathan Gray | |
2005-07-14 | More bge ids, found in Broadcom's Linux driver. ok brad@ | Jonathan Gray | |
2005-07-14 | Oops, commit actual structure that we need... | Marco Peereboom | |
2005-07-14 | Add physical disk structure. | Marco Peereboom | |
2005-07-14 | More netccitt and netns removals; OK henning, brad, mickey | Uwe Stuehler | |
2005-07-14 | add D-Link PCI id. | Brad Smith | |
From: jsg@ | |||
2005-07-14 | use symbolic names for checking in %fprs, as above | Theo de Raadt | |
2005-07-14 | regen | Brad Smith | |
2005-07-14 | fix PCI ID for SysKonnect SK9Exx cards and add a PCI ID for some | Brad Smith | |
unknown D-Link card. Pointed out by jsg@ | |||
2005-07-13 | do not leak memory if read()ing section headers fails; from Andrey Matveev ↵ | Michael Shalayeff | |
<evol@online.ptt.ru> | |||
2005-07-13 | remove white space and fix formatting for readability. | Brad Smith | |
2005-07-12 | fix comment, describe the VA hole correclty | Hans-Joerg Hoexer | |
ok art@ | |||
2005-07-12 | call pmap_apte_flush() with the current pmap, not the one to be mapped. | Hans-Joerg Hoexer | |
ok art@ | |||
2005-07-12 | write ds1 ctrl mcode where we wanted the ds1e varient | Theo de Raadt | |
2005-07-12 | h/w doesn't decrypt rx frames in monitor mode so don't try to remove the | Damien Bergamini | |
iv and crc fields or to clear the wep bit from the 802.11 header. fix by Pedro la Peu. closes kern/4284. | |||
2005-07-12 | default mtu to no more than ETHERMTU to avoid fragmentation; henning@ ok | Michael Shalayeff | |
2005-07-12 | Print the card number the chipset string is obtained from. | Jonathan Gray | |
As this is not a 1 to 1 mapping it can be useful to know this number, in particular if you have a broken device and want to upgrade the firmware. Prodded by jolan@, ok deraadt@ | |||
2005-07-12 | handle TI 64 byte fifo units here too; steve.shockley@shockley.net | Theo de Raadt | |
2005-07-12 | Add AMI_MAX_TARGET. | Marco Peereboom | |
2005-07-12 | sync | Theo de Raadt | |
2005-07-12 | new INTEL 915GM*; pablomh@gmail.com | Theo de Raadt | |
2005-07-12 | remove unused prototype sk_free_jumbo_mem | Brad Smith | |
2005-07-12 | free resources for Jumbo buffers in sk_stop(). | Brad Smith | |
ok deraadt, krw, beck | |||
2005-07-11 | Enable IR receive mode only for infrared capable PXA2x0 UARTs. Normal | Uwe Stuehler | |
reception is blocked while the IR receiver or transmitter is enabled. Also enable the PXA2x0 UART before clearing the FIFO (suggested by drahn@ some time ago), and disable the UART in compwroff(). ok deraadt@ | |||
2005-07-11 | add missing {} around TAILQ_FOREACH block, found by David Hill | Daniel Hartmeier | |
2005-07-11 | align some stupid comments | Michael Shalayeff | |
2005-07-11 | sync | Theo de Raadt | |
2005-07-11 | new devs; maxim@student.chalmers.se | Theo de Raadt | |
2005-07-10 | Spacing cleanup. | Alexander Yurchenko | |
2005-07-10 | pci_conf_read() return pcireg_t not u_int32_t and fix some style | Michael Shalayeff | |
2005-07-10 | Protect from multiple inclusion. | Alexander Yurchenko | |
2005-07-10 | Add diskarray structure for modern controllers. | Marco Peereboom | |
2005-07-10 | remove two unused flags | Brad Smith | |
2005-07-09 | remove code for TX checksum | Brad Smith | |
2005-07-09 | Implement _bus_dmamem_mmap instead of just calling panic(); | Robert Nagy | |
This is needed by bktr(4). ok mickey@ miod@ | |||
2005-07-09 | don't clear RUNNING here. | Brad Smith | |
2005-07-09 | Do not #include "foo.h" and keep the whole file between #if NFOO >0 ... #endif, | Miod Vallat | |
config(8) will not bring us into play unless NFOO > 0 anyway. | |||
2005-07-09 | remove braces here | Brad Smith | |
2005-07-09 | In the interrupt handlers, clear the interrupt condition explicitely; | Miod Vallat | |
saves us a few unnecessary colormap updates. |