| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Mark the capability of this driver to receive VLAN frames >1500 bytes | Yaroslav Tykhiy | 2004-05-21 | 1 | -0/+1 |
| * | ifdef writing to registers that the base pci standard says are | Warner Losh | 2004-05-21 | 1 | -0/+13 |
| * | Fix spelling. | Doug Rabson | 2004-05-21 | 3 | -13/+13 |
| * | Compeletely rewrite the description of hw.pci.do_powerstate to sound | Warner Losh | 2004-05-21 | 1 | -2/+2 |
| * | Improve the English somewhat. | Warner Losh | 2004-05-21 | 1 | -1/+1 |
| * | Ooops, forgot to commit the updated definition for hw.pci.do_powerstate | Warner Losh | 2004-05-21 | 1 | -2/+1 |
| * | MFp4: | Warner Losh | 2004-05-21 | 1 | -3/+7 |
| * | Move pci_do_powerstate up a level. Now it just means 'do not turn devices | Warner Losh | 2004-05-21 | 1 | -3/+6 |
| * | MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass, | Warner Losh | 2004-05-21 | 1 | -0/+16 |
| * | When attaching pccard and cardbus children, there's no need to set the | Warner Losh | 2004-05-21 | 1 | -6/+2 |
| * | Now that we have the resource allocation code in current, the kludge | Warner Losh | 2004-05-21 | 2 | -56/+10 |
| * | make the pci power state and resource code a lot less chatty. The | Warner Losh | 2004-05-21 | 1 | -17/+28 |
| * | Sync to 1.178 of usbdevs | MIHIRA Sanpei Yoshiro | 2004-05-21 | 2 | -2/+18 |
| * | add support Kyocera AH-K3001V (cellular phone in Japan) | MIHIRA Sanpei Yoshiro | 2004-05-21 | 2 | -6/+36 |
| * | Whitespace cleanup. | Dag-Erling Smørgrav | 2004-05-20 | 1 | -29/+29 |
| * | Stylistic changes around the previous commit: | Yaroslav Tykhiy | 2004-05-20 | 1 | -3/+5 |
| * | Set the VLAN bits in if_capenable as well as in if_capabilities | Yaroslav Tykhiy | 2004-05-20 | 1 | -0/+1 |
| * | Update from vendor. This also adds support for newer management tools. | Scott Long | 2004-05-19 | 3 | -27/+16 |
| * | Add explicit list of SiS AGP chipsets based on Linux kernel's list. | Eric Anholt | 2004-05-19 | 1 | -0/+36 |
| * | Replace the lame big endian crc with wpaul's standard big endian crc | Warner Losh | 2004-05-19 | 1 | -23/+9 |
| * | Use the simpler __BUS_ACCESSOR macros for ivars instead of defining them | Nate Lawson | 2004-05-18 | 1 | -56/+3 |
| * | Fix panic which occurs when given sector size for memory-backed device | Pawel Jakub Dawidek | 2004-05-18 | 1 | -2/+1 |
| * | Fix various style(9) bugs. This includes the removal of wrong | Joerg Wunsch | 2004-05-17 | 1 | -38/+21 |
| * | Rip out the too verbose "spurious interrupt" printf's, they dont serve | Søren Schmidt | 2004-05-17 | 1 | -16/+1 |
| * | Turn SCSI pre-fetch ON. This is mainly for 64XX and 64X based | Paul Saab | 2004-05-17 | 2 | -2/+12 |
| * | Undid scottl's recent changes. | Vinod Kashyap | 2004-05-17 | 3 | -2/+41 |
| * | Add description of Cronyx Omega2-PCI (8x port serial adapter). | Roman Kurakin | 2004-05-17 | 1 | -0/+15 |
| * | Update to reflect new location in the tree. This has been repo copied | Warner Losh | 2004-05-17 | 1 | -1/+1 |
| * | Remove "register_t eflags; eflags = read_eflags();" because 1) it wasn't | Peter Wemm | 2004-05-16 | 1 | -4/+0 |