summaryrefslogtreecommitdiffstats
path: root/sys/dev
Commit message (Expand)AuthorAgeFilesLines
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inyar2004-05-234-4/+9
* According to the design of checksum offloading framework,yar2004-05-231-2/+5
* Mark the VLAN_MTU capability as initially enabled since it'syar2004-05-232-0/+2
* Don't try to copy out the result payload if there isn't one. This ioctldfr2004-05-231-6/+14
* Update URL to HID spec.le2004-05-231-1/+1
* Update URL to HID spec.le2004-05-231-1/+1
* We don't need to initialize if_output, ether_ifattach() does itmux2004-05-2337-37/+0
* Initialise OHCI_CROMHDR and OHCI_BUS_OPT in fwohci_ibr to make sure thatdfr2004-05-231-0/+7
* MFNetBSD 1.80; author: wizle2004-05-231-2/+3
* Replace the static "qdat" structure with a per-instance softc fieldiedowse2004-05-2312-32/+24
* Diff reduction to NetBSD.le2004-05-231-3/+5
* Use __FBSDID.mux2004-05-231-2/+3
* Apply fix for long timeouts on driver initialisation.dmlb2004-05-231-2/+7
* In agp_generic_bind_memory(), grab the needed pages before acquiringmux2004-05-231-30/+42
* Revert the previous commit. The bus accessor macros do not check thenjl2004-05-221-3/+56
* - Rearrange a comment to fit in 80 chars per line, like the rest of thismarius2004-05-221-4/+4
* - Move OFW_NAME_MAX, used as a limit for OFW property names and devicemarius2004-05-222-13/+24
* Change u_intXX_t to uintXX_t. Change a couple of 'unsigned long's todfr2004-05-2218-573/+573
* Add Intel PCI vendor ID.le2004-05-221-0/+4
* Don't forget to reset if_hwassist back to 0 when hardware checksummingyar2004-05-221-1/+3
* Get rid of a lockmgr consumer by making agp(4) use a standard mutex,mux2004-05-229-20/+11
* Fix typos in comments.le2004-05-221-9/+9
* Spelling and style fixes.marius2004-05-222-22/+22
* Plug three lock leaks.mux2004-05-221-0/+3
* Cosmetic:yar2004-05-211-2/+6
* Fix cutNpasto in last commit.imp2004-05-211-1/+1
* The driver fxp(4) has reception of large frames enabled hardcodedly,yar2004-05-211-0/+1
* Mark the capability of this driver to receive VLAN frames >1500 bytesyar2004-05-211-0/+1
* ifdef writing to registers that the base pci standard says areimp2004-05-211-0/+13
* Fix spelling.dfr2004-05-213-13/+13
* Compeletely rewrite the description of hw.pci.do_powerstate to soundimp2004-05-211-2/+2
* Improve the English somewhat.imp2004-05-211-1/+1
* Ooops, forgot to commit the updated definition for hw.pci.do_powerstateimp2004-05-211-2/+1
* MFp4:imp2004-05-211-3/+7
* Move pci_do_powerstate up a level. Now it just means 'do not turn devicesimp2004-05-211-3/+6
* MFp4: o save/restore subvendor, subdevice, vendor, device, baseclass,imp2004-05-211-0/+16
* When attaching pccard and cardbus children, there's no need to set theimp2004-05-211-6/+2
* Now that we have the resource allocation code in current, the kludgeimp2004-05-212-56/+10
* make the pci power state and resource code a lot less chatty. Theimp2004-05-211-17/+28
* Sync to 1.178 of usbdevssanpei2004-05-212-2/+18
* add support Kyocera AH-K3001V (cellular phone in Japan)sanpei2004-05-212-6/+36
* Whitespace cleanup.des2004-05-201-29/+29
* Stylistic changes around the previous commit:yar2004-05-201-3/+5
* Set the VLAN bits in if_capenable as well as in if_capabilitiesyar2004-05-201-0/+1
* Update from vendor. This also adds support for newer management tools.scottl2004-05-193-27/+16
* Add explicit list of SiS AGP chipsets based on Linux kernel's list.anholt2004-05-191-0/+36
* Replace the lame big endian crc with wpaul's standard big endian crcimp2004-05-191-23/+9
* Use the simpler __BUS_ACCESSOR macros for ivars instead of defining themnjl2004-05-181-56/+3
* Fix panic which occurs when given sector size for memory-backed devicepjd2004-05-181-2/+1
* Fix various style(9) bugs. This includes the removal of wrongjoerg2004-05-171-38/+21
OpenPOWER on IntegriCloud