| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix disordering of pccarddevs.h noticed by bde. Also remove a few | Warner Losh | 2004-05-27 | 18 | -84/+50 |
| * | These are now not needed, after repo copy and conversion. | Warner Losh | 2004-05-27 | 2 | -186/+0 |
| * | Sort includes, remove unnecssary ones. | Warner Losh | 2004-05-27 | 1 | -10/+3 |
| * | Those sysctls shouldn't be writtable from inside a jail. | Pawel Jakub Dawidek | 2004-05-26 | 1 | -2/+2 |
| * | Add PCI ID for via 8237. | Mathew Kanner | 2004-05-26 | 1 | -0/+4 |
| * | It seems that clearing the MCR_IE bit in the modem control register | Thomas Moestl | 2004-05-26 | 1 | -22/+23 |
| * | Unbreak build if | Josef El-Rayes | 2004-05-26 | 1 | -1/+1 |
| * | Move to generating pccarddevs.h on the fly, both for the kernel and | Warner Losh | 2004-05-26 | 21 | -1200/+20 |
| * | Enable GPE at runtime rather than suspend time. This is to match the | Nate Lawson | 2004-05-25 | 2 | -2/+6 |
| * | Teach fxp(4) to control VLAN_MTU in the hardware. | Yaroslav Tykhiy | 2004-05-25 | 2 | -8/+17 |
| * | Set the IFCAP_VLAN_MTU bit in capenable as well. | Dag-Erling Smørgrav | 2004-05-25 | 1 | -0/+1 |
| * | Set baudrate to 100 Mbps, and advertise our ability to handle extended | Dag-Erling Smørgrav | 2004-05-25 | 1 | -1/+7 |
| * | Round #1 of improving pcf(4). | Joerg Wunsch | 2004-05-25 | 4 | -320/+645 |
| * | Remove call to _INI for thermal devices. ACPI-CA now calls _INI for | Nate Lawson | 2004-05-25 | 1 | -6/+0 |
| * | Changes to implement 20040514: | Nate Lawson | 2004-05-25 | 5 | -45/+67 |
| * | Use NG_NODESIZ instead of (NG_NODELEN + 1) | Julian Elischer | 2004-05-24 | 1 | -1/+1 |
| * | Use PCI_BAR() rather than PCIR_MAPS. | John Baldwin | 2004-05-24 | 1 | -5/+5 |
| * | Wrap the code to save/restore PCI config registers on suspend/resume in | John Baldwin | 2004-05-24 | 1 | -0/+8 |
| * | Change a if (...) panic() to a KASSERT(). | Maxime Henrion | 2004-05-24 | 1 | -2/+2 |
| * | Use PCI_BAR() in preference to PCI_MAPS + x * 4. | Warner Losh | 2004-05-24 | 1 | -2/+2 |
| * | Do not write to those config registers that are unambiguously defined | Warner Losh | 2004-05-24 | 1 | -19/+0 |
| * | Store the target handles in a separate list from normal commands. Add a | Nate Lawson | 2004-05-24 | 6 | -15/+125 |
| * | Add support for BCM5705K | Paul Saab | 2004-05-24 | 2 | -0/+3 |
| * | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | Yaroslav Tykhiy | 2004-05-23 | 4 | -4/+9 |
| * | According to the design of checksum offloading framework, | Yaroslav Tykhiy | 2004-05-23 | 1 | -2/+5 |
| * | Mark the VLAN_MTU capability as initially enabled since it's | Yaroslav Tykhiy | 2004-05-23 | 2 | -0/+2 |
| * | Don't try to copy out the result payload if there isn't one. This ioctl | Doug Rabson | 2004-05-23 | 1 | -6/+14 |
| * | Update URL to HID spec. | Lukas Ertl | 2004-05-23 | 1 | -1/+1 |
| * | Update URL to HID spec. | Lukas Ertl | 2004-05-23 | 1 | -1/+1 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 37 | -37/+0 |
| * | Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure that | Doug Rabson | 2004-05-23 | 1 | -0/+7 |
| * | MFNetBSD 1.80; author: wiz | Lukas Ertl | 2004-05-23 | 1 | -2/+3 |
| * | Replace the static "qdat" structure with a per-instance softc field | Ian Dowse | 2004-05-23 | 12 | -32/+24 |
| * | Diff reduction to NetBSD. | Lukas Ertl | 2004-05-23 | 1 | -3/+5 |
| * | Use __FBSDID. | Maxime Henrion | 2004-05-23 | 1 | -2/+3 |
| * | Apply fix for long timeouts on driver initialisation. | Duncan Barclay | 2004-05-23 | 1 | -2/+7 |
| * | In agp_generic_bind_memory(), grab the needed pages before acquiring | Maxime Henrion | 2004-05-23 | 1 | -30/+42 |
| * | Revert the previous commit. The bus accessor macros do not check the | Nate Lawson | 2004-05-22 | 1 | -3/+56 |
| * | - Rearrange a comment to fit in 80 chars per line, like the rest of this | Marius Strobl | 2004-05-22 | 1 | -4/+4 |
| * | - Move OFW_NAME_MAX, used as a limit for OFW property names and device | Marius Strobl | 2004-05-22 | 2 | -13/+24 |
| * | Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's to | Doug Rabson | 2004-05-22 | 18 | -573/+573 |
| * | Add Intel PCI vendor ID. | Lukas Ertl | 2004-05-22 | 1 | -0/+4 |
| * | Don't forget to reset if_hwassist back to 0 when hardware checksumming | Yaroslav Tykhiy | 2004-05-22 | 1 | -1/+3 |
| * | Get rid of a lockmgr consumer by making agp(4) use a standard mutex, | Maxime Henrion | 2004-05-22 | 9 | -20/+11 |
| * | Fix typos in comments. | Lukas Ertl | 2004-05-22 | 1 | -9/+9 |
| * | Spelling and style fixes. | Marius Strobl | 2004-05-22 | 2 | -22/+22 |
| * | Plug three lock leaks. | Maxime Henrion | 2004-05-22 | 1 | -0/+3 |
| * | Cosmetic: | Yaroslav Tykhiy | 2004-05-21 | 1 | -2/+6 |
| * | Fix cutNpasto in last commit. | Warner Losh | 2004-05-21 | 1 | -1/+1 |
| * | The driver fxp(4) has reception of large frames enabled hardcodedly, | Yaroslav Tykhiy | 2004-05-21 | 1 | -0/+1 |